- Run the following command to install XRDP (remote desktop service) on your Fedora system
- $ sudo dnf install xrdp -y
- Once you have installed the packages, start the Xrdp service and enable auto-start for the service when the system boots.
- $ sudo systemctl enable xrdp
- $ sudo systemctl start xrdp
- Run the command to verify whether the service is started successfully.
- $ sudo systemctl status xrdp