this post was submitted on 05 Oct 2024
22 points (100.0% liked)

Free and Open Source Software

18331 readers
25 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Hi all! I'm looking for a remote desktop control system that works in Ubuntu. Something like VNC, but that allows for more than one user to remotely see and control the screen of this Ubuntu Desktop at the same time. I've been looking around for a while now, but all the solutions I've found only allow for one user at a given time. If a second user logs in, the first one is kicked out. I'm not sure if this is even possible, but I'd really appreciate any help pointing me in the right direction. Thanks!

Edit: What I'm looking for is something like https://tuple.app/, but open source.

top 14 comments
sorted by: hot top controversial new old
[–] narc0tic_bird@lemm.ee 7 points 5 months ago (2 children)

Just to clarify, do you want multiple remote users connecting to the same desktop session or to separate desktop sessions on the same computer (like a terminal server)?

[–] matto@lemm.ee 1 points 5 months ago

What I’m looking for is something like https://tuple.app/, but open source.

[–] matto@lemm.ee 1 points 5 months ago (1 children)

What I’m looking for is something like https://tuple.app/, but open source.

[–] Grunt4019@lemm.ee 2 points 5 months ago (1 children)

Also not FOSS, but this might meet your needs as an extension on vscode: https://visualstudio.microsoft.com/services/live-share/

[–] Noxious@fedia.io 1 points 5 months ago

Or Tmate if you use Vim (or another CLI editor, or basically anything in the Terminal)

[–] Andromxda@lemmy.dbzer0.com 6 points 5 months ago* (last edited 5 months ago) (2 children)

I believe Veyon can do this. Chris Titus Tech once made a pretty good video about it: https://www.youtube.com/watch?v=ysOr91dUy-8

[–] matto@lemm.ee 4 points 5 months ago

I didn't know about that one! I'll give it a try. Thanks for your help!

[–] Dymonika@beehaw.org 1 points 4 months ago

Wow, this is incredible. People are so generous with their time and talents.

[–] SpacePirate@lemmy.ml 5 points 5 months ago* (last edited 5 months ago) (1 children)

It itself is not FOSS, but Network Chuck just had a decent video on setting up ThinLinc for his editing team. I believe it is free for ten or fewer users. There is an admin function that allows you to observe what another user is doing (session shadowing).

https://m.youtube.com/watch?v=qdo5lMR1lX4

In general, for native FOSS, I’m pretty sure you can specify the screen port in VNC, and connect multiple users to the same port, but you’d have to double check the configuration file. Can likely also be done with XRDP.

[–] matto@lemm.ee 1 points 5 months ago

I didn't know about ThinLinc. I'll give it a try! I tried before with VNC and xRPD, but could not succeed with multiple users. Thanks!

[–] xia@lemmy.sdf.org 5 points 5 months ago (1 children)

Sounds like you might want the "-AlwaysShared" option of Xvnc. Ref: https://tigervnc.org/doc/Xvnc.html

[–] matto@lemm.ee 1 points 5 months ago

I tried that, but I was not able to make it work as I was expecting. I might give it a second try. Thanks!

[–] bjoern_tantau@swg-empire.de 3 points 5 months ago (1 children)

It's meant for games but I haven't found a better remote desktop solution than Sunshine (server) and Moonlight (client).

By default Sunshine is configured to only accept one client but that can easily be remedied.

[–] matto@lemm.ee 1 points 5 months ago

I didn't know about those! I'll take a look. Thank you!