需要使用Linux的远程桌面服务,xmanager之前用过,感觉一般,这次尝试下VNC。
我的操作系统是CentOS7
一服务端
安装VNCServer
#yum -y install vnc *vnc-server*
设置密码
# vncserver
You will require a password to access your desktops.
Password: 123456 #输入vnc 连接密码
Verify: 123456 #确认vnc密码
xauth: creating new authority file /root/.Xauthority
New ‘localhost.localdomain:1 (root)’ desktop is localhost.localdomain:1
Creating default startup script /root/.vnc/xstartup
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/localhost.localdomain:1.log
启动服务
启动一个窗口,如1号窗口
# vncserver :1
停止服务
[root@iZ23zjkwlj8Z ~]# vncserver -kill :1
Killing Xvnc process ID 1661
安装GNOME桌面
装完后记得重启下vncserver
#yum groupinstall “GNOME Desktop” “Graphical Administration Tools”
二客户端
我是Windows,用的客户端http://www.realvnc.com/,下载对应平台的VNC-Viewer
输入IP:窗口号,ok登录成功
网上说的修改 vi /root/.vnc/xstartup才能启动gnome桌面,我没有遇到过这种情况
我装完gnome,重启vncserver即可使用了。
CentOS 6.5 安装VNC Server实现图形化访问 http://www.linuxidc.com/Linux/2015-12/126262.htm
VNC的安装配置 http://www.linuxidc.com/Linux/2013-05/84941.htm
CentOS 6.3安装和配置VNC http://www.linuxidc.com/Linux/2013-05/84668.htm
Linux下强制不检测依赖安装VNC http://www.linuxidc.com/Linux/2013-05/84075.htm
CentOS6 VNC服务安装配置 http://www.linuxidc.com/Linux/2013-04/82510.htm
CentOS下VNC配置和安装 http://www.linuxidc.com/Linux/2013-05/83975.htm
VNC远程控制安装和设置 http://www.linuxidc.com/Linux/2013-01/77769.htm
Windows通过VNC访问Ubuntu http://www.linuxidc.com/Linux/2012-10/73043.htm
Windows远程桌面访问Ubuntu 12.04 之安装VNC http://www.linuxidc.com/Linux/2012-07/64801.htm
本文永久更新链接地址:http://www.linuxidc.com/Linux/2016-07/132835.htm