Connect to a remote CentOS server using VNC Viewer
How to Use VNC Viewer to connect to a remote CentOS Server
Install graphical interface
1.
Yum groupinstall-y "Desktop" yum groupinstall-y "X Window System"
2. vi/etc/inittab
3.
4. Reboot
Installation and simple configuration of Linux VNC server
1. Open the terminal and run the yum command to install vncsever.
Command: yuminstalltigervnc-server-y
2. Set vncserver to start with the system.
Command: chkconfigvncserveron
Or: chkconfigvncserver -- level5on
3. modify the configuration file of the vncserver.
Command: vim/etc/sysconfig/vncservers
4. configuration file. Figure marked yellow
": Wq" is to save and exit,
5. Set the vncserver password (used to log on to the vnc client ).
Command: vncpasswd
6. Restart the vncserver service.
Command: servicevncserverrestart
7. If FAILED occurs, it is generally because the configuration file is wrong. If the problem persists after the check and the error prompt is similar, the cause is the version. Install or update x11.
Command: yuminstallpixmanpixman-devellibXfont-y
Note that X in libXfont is in uppercase.
8. Restart the vncserver service again after the installation is complete.
Command: servicevncserverrestart
Client:
Download vncviewer Software
Victor. jiang