11
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
11 points (92.3% liked)
Open Source
47123 readers
471 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'm running Linux Mint Cinnamon (X11) on a laptop w/ Tiger VNC Server, and I'm connecting to it from another laptop running Fedora Silverblue w/ Gnome (Wayland).
https://community.linuxmint.com/software/view/tigervnc-scraping-server
so to Install x0vncserver you install tigervnc-scraping-server
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 only or is there such a thing as graphical remote desktop sharing over ssh?
I'm looking for a graphical remote desktop experience.
EDIT: I may have answered my own question. With some searching, I stumbled upon this guide for remote desktop sharing by establishing a VNC session through an SSH tunnel. In the guide, the author uses TigerVNC. I'll have to explore this some more when I have time later on.