Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Install Xrdp Server  (Read 4784 times)

0 Members and 1 Guest are viewing this topic.

nidhinjo

  • Guest
Install Xrdp Server
« on: May 19, 2018, 04:54:15 pm »
Install Xrdp Server to connect to CentOS from the Windows Remote Desktop function.

[1]    Install and start Xrdp Server.

# install from EPEL

Code: [Select]
[root@ ~]# yum --enablerepo=epel -y install xrdp
[root@~]# systemctl start xrdp

[root@~]# systemctl enable xrdp

[2]    If Firewalld is running, allow RDP port.

Code: [Select]
[root@~]# firewall-cmd --add-port=3389/tcp --permanent

success
[root@~]# firewall-cmd --reload

success

[3]    Connect from Windows clients. For example on Windows 10.
Start [Remote Desktop connection] on the Start-Menu.




[4]    Input the hostname or IP address you'd like to connect and push the [Connect] button.



[5]    Answer with [Yes].




[6]    Input a user which is on CentOS to authenticate.



[7]    Just connected.



« Last Edit: May 19, 2018, 05:01:27 pm by nidhinjo »