1. #yum install vncserver
2. #vncpasswd
此密碼將成為vnc的login password
password:
verify:
3. #vncserver
這個時候會建立一個/root/.vnc/xstartup檔案
正常情況下不用改動
可學習/root/.vnc/xstartup內容
4. #vim /etc/sysconfig/vncservers
酌情修改內容,可根據監視器解析度修改:
vncservers="1:root"
vncserverargs[1]=”-geometry 800×600 -alwaysshared -depth 24″
-alwaysshared代表允許多使用者同時登入 -depth代為色深,引數有8,16,24,32。
5. #/etc/init.d/vncserver restart 或 start 或 stop #重啟vncserver
new 'hqvpn:1 (root)' desktop is hqvpn:1 (紅色字即是windows vnc ip欄要填入)
6. 可在windows下用vnc 遠端登入centos啦
Centos7 安裝VNC
安裝gnome yum groupinstall gnome desktop 安裝vnc server sudo yum install t...
centos7下安裝vnc更改vnc預設埠號
介紹一個好用的vnc工具 vnc客戶端 iis7伺服器管理工具,作為vnc客戶端,它最優秀的功能就是支援一鍵匯出或匯入,一鍵批量開啟vnc,...
在CentOS 7 6上安裝VNC Server
systemctl stop firewalld service systemctl disable firewalld serviceyu...