Skip to content

khyatisoral/Termux-Desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Termux-Desktop

This will help you to setup a Graphical Environment in termux using XFCE. Termux is an intractive application ion the android platform to run linux commands.

After setting up all these things , you will see something like this.

Image-1

Image-2

How to Install

Single Command Installation

apt update && apt install git -y && git clone https://github.com/techpanther22/Termux-Desktop && cd Termux-Desktop && chmod +x gui.sh && ./gui.sh

How to Start Termux Desktop Mode

  1. Run vncserver Command.
  2. Add a password for VNC server.
  3. If everything is okay, you will get a IP address something like this.
  4. localhost:session_number
        i.e. localhost:1
  5. Run DISPLAY=:1 startxfce4 & Command. Here 1, will be your session number.
  6. Install VNC Viewer from play store.
  7. Click on Add button and Enter the IP address which you get from Step 3 , Enter Name and click on Create button.
  8. Enter the VNC password which you enterd in the Step 2.

Exit from Termux GUI

vncserver -kill :session_number
    i.e. vncserver -kill :1

Here 1, will be your session number

Follow me on

Github Instagram Youtube Facebook Webbsite

About

Graphical User Interface for Termux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%