centos6.x 配置 vnc server

環境:  centos6.x 桌面環境 用戶rootshell

安裝vnc服務端軟件

yum install -y tigervnc-server

配置vnc

vncserver :1

設置密碼後會自動生成相關配置文件vim

以下後端

root@localhost ~]# vncserver :1
You will require a password to access your desktops.
Password:
Verify:
xauth: (stdin):1:  bad display name "localhost:1" in "add" command
New 'localhost:1 (root)' desktop is localhost:1
Creating default startup script /root/.vnc/xstartup
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/localhost:1.log

配置防火牆

vnc服務默認使用5900之後端口centos

:1使用5901
:2使用5902  ##以此類推

查看使用哪一個端口app

netstat -tupln|grep vnc
tcp        0      0 0.0.0.0:5901                0.0.0.0:*                   LISTEN      5969/Xvnc


開啓5901端口 tcp

lokkit -p 5901:tcp


配置開機啓動啓動vnc服務

 vim /etc/sysconfig/vncservers

添加 工具

VNCSERVERS="1:root"

配置開機自動啓動ui

chkconfig vncserver on


vnc工具鏈接

如今就能夠經過vnc工具鏈接了spa

地址格式 IP:1code


其餘經常使用命令

vncserver -list   #查看vnc進程列表
vncserver -kill :1  關閉進程:1


附:realvnc下載地址 http://www.realvnc.com/download/viewer/

相關文章
相關標籤/搜索