That post does help! It told me that the daemon isn’t running.
Updated info:
❯ gnome-shell --version
GNOME Shell 47.0
❯ lsb_release -r
Release: 24.10
❯ netstat -an --program | grep gnome-remote
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
So now I need to figure out how to start the daemon.
I ran
❯ systemctl --user restart gnome-remote-desktop
Which now gives netstat something to show
❯ netstat -an --program | grep gnome-remote
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
unix 3 [ ] STREAM CONNECTED 2015191 264705/gnome-remote
unix 3 [ ] STREAM CONNECTED 2017118 264705/gnome-remote
unix 2 [ ] DGRAM 2017740 264705/gnome-remote
unix 3 [ ] STREAM CONNECTED 2016087 264705/gnome-remote
So now I can “connect” with RDP clients, but need to figure out my username / password.
A second problem I’ve run in to is that the RDP appears to be running X instead of gdm3