• Linux RDP

    From Gamgee@1337:3/191 to All on Fri Jun 6 19:50:33 2025
    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.


    ... You can't save yourselves. But you can save your legacy. -Hari Seldon
    === MultiMail/Linux v0.52
    --- SBBSecho 3.27-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (1337:3/191)
  • From paulie420@1337:3/129 to Gamgee on Sun Jun 8 13:17:23 2025
    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 use RealVNC - RealVNC Server and Viewer...

    for a viewer, tho, there are several more FOSS titles; TigerVNC... in this case, tho, I like RealVNC for its accounts - you can have all your user/passwords for both local and remote VNC connections - for example I help other sysops using this and can keep their connections all in one place/account.

    Some might not like this, but RealVNC performs really well IMO.



    |07p|15AULIE|1142|07o
    |08.........

    --- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
    * Origin: 2o fOr beeRS bbs>>>20ForBeers.com:1337 (1337:3/129)
  • From Gamgee@1337:3/191 to paulie420 on Sun Jun 8 16:25:17 2025
    paulie420 wrote to Gamgee <=-

    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 use RealVNC - RealVNC Server and Viewer...

    for a viewer, tho, there are several more FOSS titles; TigerVNC... in
    this case, tho, I like RealVNC for its accounts - you can have all your user/passwords for both local and remote VNC connections - for example
    I help other sysops using this and can keep their connections all in
    one place/account.

    Some might not like this, but RealVNC performs really well IMO.

    Thank you, Paulie. Going to try and work on this some later this
    evening, and giving TigerVNC a look. Appreciate the reply.



    ... Gone crazy, be back later, please leave message.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.27-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (1337:3/191)
  • From hyjinx@1337:2/104 to Gamgee on Sun Jun 15 20:22:48 2025
    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)