測試環境:
1、System version:redhat 6.5
2、client version:windows 10 、vnc viewer
配置步驟:
1、
[root@localhost ~]#yum -y install tigervnc-server
2、
[root@localhost ~]# vim /etc/sysconfig/vncservers //在配置檔案中寫入以下兩行儲存退出
VCNSERVERS="1:root" //如果有多個使用者VNCSERVER="1:root 2:test"
VNCSERVERARGS[1]="-geometry 800x600 -nolisten tcp"
3、
[root@localhost ~]# vncpasswd
Password://輸入密碼
Verify://确認密碼
[root@localhost ~]#
4、
[root@localhost ~]# vncserver
xauth: creating new authority file /root/.Xauthority
New 'localhost.localdomain:1 (root)' desktop is localhost.localdomain:1
Creating default startup script /root/.vnc/xstartup
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/localhost.localdomain:1.log
5、
[root@localhost ~]#vim /root/.vnc/xstartup //在配置寫入以下兩行儲存退出
exec /etc/X11/xinit/xinitrc
gnome-seesion &
6、
[root@localhost ~]#/etc/init.d/vncserver restart
[root@localhost ~]# /etc/init.d/vncserver restart
關閉 VNC 伺服器:1:root [确定]
正在啟動 VNC 伺服器:1:root
[确定]
終端配置:
<a href="https://s5.51cto.com/wyfs02/M00/8D/DD/wKiom1itHJOSurQEAABnXTXxsfE226.png-wh_500x0-wm_3-wmp_4-s_3178580297.png" target="_blank"></a>
注意IP位址後面加上端口号。
點選OK輸入密碼即可
7、
登陸後視窗
<a href="https://s1.51cto.com/wyfs02/M01/8D/E0/wKiom1itbGnw6p-1AAgbydetyw8597.png-wh_500x0-wm_3-wmp_4-s_1072346136.png" target="_blank"></a>
本文轉自 gswljy 51CTO部落格,原文連結:http://blog.51cto.com/guoshiwei/1900180