Date: 2024apr18
OS: Linux
Distro: Fedora 39+
Keywords: VNC, RDP, Remote Desktop Protocol
Q. Fedora: Remote desktop Windows to Fedora (2024)
A. As the user you want to login as:
systemctl --user --now enable gnome-remote-desktop
In GNOME Settings UI enable remote desktop
As root:
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.
But this didn't work!!! TODO