jorexdeveloper / termux-nethunter

Install Kali NetHunter in Termux
https://jorexdeveloper.github.io/termux-nethunter
GNU General Public License v3.0
32 stars 7 forks source link

vnc #7

Closed Ahmadtaufik731 closed 1 year ago

Ahmadtaufik731 commented 1 year ago

note open vncserver in realvnc vnc not matching vnc -list vnc not add id list for vnc

solusi work for me

tigervncserver -xstartup /usr/bin/startxfce4

to open vnc server

jorexdeveloper commented 1 year ago

@Ahmadtaufik731

I have connected to Real VNC using the vnc wrapper and it seemed to work fine.

I think you forgot to include the correct port in the address. The address should look something like

localhost:5900

For root user

and

localhost:5901

for user Kali

The reason tigervncserver -xstartup /usr/bin/startxfce4 worked is because it starts the VNC server at port 5900 and Real VNC also defaults to the same port if none is supplied.