码迷,mamicode.com
首页 > Windows程序 > 详细

VNC配置连接远程服务器桌面-linux\windows

时间:2015-06-15 11:01:36      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:

一、VNC配置连接远程服务器桌面

1、服务器安装VNC-server

# yum -y install vnc-server

2、配置VNC连接登陆密码

# vncpasswd 回车

3、配置VNC-server

# vi /etc/sysconfig/vncservers

4、取消以下两行的注释

VNCSERVERS="2:root"

VNCSERVERARGS[2]="-geometry 1024x768"

保存退出

5、启动VNC-server

# /etc/init.d/vncserver start

6、查看你VNC-server端口号

# ps aux | grep vnc*

root 9472 0.0 0.4 137560 34260 pts/2 S 09:50 0:00 /usr/bin/Xvnc :2 -desktop dy001.cn:2 (root) -auth /root/.Xauthority -geometry 1024x768 -rfbwait 30000 -rfbauth /root/.vnc/passwd -rfbport 5902 -fp catalogue:/etc/X11/fontpath.d -pn

端口号为5902

7、配置iptables开启5902端口

二、windows安装VNC客户端

安装完成后 启动VNC Viewer

启动界面输入IP:端口号 确定以连接

技术分享

输入vncpasswd设置的密码

技术分享

登陆成功

技术分享

VNC配置连接远程服务器桌面-linux\windows

标签:

原文地址:http://www.cnblogs.com/youn/p/4576473.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!