[HELP] RustDesk connections hanging / reliable alternatives?

https://lemmy.ml/post/44262126

[HELP] RustDesk connections hanging / reliable alternatives? - Lemmy

Background: I have a laptop in one room on one floor that I’d like to be able to remote into from another laptop in another room on another floor. All spaces are covered by wifi. In general, I always prefer free and open source tools when available, which is why I’ve been trying RustDesk, and I really want to like it. Problem: It seems like every 5 to 10 minutes, the connection hangs, and the only way to restore the connection is for me to bring my laptop upstairs and reset the connection on both machines. This is a significant impediment that renders the app basically unusable in my case. Has anyone else had this issue? If so, how did you resolve it? Or if you use a different tool, which one, and how’s that going for you? On AlternativeTo.net [https://alternativeto.net/software/rustdesk/?license=opensource&platform=linux], I’m seeing suggestions such as TigerVNC and HopToDesk, although I haven’t tried either of them. Both laptops are running popular Linux distros w/ graphical desktops (Mint, Fedora, etc).

afaik correct me if im wrong but rust desk is not really the right tool for that. Why are you connecting all the way through the internet to the rustdesk servers only to come back to your home?

VNC or RDP are the right approaches here, cause you can use them to connect through the local network, never leaving your house.

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.

EDIT: With some internet searching, I stumbled upon this blog article about doing VNC over SSH, I’ll have to explore this some more when I have time later on.

Setting up Remote Desktop Sharing via SSH on Linux | Baeldung on Linux

Learn how to start a GNOME session on an Ubuntu remote desktop shared via SSH.

Baeldung on Linux