阿里云上CentOS的安装VNC图形访问

1:安装gnome

#yum groupinstall -y "X Window System"
#yum groupinstall -y "Desktop"
#yum groupinstall -y "Chinese Support"

2:安装和配置vncserver

#yum install -y tigervnc-server

#chkconfig --level 345 vncserver on

#vncserver
You will require a password to access your desktop.
Password:
Verify:


修改 /root/.vnc/xstartup文件,把最后的 twm & 删掉 加上 gnome-session &。
修改/etc/sysconfig/vncservers 文件添加以下内容

VNCSERVERS="1:root"
# 桌面号:用户    监听 590* 端口
VNCSERVERARGS[1]="-geometry 1200x800"

配置完成后,就是需要允许我们的root用户访问图形界面了,同时生成一个新的machine-id

#sed -i 's/.*!= root.*/#&/' /etc/pam.d/gdm 
#dbus-uuidgen >/var/lib/dbus/machine-id

把防火墙都关掉了。
# service iptables stop 
# chkconfig iptables off

3:下载vnc客户端

http://www.realvnc.com/download/viewer/

VNC Server填写:IP:1