CentOS安裝使用vnc進行遠端桌面登入
以下介紹在CentOS 7下安裝vncserver並使用vnc-viewer進行登入(使用root許可權):
1、執行命令yum install tigervnc-server安裝vncserver;
2、執行命令yum install vnc安裝vnc;//感覺不安裝也可以,安裝一下也很快,不要在意這些細節
3、執行命令yum groupinstall “X Window System”安裝X-Window;//之前安裝發現經常無法啟動vncserver,後面通過網上查資料介紹可以安裝X-Window解決這個 問題
4、安裝中文字元以解決介面中文亂碼的問題:yum install dejavu-lgc-sans-fonts、yum groupinstall “Fonts” -y
5、禁用防火牆,如果已經禁用防火牆可以跳過這一步:systemctl stop firewalld.service、systemctl disable firewalld.service
6、配置vncserver:
拷貝建立一個新的配置檔案,以開啟1號視窗為例,如果需要開啟多個則建立多個配置檔案即可:
[root@localhost ~]# cp /lib/systemd/system/vncserver@.service /lib/systemd/system/vncserver@:1.service
修改配置檔案內容
[root@localhost ~]# vi /lib/systemd/system/vncserver@:1.service
The vncserver service unit file
Quick HowTo:
1. Copy this file to /etc/systemd/system/vncserver@.service
2. Replace with the actual user name and edit vncserver
parameters appropriately
(“User=” and “/home//.vnc/%H%i.pid”)
3. Run systemctl daemon-reload
4. Run systemctl enable vncserver@:<display>.service
DO NOT RUN THIS SERVICE if your local area network is
untrusted! For a secure way of using VNC, you should
limit connections to the local host and then tunnel from
the machine you want to view VNC on (host A) to the machine
whose VNC output you want to view (host B)
[user@hostA ~]$ ssh -v -C -L 590N:localhost:590M hostB
this will open a connection on port 590N of your hostA to hostB`s port 590M
(in fact, it ssh-connects to hostB and then connects to localhost (on hostB).
See the ssh man page for details on port forwarding)
You can then point a VNC client on hostA at vncdisplay N of localhost and with
the help of ssh, you end up seeing what hostB makes available on port 590M
Use “-nolisten tcp” to prevent X connections to your VNC server via TCP.
Use “-localhost” to prevent remote VNC clients connecting except when
doing so through a secure tunnel. See the “-via” option in the
`man vncviewer` manual page.
[Unit]
Description=Remote desktop service (VNC)
After=syslog.target network.target
[Service]
Type=forking
User=root
Clean any existing files in /tmp/.X11-unix environment
ExecStartPre=-/usr/bin/vncserver -kill %i
ExecStart=/usr/bin/vncserver %i
PIDFile=/root/.vnc/%H%i.pid
ExecStop=-/usr/bin/vncserver -kill %i
[Install]
WantedBy=multi-user.target
7、執行命令systemctl daemon-reload更新systemctl;
8、執行命令vncpasswd root設定vncserver的密碼;
9、執行命令systemctl start vncserver@:1.service(可以執行systemctl enable vncserver@:1.service命令設定為預設啟動服務);//啟動不了則重啟一下系統或則檢視啟動日誌
10、重啟系統後使用VNC-Viewer連線:192.168.10.100:1,輸入設定的密碼即可登入。
相關文章
- vnc登入,vnc遠端登入工具的使用方法VNC
- Xmanager遠端桌面登入CentOS 6.5CentOS
- CentOS 7 配置 VNC 遠端桌面連線CentOSVNC
- vnc遠端桌面,4款vnc遠端桌面介紹。VNC
- Mysql安裝和遠端登入--Centos7MySqlCentOS
- CENTOS5.3 64位 VNC遠端控制Centos 安裝配置CentOSVNC
- 使用vim管理遠端登入桌面
- vnc遠端安裝,在Linux中vnc遠端安裝的教程VNCLinux
- 在CentOS中配置VNC實現遠端登入訪問CentOSVNC
- vnc程式, 遠端桌面VNCC程式
- vnc遠端控制軟體,vnc遠端控制軟體怎麼使用,vnc server如何安裝?VNCServer
- CentOS使用配置VNC遠端連線CentOSVNC
- vnc登入,4個能夠vnc登陸的遠端工具VNC
- CentOS安裝noVNC,以Web方式交付VNC遠端連線CentOSVNCWeb
- centOS5.5配置vnc,開啟linux遠端桌面CentOSVNCLinux
- VMware安裝CentOS7及遠端登入詳細教程CentOS
- Centos7安裝Xrdp遠端桌面服務CentOS
- vnc viewer 遠端桌面,vnc viewer 遠端桌面連線的11個步驟VNCView
- vnc登入工具,好用的vnc登入工具,具體登入vnc客戶端使用教程VNC客戶端
- pcAnywhere、VNC和XP遠端桌面的使用感受PCAVNC
- vnc遠端安裝,10個步驟在Linux中遠端安裝VNC並連線VNCLinux
- CentOS 安裝 VNCCentOSVNC
- centOS學習part3:遠端工具VNC的安裝與配置CentOSVNC
- vnc遠端控制軟體綠色,vnc遠端控制軟體綠色版下載,使用者登入使用教程VNC
- centos6.8安裝mysql並配置遠端登陸CentOSMySql
- VNC遠端控制Linux桌面(zt)VNCLinux
- VNC遠端控制Linux桌面(轉)VNCLinux
- Linux VNC遠端控制安裝日記LinuxVNC
- Linux設定VNC遠端桌面連線來安裝Oracle11GLinuxVNCOracle
- linux遠端工具vnc啟用,linux遠端工具vnc如何啟用,Linux安裝vnc教程。LinuxVNC
- CentOS 配置Mysql允許遠端登入CentOSMySql
- vnc遠端控制軟體x64,vnc遠端控制軟體x64安裝方法,及使用教程VNC
- Windows遠端桌面設定多使用者同時登入Windows
- Linux下遠端桌面的配置(VNC)薦LinuxVNC
- vps遠端桌面伺服器 VNC虛擬桌面伺服器VNC
- Windows遠端連線CentOS桌面WindowsCentOS
- redhat6.5 企業環境使用vnc服務遠端桌面RedhatVNC
- CentOS 7一鍵安裝桌面環境命令(可遠端RDP連線)CentOS