|
|
|
|
|
by inversetelecine
321 days ago
|
|
Does Linux have a stable and reliable remote desktop server yet? Using Wayland. I love being able to remote into my home PC and experience near lag-free use via RDP. I've tried the Gnome and KDE implementations but they aren't that great as a user who just wants to connect and use the PC. I found the gnome one confusing, as it had two options. One had to be logged into locally and unlocked first. The other didn't I believe but there was some other gotcha. Maybe having signed in once but then locked the session. I do remember not being able to RDP from a fresh reboot which made me think the machine failed to boot. KDE's implementation I think also suffered from having to log in locally first. I've made use of Sunshine and Moonlight for now. It works, but it's meant more for gaming. No copy and paste, more bandwidth or more cpu/gpu cycles, etc. |
|
The GNOME Remote Desktop offering seems fine but yeah, the specific use case you have of wanting to be able to login does require an additional system wide login step which is a little unusual. LightDM and others work similarly; it's basically a vnc password to keep rabble off the actual login screen. https://gitlab.gnome.org/GNOME/gnome-remote-desktop
For the many many wlroots Wayland's, wayvnc is quite good. Their first FAQ question is about running over ssh, on a headless backend. https://github.com/any1/wayvnc/blob/master/FAQ.md#faq
Personally I think sunshine & moonlight is 100% the way to go. There is one way client->host copy paste. Agreed that more would be better, but there are good independent tools for shuffling data around, lots of ways to fill in the gap. The bandwidth is very tuneable but yes 0.5mbit/s is going to be pretty rough. But sunshine will gladly use hardware encoding, that's very low latency, and that is basically free: there's dedicated encoders on any vaguely modern hardware. Being able to get av1 or HEVC for basically free feels about as good as it gets to me. Moonlight client of course will also decode in hardware too. Remote desktop-ing has never been so low impact to CPU or GPU, and the ability to do absolutely anything (watch videos even) with such high smoothness and low latency is stunning. 100% recommend sunshine+moonlight. Afaik, no way to remote login over it though?