How to install Desktop In Termux!!
Today We we are going to install Termux-Desktop.
What is Termux?
Termux is linux based app which give us to a linux environment. Termux works with non-roots phones which is good point for us, Because nobody is want to root their phones due to end of their security & warranty!. So this app is very useful for us. Today we will install a destop linux in Termux.
How to install Termux?
You can install Termux App from Google Play Store Or f-droid. Recommended - Google Play Store.
• Install from Google Play Store.
• Download from F-Droid.
Required Tools:
Let's Start :
Update the Termux-apt:
First of all, We update the Termux Respority. By Following Commands👇🏻.
apt update && apt upgrade
Update the Termux-pkg:
Now, we will update the Termux packages by typing:
pkg update && pkg upgrade
Installing the git :
Before accessing the github files. We need the git script for cloning into our Termux.
apt install git -y
Cloning the Termux-Desktop Script:
In this step, we will copying file from the github into our Termux.
git clone --depth=1 https://github.com/adi1090x/termux-desktop.git
Changing the directory into Termux-Destop:
We are going into Termux-Destop in which installation scirpt is downloaded.
cd Termux-Desktop
Giving the permission for correct execution of script.
Here, we are going to giving the executable permission.
chmod +x setup.sh
Installing the Termux-Desktop
Now, we give the command to installing Termux-Desktop into our Termux.
./setup.sh --install
During installation you will ask to setup password for VNC :
[*] Setting up VNC Server...
You will require a password to access your desktops.
Password:
Verify:
Would you like to enter a view-only password (y/n)? n
Password should be 6 digit. During connecting in VNC you will be ask for that password which you fill during Termux Process.
If everything is done correctly you will se this type of interface.
New 'localhost:1 ()' desktop is localhost:1
Creating default startup script /data/data/com.termux/files/home/.vnc/xstartup
Creating default config /data/data/com.termux/files/home/.vnc/config
Starting applications specified in /data/data/com.termux/files/home/.vnc/xstartup
Log file is /data/data/com.termux/files/home/.vnc/localhost:1.log
[*] Server Is Running...
TigerVNC server sessions:
X DISPLAY # PROCESS ID
:1 XXXXX
This means Termux-Desktop is successfully installed in our Termux.To Start Termux-Desktop server type "startdesktop".
Launching the VNC Client App:
Open the VPN Client, Click on the "+" Icon and you will see this type popup.
In the address you have to type "127.0.0.1:5901". In the name you can type your Desktop name (your choice).
Afer the Entering, You will be asked for Password type your password which you type during installation.
Type password and click on continue.
Now you will see your desktop!! 😊.
Thanks For Reading!
Comments
Post a Comment