VNC Server setup

submitted by

Is there anyone here who’s ever setup a VNC server with a desktop environment on a VPS and interacted with the remote computer thru a laptop?

3
12

Log in to comment

3 Comments

yeah i always do this with tigervnc server on X11. create a vncpasswd file and place xinitrc on ~/.vnc/xstartup, then run vncserver :1 to create X11 display :1 and vnc server on port 5901. if you want to start vnc on a (physical) session already running, you can run x0vncserver. there’s also x11vnc but x0vncserver feels much faster for me.



Why not rdp? Or x2go


Insert image