vnc( virtual network computing)vnc允許linux系統可以類似實現像windows中的遠端桌面訪問那樣訪問linux桌面。一般生產環境中並不需要安裝這個服務,若本機測試需要或者伺服器要求安裝,可以通過如下步驟配置。
vnc 服務需要 x-windows 支援,你要配置 vnc 服務,首先要系統具有圖形介面,如果你的系統是字元介面,又想公升級到圖形介面,請移步《centos7 在 virtualbox 上的安裝配置》,這篇文章上面有相關介紹。
如果你在圖形環境下,請檢視是否已經安裝該服務。
rpm -q tigervnc-server
沒安裝的話會直接出現
package tigervnc-server is not installed
直接安裝 vnc packages:
yum install tigervnc-server -y
vncserver
啟動乙個視窗,如2號視窗(1號窗可能被x11服務占用了)
vncserver :2
vncserver -kill :2
firewall-cmd --permanent --add-service vnc-server
systemctl restart firewalld.service
vncpasswd
# systemctl enable vncserver@:2.service
# systemctl start vncserver@:2.service
vnc viewer
連線後輸入伺服器上設定的 vnc 密碼即可。
Centos7安裝配置vnc
前提條件,已經安裝了乙個圖形介面 yum install tigervnc server y 安裝vnc服務 systemctl status vncserver service 檢查服務狀態 vncserver service remote desktop service vnc loaded l...
CentOS 7 安裝配置 VNC 詳解
from vnc是什麼 virtual network computing vnc允許linux系統可以類似實現像windows中的遠端桌面訪問那樣訪問linux桌面。本文配置是在centos 7 hp伺服器環境下執行。首先試試伺服器裝了vnc沒 root linuxidc rpm q tigerv...
CentOS 7 安裝配置 VNC 詳解
vnc是什麼 virtual network computing vnc允許linux系統可以類似實現像windows中的遠端桌面訪問那樣訪問linux桌面。本文配置是在centos 7 hp伺服器環境下執行。首先試試伺服器裝了vnc沒 root linuxidc rpm q tigervnc ti...