Tuesday, May 17, 2011

x11vnc VNC Server

Do you need remote connection to your desktop and you don't have time for complicated VNC server setup?
You will need the x11vnc package installed on your system.

After then, you can siply run command:
$x11vnc -usepw -ncache -display :0 -geometry 1280x800 -passwd <password> -used for creating one-time session
$x11vnc -usepw -ncache -forever -display :0 -geometry 1280x800 -passwd <password> -used for creating permanent session (you will be able to repeatedly log in)

For more option see man x11vnc.


To connect to the vnc server you can use program kdrc from KDE or vncviewer.

No comments:

Post a Comment