当前位置: > CentOS > CentOS教程 >

centos安装设置VNC并实现远程连接

时间:2014-08-06 12:30来源:linux.it.net.cn 作者:it
1、安装
yum install vnc*
2、启动
/etc/init.d/vncserver start
Starting VNC server: no displays configured                [  OK  ]
 
出现这个时,要修改vncserver的文件
将下面这两个注释去掉即可。
 
# VNCSERVERS="1:root"
#VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost"
如果还有其他用户的话 先添加用户
然后在VNCSERVERS="1:root" 添加即可
如: VNCSERVERS="1:gavin 2:root 3:root"
3. 设置用户gavin的密码
[gavin@centos ~]$ vncpasswd
Password:
Verify:
4. 运行 vncserver 命令,如果第一次配置 VNC Server,会要求提供登录 VNC 使用的密码。以后也可以使用 vncpasswd 来修改密码。
[test@xok.la ~]$ vncserver
You will require a password to access your desktops.
Password:123456
Verify:123456
xauth:  creating new authority file /root/.vnc/.Xauthority
New 'xok.la.localdomain:1 (test)' 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
 
5. 修改配置文件 /root/.vnc/xstartup,使之与下面内容相同:
test@xok.la .vnc]$ 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 &
 
6. win下使用vnc viewer登录服务器(如服务器IP地址是:192.168.21.119)
vnc viewer打开后输入:192.168.21.119:1
提示输入用户名和密码:只需要输入密码(先前已经设置好的密码):123456
登录成功!
(责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容