Difference between revisions of "CentOS 7.x xrdp"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>CentOS_7.x_Desktop_tools_or_applications|CentOS 7.x Desktop tools or applications</yambe:breadcrumb> =CentOS 7.x xrdp= To enable windows to Linux remote des...") |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x Remote access|Remote Access]] > [[CentOS 7.x xrdp]] | |||
To enable windows to Linux remote deskop we can use: | To enable windows to Linux remote deskop we can use: | ||
Line 12: | Line 11: | ||
* It works with standard windows remote desktop client, making it easier to manage Linux machines from Windows | * 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". | * Small usage indicates that it might be better at working with limited bandwidth in comparison to "ssh -X", "x2go" or even "vnc". | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x Remote access|Remote Access]] > [[CentOS 7.x xrdp]] |
Latest revision as of 16:32, 28 August 2022
Home > CentOS > CentOS 7.x > Remote Access > 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".
Home > CentOS > CentOS 7.x > Remote Access > CentOS 7.x xrdp