感谢支持
我们一直在努力

Redhat Enterprise Linux 6.4 配置 VNC 远程登录访问桌面

RedHat Enterprise Linux 6.4 64bit,RHEL 6.4 发布光盘(ISO)里面自带tigervnc-server:

[root@linuxidc ~]# yum install tigervnc-server

下载 vnc viewer:
http://www.realvnc.com/download/get/1382/

# vi /etc/sysconfig/vncservers
VNCSERVERS=”1:root 2:bmc”
VNCSERVERARGS[2]=”-geometry 1024×768 -depth 16″ 
#颜色深度16位,缺省为8,比较难看

为了达到好的颜色效果,还需要把adapt to network speed 去掉,并且把quality提高(需要更高的网速,如果网速太低,响应太慢,请不要这么做)

Redhat Enterprise Linux 6.4 配置 VNC 远程登录访问桌面

有两个用户root和bmc, 注意bmc要是真实存在的linux用户
用root用户登录, 运行 vncpasswd为其创建密码
su – bmc, 运行 vncpasswd为bmc创建密码

以root用户运行vncserver:
[root@linuxidc ~]# vncserver
xauth: (stdin):1:  bad display name “linuxidc:1” in “add” command

New ‘linuxidc:1 (root)’ desktop is linuxidc:1

Creating default startup script /root/.vnc/xstartup
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/linuxidc:1.log

因为root用户是/etc/sysconfig/vncservers里面的第一个用户,所以其缺省端口为5901。同样,第2个bmc用户的端口是5902。

下面对话框输入root用户的vnc密码即可

Redhat Enterprise Linux 6.4 配置 VNC 远程登录访问桌面

查看已经存在的服务:
[root@linuxidc ~]# vncserver -list
TigerVNC server sessions:
X DISPLAY #    PROCESS ID
:1              3377
 
关闭服务:
[root@linuxidc ~]# vncserver -kill :1
Killing Xvnc process ID 3377

有问题时可以试试清理vnc配置目录
rm ~/.vnc/ -rf
 
查看运行的进程
# ps -ef | grep Xvnc

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

更多RedHat相关信息见RedHat 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=10

本文永久更新链接地址:http://www.linuxidc.com/Linux/2015-07/120461.htm

赞(0) 打赏
转载请注明出处:服务器评测 » Redhat Enterprise Linux 6.4 配置 VNC 远程登录访问桌面
分享到: 更多 (0)

听说打赏我的人,都进福布斯排行榜啦!

支付宝扫一扫打赏

微信扫一扫打赏