Create VPS: TraxDinosaur
Step 1: Install Termux and VNC Viewer
Go to the Google Play Store and download Termux and VNC Viewer.
Step 2: Update and Upgrade Packages
Open Termux and run the following command to update and upgrade the packages:
pkg update && pkg upgrade -y
Step 3: Install Ubuntu with XFCE
After updating, run the command to install Ubuntu with the XFCE desktop:
pkg update -y && pkg install wget curl proot tar -y && wget https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Installer/Ubuntu22/ubuntu22-xfce.sh -O ubuntu22-xfce.sh && chmod +x ubuntu22-xfce.sh && bash ubuntu22-xfce.sh
Hit Y if asked for confirmation. Choose your language and time zone settings as prompted.
Step 4: Create and Verify VNC Server Password
After the installation, create a VNC server by setting a password. Verify the password when prompted.
Step 5: Start VNC Server
Use the following command to start the VNC server with IPv4:
vncserver -useipv4
Open the VNC Viewer and connect using the address: localhost:1. When prompted, enter the password you set earlier.
Step 6: Connect from PC (Optional)
To connect from a PC, first install VNC Viewer on the PC. Then, in Termux, run:
apt install net-tools
Next, use the command:
ifconfig
Copy the IP address displayed. Enter this IP in VNC Viewer on your PC. When prompted, enter the password you set earlier.
Step 7: Install Python3 and Git
To complete the setup, install Python3 and Git by running:
apt install python3 pip git
0 Comments