Desktop Environment : Configure Xrdp Server2019/09/26 |
Install Xrdp Server to connect to CentOS from the Windows Remote Desktop feature.
|
|
[1] | Install and start Xrdp Server. |
[root@dlp ~]# systemctl enable xrdp --now |
[2] | If Firewalld is running, allow RDP port. |
[root@dlp ~]# firewall-cmd --add-port=3389/tcp --permanent success [root@dlp ~]# firewall-cmd --reload success |
[3] | Connect to CentOS with RDP from Windows clients. This example is based on Windows 10. Start [Remote Desktop connection] on the Start-Menu. |
[4] | Input hostname or IP address of CentOS Host and push [Connect] button. |
[5] | Click [Yes] to proceed. |
[6] | Input a user that exists On CentOS Host to authenticate. |
[7] | If successfully passed authentication, Xrdp session starts like follows. |
Sponsored Link |