If you’ve got VNC installed* on your *nix server it’s really easy, launch the vncserver service
( type vncserver in a terminal, you can do it being root or a simple user)
If it’s the first launch you’ll be invited to create a password. (You can change it later by typing vncpasswd)
Launch your Widows VNC Viewer Client and connect to your server’s IP or host indicating the port 5901
(It should be open on the server) ie :
192.168.1.666:5901 or servername:5901
Et voilà !
* Install: Depending on your distro you’ll need vnc vnc-server vnc-java or xvncviewer vncserver vnc-java.
vnc-java is used to connect using a web browser, check the VNC FAQ if you wanna know more about this.




