Desktop Environment : Configure Xrdp Server2021/02/23 |
Install Xrdp Server to connect to CentOS Stream Server 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 Stream Server 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 Stream Host and push the [Connect] button. |
[5] | Click [Yes] to proceed. |
[6] | Input a user that exists On CentOS Stream Host to authenticate. |
[7] | If successfully passed authentication, Xrdp session starts like follows. |
Sponsored Link |