Explore information related to xrdp centos
Install XRDP Server
This article will guide you on steps to install XRDP #Server on #Ubuntu. To provide remote access via RDP, a Windows native protocol, XRDP behind the scenes uses #VNC, a remote access protocol more common in Linux.
After #xrdp is installed you can start the server with the following command:
Service xrdp start.
Service xrdp-sesman start (Thanks to Greg for pointing that out) — UPDATE!!
If want it to auto start after reboot you need to run this command also: update-rc.d xrdp enable (It will not start xrdp-sesman automatic).
To use XRDP Linux:
1. With #Ubuntu 18.04 first install xrdp: sudo apt-get -y install xrdp.
2. Next, one may adjust the configuration file: sudo nano /etc/xrdp/xrdp.ini.
3. Set encryption level to high: encrypt_level=high.
4. Next, allow just RDP through the local firewall: sudo ufw allow 3389/tcp.
