5
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 09 Mar 2026
5 points (100.0% liked)
Open Source
45232 readers
474 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 6 years ago
MODERATORS
afaik correct me if im wrong but rust desk is not really the right tool for that. Rustdesk connects devices by connecting all the way through the internet to the rustdesk servers and then to the other device.
VNC or RDP are the right approaches here, cause you can use them to connect through the local network, never leaving your LAN/intranet. In addition to not needing a connection to the internet it should be more reliable that way.
If you use KDE then I think their krdc gui is pretty good. Otherwise Remmina.
For the server part, tigerVNC is fine.
Thanks for the tip. I've installed TigerVNC server on the host machine and connected to it from another laptop. Now my problem is that when I connect, it takes me to a clean session instead of showing me the existing session. A quick internet search and I stumbled upon x0vncserver, but no instructions how to install it. Or is it already installed? When I issue
x0vncserveron the host, I getx0vncserver: command not found. Any tips on what I should try or search next?Which OS is on each device? Make it clear af. You on wayland or x11? What DE?
If your laptop runs KDE then the easiest is KRDP + KRFB.
I'd add to that that we really don't know enough about the use case of OP. Maybe ssh is already enough.
Does ssh mean command line stuff or is there such a thing as remote desktop over ssh?
I'm looking for a remote desktop experience.