Difference between revisions of "CentOS 7.x xrdp"

From Notes_Wiki
m
m
Line 1: Line 1:
<yambe:breadcrumb self="xrdp">CentOS_7.x_Desktop_tools_or_applications|Desktop tools or applications</yambe:breadcrumb>
<yambe:breadcrumb self="xrdp">CentOS_7.x_Remote_access|Remote access</yambe:breadcrumb>
=CentOS 7.x xrdp=
=CentOS 7.x xrdp=



Revision as of 11:10, 26 January 2019

<yambe:breadcrumb self="xrdp">CentOS_7.x_Remote_access|Remote access</yambe:breadcrumb>

CentOS 7.x xrdp

To enable windows to Linux remote deskop we can use:

yum -y install xrdp
systemctl enable xrdp
systemctl start xrdp

Note that this has some unique advantages such as:

  • It works with standard windows remote desktop client, making it easier to manage Linux machines from Windows
  • Small usage indicates that it might be better at working with limited bandwidth in comparison to "ssh -X", "x2go" or even "vnc".