需要使用Linux的遠(yuǎn)程桌面服務(wù),xmanager之前用過(guò),感覺(jué)一般,這次嘗試下VNC。
我的操作系統(tǒng)是CentOS7
一、服務(wù)端
安裝VNCServer
#yum -y install vnc *vnc-server*
設(shè)置密碼
# vncserver
You will require a password to access your desktops.
Password: 123456 #輸入vnc 連接密碼
Verify: 123456 #確認(rèn)vnc密碼
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
啟動(dòng)服務(wù)
啟動(dòng)一個(gè)窗口,如1號(hào)窗口
# vncserver :1
停止服務(wù)
[root@iZ23zjkwlj8Z ~]# vncserver -kill :1
Killing Xvnc process ID 1661
安裝GNOME桌面
裝完后記得重啟下vncserver
#yum groupinstall "GNOME Desktop" "Graphical Administration Tools"
二、客戶端
我是Windows,用的客戶端http://www.realvnc.com/,下載對(duì)應(yīng)平臺(tái)的VNC-Viewer
輸入IP:窗口號(hào),ok登錄成功
網(wǎng)上說(shuō)的修改 vi /root/.vnc/xstartup才能啟動(dòng)gnome桌面,我沒(méi)有遇到過(guò)這種情況
我裝完gnome,重啟vncserver即可使用了。