🖥️Display
Options to see your udroid/termux proot Desktop Environment
Setting up VNC
Vncserver is pre-installed, you can start it manually too instead of startvnc
.
Display over other devices
If you wanna run VNC Viewer on another device then connect both devices in same network (or hotspot from main device name). And then start vncserver like this manually.
And in another device use WLAN IP:port
for connecting. ( use ip a
in termux and copy the 192.168.xx.xx)
Setting up xRDP
RDP is another great way to get gui, even much better input and resolution setups automatically. For using it first install xRDP. (note it'll use VNC for backend and might bugs while rendering).
Now need to configure a bit, first need to create xsession.
The second file we need to edit is the startup file for XRDP, so it will start the desktop.
Delete all the content there and paste this: #!/bin/sh
Now start xRDP with
Connect it to localhost:3389
with RDP client.
Last updated