Computer Tips - Fedora: Remote desktop Windows to Fedora

Date: 2019apr14 Update: 2020jul23 OS: Linux Distro: Fedora (Testing on 29 to 32) Keywords: VNC, RDP, Remote Desktop Protocol Q. Fedora: Remote desktop Windows to Fedora A. As root:
dnf -y install xrdp systemctl start xrdp systemctl enable xrdp firewall-cmd --permanent --add-service=rdp firewall-cmd --reload
Then on Windows, search for "Remote" to find "Remote Desktop Connection" or run mstsc.exe. You'll get a new session -- which is what I want since my sever is headless. Enter your userid and password. The Remmina or rdesktop clients works going from Fedora to Fedora.