I have a few family members that I help support. For instance, I installed Linux Mint on my grandmother’s PC. She doesn’t know any different and my young cousin doesn’t understand it so he finally stopped giving it viruses. I used to use TeamViewer to take over her PC when she needed support but I got my account banned because they believed I was using it commercially. Oh well!

I have Tailscale installed on the computers. This gives me SSH access. What would you suggest? RDP? Something else?

  • @onlinepersona@programming.dev
    link
    fedilink
    English
    88 months ago

    VNC over SSH and you should be set.

    You can forward the VNC port with a local port forward e.g ssh -L $yourPort:localhost:$vncPort $grandmasMachine. Then open Remmina (or KRDC, or some other VNC client).

    I do hope your grandma has good upload speeds though.

    Bless you for spreading the word of the penguin and being the support of your family. Props to you.

    • λλλOP
      link
      fedilink
      4
      edit-2
      8 months ago

      Thanks for the info and link.

      I don’t need any props. I’m not spreading any word. It’s for selfish reasons. My grandparents only use the web browser, so they don’t know/care what an OS is. The reason I did it in the first place (they’ve been running Linux Mint for almost 10 years now) was my cousin kept trying to install Minecraft Mods and giving them viruses. XD

    • @notfromhere
      link
      38 months ago

      In my experience, RDP locks the screen for anyone at the physical machine. It sounds like OP is wanting a simultaneous screen sharing.

      • @thejodie@programming.dev
        link
        fedilink
        1
        edit-2
        8 months ago

        I think that screen lock is really only the case in Windows. Most linux vnc and rdp servers either run their own completely separate X session or share the console session.

        • @notfromhere
          link
          18 months ago

          True enough for VNC but we’re specifically talking about RDP, which is supported by Linux Mint.

    • λλλOP
      link
      fedilink
      28 months ago

      I hadn’t tried it yet. I was just asking to get a census of what’s popular before I dug in too deep.

      • @SwingingTheLamp@midwest.social
        link
        fedilink
        English
        28 months ago

        Gotcha. As usual with Linux, there are lots of ways to crack the nut. I would be inclined to go with the built-in option, in this case. Less likely to break.

    • λλλOP
      link
      fedilink
      28 months ago

      I’ll look more into it. Multiple have suggested it now

    • λλλOP
      link
      fedilink
      18 months ago

      The thing about rustdesk is I don’t see how I could run it unless I am at the computer. Ideally, I’d like to be able to take control without having to walk through like, "look for an app called “rust desk”. Is there a way to open a desktop application through SSH so that it opens on their open desktop?

      • stewie410
        link
        fedilink
        28 months ago

        Alternatively, you could set rustdesk to run on startup/login, so neither you nor the user needs to manually start it.

      • essell
        link
        fedilink
        28 months ago

        I’ve not run it on that platform, I would imagine they have similar capabilities in the Linux version.

        It runs in portable mode by default, as you suggest this means it needs to be run each time.

        So for unattended windows machine I installed it as a service and activated a permanent password for it. Problem solved!

  • @notfromhere
    link
    3
    edit-2
    8 months ago

    I think VNC protocol over your tailscale tailnet would work well. It shares the screen without locking out the in-person user.

    You could also try Steam remote play, it shares the desktop like what you’re asking, but would require a bit if setup (custom “game” added which would expose the entire desktop for e.g.), and wouldn’t be useful without someone relaunching it after a reboot, so wouldn’t be very useful for remote management without grandma available at the machine.

    I would stay away from X11 over SSH because X11is deprecated in favor of Wayland and will stop working as you upgrade the OS (if it even works now).

    RustDesk looks promising but it sounds like it may lock the screen for the in-person user, but I’ve never used it so can’t say for sure.

  • Zeppo
    link
    fedilink
    English
    38 months ago

    If you really want a GUI, TightVNC over an ssh tunnel.

    • λλλOP
      link
      fedilink
      1
      edit-2
      8 months ago

      Do you run it personally? How lightweight is the server?

      • @undrwater@lemmy.world
        link
        fedilink
        28 months ago

        I do, and I’ve used it for a customer.

        Server is a VPS running several other services and it doesn’t load them much at all. I think the server provides the handshake, and the rest is done on the two clients.

        • λλλOP
          link
          fedilink
          18 months ago

          Can you take over the remote without them having to supply a code?

          • @undrwater@lemmy.world
            link
            fedilink
            18 months ago

            I believe you can set it up to auto accept. I’m pretty sure I did that as it was my intention to use it to bring my desktop to my android tablet (which also works well btw).

            Ping me tomorrow and I’ll double check for you.

            • λλλOP
              link
              fedilink
              18 months ago

              That sounds pretty good. Let me know 🙂

              • @undrwater@lemmy.world
                link
                fedilink
                18 months ago

                Yes. You can set a permanent password. So long as the machine is on, rustdesk is running, and you have the password, you’ll get in.

    • λλλOP
      link
      fedilink
      28 months ago

      Well, I want to be able to see the screen so that I can talk my grandma through stuff. I have fixed things through SSH and run updates that way too.

      • @disheveledWallaby@lemmy.ml
        link
        fedilink
        18 months ago

        X forwarding should let you use GUI apps from the remote computer. Its not quite a full remote desktop experience though. You can see how to set up and use x forwarding on YouTube.

        • @ElderWendigo@sh.itjust.works
          link
          fedilink
          28 months ago

          X forwarding still won’t show Grandma’s point of view to work through the problem in front of her. It’s not a remote desktop experience at all.

        • @notfromhere
          link
          28 months ago

          I’ve used X11 over SSH before and it works great for some use cases, however it does not work with Wayland, so if their system supports it now, there’s no guarantee it will work after a major system update.

          • @disheveledWallaby@lemmy.ml
            link
            fedilink
            18 months ago

            I was curious about that as I haven’t tried Wayland yet and its been a while since I’ve had any reason for an x session via ssh. Glad someone with first hand knowledge could chime in for OP and others as well as myself.

    • λλλOP
      link
      fedilink
      18 months ago

      I looked at the documentation for that. It looks like exactly what I want. I’m between that and Rust Desk…

  • @BassTurd@lemmy.world
    link
    fedilink
    18 months ago

    I also had my TeamViewer account flagged as commercial. I just appealed and they reinstated with no issues. You could try that.