快速业务通道

linux下vncserver 安装配置

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-03-27

说明:在linux系统下安装VNC Server,大多数linux发行版都带了VNC Server的发行包.只要选择安装就可以了.在Windows下安装VNC 客户端,VNC客户端叫做VNC Viewer.VNC.
.配置linux VNC Server.

(1)启动VNC 服务.通过puTTY以SSH方式登录服务器,

[test@redhat~]$ /etc/init.d/vncserver start


Starting VNC server: no displays configured [ OK ]

(2)运行vncserver命令,如果第一次配置VNC Server,会要求提供登录VNC使用的密码.以后也可以使用vncpasswd来修改密码.

[test@redhat ~]$ vncserver

You will require a password to access your desktops.

Password:redhat
Verify:redhat
xauth: creating new authority file /root/.vnc/.Xauthority

New ''xok.la.localdomain:1 (redhat)'' desktop is xok.la.localdomain:1

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

(3)此时就可以在Windows使用VNC viewer登录了
输入服务器地址:192.168.1.211:1
然后提示输入密码,输入你刚才设定的密码就好了.

注意:IP地址后面的:1的意思是linux上面VNC设定的Display No.每运行一个vncserver就会多创建一个Display,Display No也就会加一.
虽然此时可以登录,但是登录后看到的界面是X term的界面,还不是正常的X Window界面,我们要修改配置,使之使用X Window

(4)修改配置文件/root/.vnc/xstartup,使之与下面内容相同

[test@redhat]$ cat xstartup

#!/bin/sh

# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24 10 10 -ls -title "$VNCDESKTOP Desktop" &
twm &

(5)保存文件,在puTTY终端中输入vncserver,让VNC打开一个新的Display

[test@redhat ~]$ vncserver

New ''xok.la.localdomain:1 (redhat)'' desktop is xok.la.localdomain:2

Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/xok.la.localdomain:2.log

(6)使用VNC Viewer重新登录


输入服务器地址:192.168.1.211:2
然后提示输入密码.输入刚才设置的密码.

服务器地址后面的Display No是根据第(5)步运行的vncserver命令的结果来的
New ‘xok.la.localdomain:1 (redhat)’ desktop is xok.la.localdomain:2
Display No就是2,不要忘记加冒号.

然后就看到你想要的界面了吧.
以后如果服务器重新启动后,要重新输入vncserver后登录.如果服务器一直开机,就不用了.

如果要杀掉vncserver 进程,可执行vncserver :2 kill ,2表示display的ID号

本文出自 “相信未来” 博客,请务必保留此出处http://liuleideshitou.blog.51cto.com/2062845/673377

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号