Remote connection to Linux desktop using VNC Viewer under Windows 2011-06-07 22:50:28 Tags: Linux windows vnc Viewer Casual original works, allow reprint, please be sure to mark the article as a hyperlink when reproduced Original source, author information and this statement. Otherwise, the legal liability will be investigated. http://nameyjj.blog.51cto.com/788669/582965
To connect a Linux desktop remotely using the VNC Viewer under Windows, the main configuration steps are:
Linux:
1.rpm-qa VNC//Check to see if the VNC service is installed and can be installed using Yum or RPM if not installed
2. Modify the configuration file: Vim/etc/sysconfig/vncservers, such as Modify
3. Set the VNC password: vncpasswd
4. Starting Vncserver:service vncserver start
5. Change Xstartup configuration: Vim/root/.vnc/xstartup, if modified, note that this file only appears after Vncserver is started, so you must first start the Vncserver
6. Restart Vncserver:service vncserver Restart
Windows
1. Download and install VNC viewer:http://www.realvnc.com/
2. Start the VNC Viewer: input, note the following port number
3. Enter the password, the password here is the password set when VNCPASSWD
4.OK, Connection successful
Remote connection to Linux desktop using VNC Viewer under Windows