windows上通过Xmanager连接Centos的远程桌面

XManager是一个简单易用的高性能的运行在Windows平台上的X Server软件。它能把远端Unix/Linux的桌面无缝地带到你的Windows上,甚至当你的电脑是在内网或防火墙后,你也能通过SSH协议安全的运行远端的X应用程序。特点包括: -可通过Xcongfig工具设置多个Xmanager设置; -支持多用户的Windows终端环境; -支持多个IP地址; -支持本地资源数据库; -通过热键转换键盘映射; -支持多窗口下的Windows打印功能等。
    Centos 5.3 上的配置:、
    1. 1 打开 /etc/inittab文件,将 runlevel 变为5, 即id:5:initdefault: 如果原来就是5,则不用修改。

    2.打开/etc/gdm/custom.conf 设置
[security]  
AllowRemoteRoot=true  
 
[xdmcp]  
Enable=1
3.关闭防火墙。
     4.在windows系统里下载Xmanager,下载地址:http://www.netsarang.com/download/main.html。安装后点击xbrowser。就能验测到网络里的linux系统,就可以连接了。

若没装X window系统,则如下方法安装:
1.yum grouplist
2.yum groupinstall "X Window System"
3.yum groupinstall "GNOME Desktop Environment"

连接服务器的时候,command一定要选正确。
比如你在服务器上安装的gnome,那么选gnome就对了
/usr/bin/gnome-session --display $DISPLAY
转自:http://blog.csdn.net/jiedushi/article/details/4393156

官网教程:http://www.netsarang.com/download/down_xmg.html
xmanager4.0的码 101210-450789-147200

猜你喜欢

转载自mushme.iteye.com/blog/1562035