Admin-Ahead Community

Windows => General Windows => Topic started by: nidhinjo on May 19, 2018, 04:54:15 pm

Title: Install Xrdp Server
Post by: nidhinjo 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.


(https://www.server-world.info/en/CentOS_7/x/img/38.png)

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

(https://www.server-world.info/en/CentOS_7/x/img/39.png)

[5]    Answer with [Yes].

(https://www.server-world.info/en/CentOS_7/x/img/40.png)


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

(https://www.server-world.info/en/CentOS_7/x/img/41.png)

[7]    Just connected.

(https://www.server-world.info/en/CentOS_7/x/img/42.png)