1、install Desktop

#yum groupinstall Desktop

2、install VNC

#yum install tigervnc-server#yum install xorg-x11-fonts-Type1

3、设置用户名密码

#vncpasswd

4、vim /etc/sysconfig/vncservers

VNCSERVERS="1:root"VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -localhost"

5、重启VNC Server

#service vncserver restart

6、关闭VNC Server

#vncserver -kill :1or#service vncserver stop

7、客户端VNC Viewer

VNC Server:-》    IP:1 

注意:安装vnc server,需要yum update 。