Looking for some suggestions on what works well for RDP/VNC connections between two Linux boxes, both running GUI (X).  Not interested in
anything for Windows, just Linux-to-Linux.           
What's your favorite?  Thanks for ideas.
I mean VNC etc all have their place but tbh, if you are running X11 (xorg etc, not Wayland), then I would just tunnell an exported X over SSH then you can launch the apps on one box and have them display on the other. That was the beauty of X11 in the O.G. days. When I found out about that, it blew my mind!
From memory, all you need to do is set up the ssh tunnel thusly:
localboxen$ export DISPLAY="otherboxen:0"
localboxen$ ssh user@otherboxen -X
now, from localboxen, run any X11 app you like, say GIMP:
localboxen$ gimp & 
and instead of appearing on localboxen's screen, it'll appear on otherboxen's screen. 
Magic!
-Al
hyjinx // Alistair Ross
Author of 'Back to the BBS' Documentary: 
https://bit.ly/3tRINeL (YouTube) alsgeeklab.com
--- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
 * Origin: Sent from Al's Geek Lab 1337:2/104 (1337:2/104)