[color=darkred][b]一 CentOS 安装VNC Server[/b][/color]
(1)检查是否已安装vnc server
# rpm -qa |grep vnc
gtk-vnc2-0.5.2-7.el7.x86_64
tigervnc-license-1.3.1-4.el7_2.noarch
tigervnc-server-1.3.1-4.el7_2.x86_64
gvnc-0.5.2-7.el7.x86_64
tigervnc-server-minimal-1.3.1-4.el7_2.x86_64
#
[img]http://dl2.iteye.com/upload/attachment/0121/1479/308977c5-fe41-3d58-b183-83df7a65d655.png[/img]
(2)若系统没有安装,安装
# yum install -y tigervnc-server
(3)停止并禁用防火墙
# systemctl stop firewalld.service
# systemctl disable firewalld.service
[color=darkred][b]二 配置VNC Server[/b][/color]
(1)检查VNC服务器的状态
首先让我们使用下面任意一条命令来检查VNC服务器的状态。
# systemctl status vncserver@:.service
# systemctl is-enabled vncserver@.service
[img]http://dl2.iteye.com/upload/attachment/0121/1481/6b1ef120-35c9-38b3-94a0-9c7f3c566dc4.png[/img]
默认的,刚安装的VNC服务并没有激活(禁用)。
(2)修改配置文件
先复制一份
cp /lib/systemd/system/vncserver@.service /lib/systemd/system/vncserver@:1.service
修改
vi vncserver@:1.service
[img]http://dl2.iteye.com/upload/attachment/0121/1483/2e6077d9-9150-36f5-b978-eb6ab0bd772c.png[/img]
(3)运行vncserver命令,配置访问密码
首先切换root用户,并运行vncserver命令。
# vncserver
这里会被提示输入用户的VNC密码。设置完成后,需要用这个密码下次来访问你的远程桌面。
(4)最后重新加载服务来使新的VNC配置生效:
# systemctl daemon-reload
(5)在启动时自动启动VNC服务:
# systemctl enable vncserver@:1.service
(6)检查vnc服务正在监听的端口:
# netstat -tulpn | grep vnc
[img]http://dl2.iteye.com/upload/attachment/0121/1485/f9cf9d2a-04a9-3640-b177-70de951da87c.png[/img]
[color=darkred][b]三 Window安装 VNC Viewer[/b][/color]
[img]http://dl2.iteye.com/upload/attachment/0121/1487/7d375ad1-5c80-311c-bd6c-f85fe7c9cdb7.png[/img]
[img]http://dl2.iteye.com/upload/attachment/0121/1491/c6126676-dd7d-3a7f-b682-ebd43eefad7c.png[/img]
[img]http://dl2.iteye.com/upload/attachment/0121/1493/1d1a5193-fe1a-3ef6-8cc9-ca67ea9cad52.png[/img]
[img]http://dl2.iteye.com/upload/attachment/0121/1495/c84d83d7-fcc4-37b9-9643-7fc6326232c7.png[/img]
[color=darkred][b]四 连接[/b][/color]
[img]http://dl2.iteye.com/upload/attachment/0121/1497/f7860a11-050b-349d-8431-a9df89c711fd.png[/img]
[color=darkred][b]五 启动及停止[/b][/color]
(1)启动
使用vncserver命令启动VNC服务,命令格式为“vncserver :桌面号”,其中“桌面号”用“数字”的方式表示,每个用户连个需要占用1个桌面
启动编号为1的桌面示例如下
# vncserver :1
(2)停止
停止VNC服务,命令格式为“vncserver -kill :桌面号”
# vncserver -kill :1
(1)检查是否已安装vnc server
# rpm -qa |grep vnc
gtk-vnc2-0.5.2-7.el7.x86_64
tigervnc-license-1.3.1-4.el7_2.noarch
tigervnc-server-1.3.1-4.el7_2.x86_64
gvnc-0.5.2-7.el7.x86_64
tigervnc-server-minimal-1.3.1-4.el7_2.x86_64
#
[img]http://dl2.iteye.com/upload/attachment/0121/1479/308977c5-fe41-3d58-b183-83df7a65d655.png[/img]
(2)若系统没有安装,安装
# yum install -y tigervnc-server
(3)停止并禁用防火墙
# systemctl stop firewalld.service
# systemctl disable firewalld.service
[color=darkred][b]二 配置VNC Server[/b][/color]
(1)检查VNC服务器的状态
首先让我们使用下面任意一条命令来检查VNC服务器的状态。
# systemctl status vncserver@:.service
# systemctl is-enabled vncserver@.service
[img]http://dl2.iteye.com/upload/attachment/0121/1481/6b1ef120-35c9-38b3-94a0-9c7f3c566dc4.png[/img]
默认的,刚安装的VNC服务并没有激活(禁用)。
(2)修改配置文件
先复制一份
cp /lib/systemd/system/vncserver@.service /lib/systemd/system/vncserver@:1.service
修改
vi vncserver@:1.service
[img]http://dl2.iteye.com/upload/attachment/0121/1483/2e6077d9-9150-36f5-b978-eb6ab0bd772c.png[/img]
(3)运行vncserver命令,配置访问密码
首先切换root用户,并运行vncserver命令。
# vncserver
这里会被提示输入用户的VNC密码。设置完成后,需要用这个密码下次来访问你的远程桌面。
(4)最后重新加载服务来使新的VNC配置生效:
# systemctl daemon-reload
(5)在启动时自动启动VNC服务:
# systemctl enable vncserver@:1.service
(6)检查vnc服务正在监听的端口:
# netstat -tulpn | grep vnc
[img]http://dl2.iteye.com/upload/attachment/0121/1485/f9cf9d2a-04a9-3640-b177-70de951da87c.png[/img]
[color=darkred][b]三 Window安装 VNC Viewer[/b][/color]
[img]http://dl2.iteye.com/upload/attachment/0121/1487/7d375ad1-5c80-311c-bd6c-f85fe7c9cdb7.png[/img]
[img]http://dl2.iteye.com/upload/attachment/0121/1491/c6126676-dd7d-3a7f-b682-ebd43eefad7c.png[/img]
[img]http://dl2.iteye.com/upload/attachment/0121/1493/1d1a5193-fe1a-3ef6-8cc9-ca67ea9cad52.png[/img]
[img]http://dl2.iteye.com/upload/attachment/0121/1495/c84d83d7-fcc4-37b9-9643-7fc6326232c7.png[/img]
[color=darkred][b]四 连接[/b][/color]
[img]http://dl2.iteye.com/upload/attachment/0121/1497/f7860a11-050b-349d-8431-a9df89c711fd.png[/img]
[color=darkred][b]五 启动及停止[/b][/color]
(1)启动
使用vncserver命令启动VNC服务,命令格式为“vncserver :桌面号”,其中“桌面号”用“数字”的方式表示,每个用户连个需要占用1个桌面
启动编号为1的桌面示例如下
# vncserver :1
(2)停止
停止VNC服务,命令格式为“vncserver -kill :桌面号”
# vncserver -kill :1