this post was submitted on 11 Feb 2024
49 points (98.0% liked)

Linux

46777 readers
1675 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

One of the problems with having switched over a number of relatives to Linux is that I'm "the guy" when they have issues, and I can't always get over to help them in a timely manner. A lot of the time most stuff is working just fine and it's just a matter of popping into the desktop and fixing a bad link or a naughty plugin that's slipped into Chrome etc, but it DOES require being able to see what they see.

Windows has a system where you can "request assistance" and then provide a code for access at which point it shares your desktop. There are similar systems where one can get a link in email and click it for support.

I'd like to find a system that I can host myself to allow users to queue up for support at which point I can pop into their system, without needing to open ports on their routers or using something hackish like forwarding a VNC port to an SSH server etc

top 19 comments
sorted by: hot top controversial new old
[–] [email protected] 15 points 6 months ago* (last edited 6 months ago)

https://github.com/rustdesk/rustdesk is apparently good. Server part can be installed with Yunohost. Android app available on F-Droid.

[–] [email protected] 12 points 6 months ago (2 children)

RustDesk is FOSS, written in Rust and can be selfhosted.

[–] [email protected] 2 points 6 months ago

It's so fast too. It's my default for supporting my family computers across the country.

It's very fast and decodes in my GPU (Ryzen 7040u)

[–] [email protected] 2 points 6 months ago (1 children)

RustDesk is pretty simple and has a fairly friendly interface. I'm hoping they bring back the play store installer though since getting relatives to install from an APK wouldn't be much fun

[–] [email protected] 1 points 6 months ago

You can get it from F-Droid

[–] [email protected] 11 points 6 months ago (2 children)

I use https://github.com/Ylianst/MeshCentral

For this usecase. This also lets me do things like run admin cmd commands. It should be noted, however, that the Windows UAC prompt won't show up in a VNC session by default, you either need to configure UAC, or set up RDP.

[–] [email protected] 3 points 6 months ago

Been using it for years at work. Really awesome piece of free software.

[–] [email protected] 1 points 6 months ago

Yeah the UAC issue happens with a lot of stuff, including (last time I checked) screen-shares with Teams

[–] [email protected] 6 points 6 months ago (1 children)

i did use meshcentral before which did work quiet well.

[–] [email protected] 1 points 6 months ago

I tried that one as well recently. It seems decent but the Android client is a tad broken (crashes on screen share).

[–] [email protected] 3 points 6 months ago (2 children)

Windows has a request assistance function? wtf.. where is that found?
I only know Remote desktop tools and most of these work perfectly fine on linux as the client or even under Wine.

[Edit: woah, i did some rambling below here.. not related to your specific case here, but some nice information maybe]

Linux as host is where it gets funny.. bigger ones support X11, pretty much none support Wayland.
To be fair, its impossible to control mouse and keyboard under Wayland without root.
I think we now have some new desktop packages for gnome and kde which can do that, so now they need to be implemented.

But i dont see an effort being made for Wayland by the bigger providers in the near future.. the market just isnt there and there is lots of uncertainty with the featureset.

Switched to Rustdesk a while back, works nicely as client, but only picture output with wayland as host.l as of now.
And i cannot copy&paste under wayland as client.. even though it worked before..

[–] [email protected] 4 points 6 months ago (1 children)

Windows Quick Assist. you both launch it and share the code, it shares the screen even after your person on the other end reboots

[–] [email protected] 1 points 6 months ago (1 children)

Is that the same as Windows Remote Assistance? I'm guessing just a rename

[–] [email protected] 2 points 6 months ago (1 children)

It is similar, but QuickAssist is way better and so simple. If you type quickassist in the search bar it should show the app.

[–] [email protected] 1 points 6 months ago (1 children)

I'll keep that in mind next time I've got relative with a Windows machine they need help on. Thanks

[–] [email protected] 1 points 6 months ago

Yeah super handy when I was helping my mom in another province, because she is bad with tech. She types quickassist then ahares the generated code with me, I enter it, connects right away and still persists during reboot updates. Probably the best think MS has ever done.

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago)

Yup

https://support.microsoft.com/en-us/windows/solve-pc-problems-remotely-with-remote-assistance-and-easy-connect-cf384ff4-6269-d86e-bcfe-92d72ed55922

It even works most of the time. No self-hosted server though. AFAIK it connects via an MS host as the intermediary.

[–] possiblylinux127 3 points 6 months ago (1 children)
[–] [email protected] 1 points 6 months ago

Yup. Literally just set up a VM with that one last night to test out since a bunch here have recommended it