日期:2014-05-16 浏览次数:20729 次
1,查看是否有装VNCserver
[root@mylab ~]# rpm -qa|grep vnc
vnc-4.1.2-14.el5 #客户端软件
vnc-server-4.1.2-14.el5 #服务器端软件
如果没有,采用rpm或者yum安装
2,开启vncserver服务
[root@mylab ~]# service vncserver start
Starting VNC server: no displays configured [ OK ]
3,开启第一个session
[root@mylab ~]# vncserver :1 (开启本ip 1的端口) #第二个就是vncserver :2,依次类推
New 'mylab:1 (root)' desktop is mylab:1
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/mylab:1.log
4,然后通过UltraVNC Viewer 登录。
在 VNC server 中输入IP:1就可以了(IP后的数字看情况而定)。