码迷,mamicode.com
首页 > 系统相关 > 详细

远程连接linux桌面之xrdp

时间:2016-08-02 17:16:40      阅读:749      评论:0      收藏:0      [点我收藏+]

标签:microsoft   windows   protocol   display   capable   

官方的解释:

Based on the work of FreeRDP and rdesktop, xrdp uses the remote desktop protocol to present a GUI to the user.

 

The goal of this project is to provide a fully functional Linux terminal server, capable of accepting connections from rdesktop, freerdp, and Microsoft‘s own terminal server / remote desktop clients.

 

Unlike Windows NT/2000/2003/2008/2012 server, xrdp will not display a Windows desktop but an X window desktop to the user.

 

Xrdp uses Xvnc or X11rdp to manage the X session. To learn about how xrdp currently works, click here and here.


优点:不用装客户端工具,windows自带的就可以,较vnc安全性高!


1.安装linux 桌面环境,如果本身已经是图形界面,跳过这步即可!

 

确认以下组件被安装: 

yum gruopinstall "Desktop" "Desktop Platform" " X window system"


安装完成,启动桌面系统。

init 5

确认图形界面已经启动:

runlevel

 

2.安装xrdp

用yum安装

yum install -y xrdp tigervnc-server

启动xrdp

/etc/init.d/xrdp start

确认xrdp跟vncserver都已经启动:

netstat -tlnp

技术分享技术分享


防火墙中放开3389端口的访问!


3.从windows客户端连接linux服务器IP

开始菜单-->运行--> mstsc

技术分享技术分享

技术分享

技术分享

输入用户名密码,回车,登陆成功!!!

技术分享

  

 


远程连接linux桌面之xrdp

标签:microsoft   windows   protocol   display   capable   

原文地址:http://gtlinux.blog.51cto.com/1047916/1833547

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