Closed shubhra2 closed 1 year ago
Termux SSH server use the 8022 port, by default.
As for VNC, you can install the server inside the proot and should work.
Enter in proot from Termux using:
proot-distro login ubuntu_box86 --user root --shared-tmp --no-sysvipc
Then you can install the tightvncserver using apt and modify (from Termux) the _~/.shortcuts/LaunchXFCEproot to launch VNCServer.
Sorry for the late reply but vnc is working Thanks!
How Do I connect the distro over VNC? what modifications should I make in
LaunchXFCE_proot
script so that it will start a VNC server instead of an Termux:X11 instance?Also if VNC is not possible than how start only an SSH instance? running sshd and
ssh root@<android_ip>
gives connection refused.