Not just the terminal, I mean a full remote desktop. What’s the best method? Not just from one linux machine to another machine, but also remoting from a windows machine to a linux machine.

I’m a bit of a linux novice, but trying to do more.

  • Eager Eagle@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    ·
    edit-2
    10 months ago

    I avoid it at all costs as no solution is really seamless, but NoMachine gave me the best (perceived) latency out of VNC, TeamViewer, and a couple others I tried a couple years ago. It’s also cross platform, but if the machines are in different networks (behind a NAT), you’ll likely need to configure port forwarding manually or via their GUI.

    edit: I just remembered I even played youtube videos and the transport fever 2 game via NX (NoMachine) for a few hours and it worked well, while other protocols had either too much of a degraded quality or latency.

    • fuckwit_mcbumcrumble@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      10 months ago

      How intensive is nomachine? I’ve used it on decent hardware and it’s performance was pretty good. But I’m thinking of setting it up on the raspbery pis at work since VNC is painful to use.

      • Eager Eagle@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        10 months ago

        I don’t know how it compares, but I’ve used it on the Pi and on Android before, and both work.

      • VerbTheNoun95@sopuli.xyz
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        I’ve used it on my pi before I disabled the display manager because I barely used it, but performance was fine. I could log in from my desktop, phone, laptop, another pi, anything really, which was nice to have.

    • Unforeseen@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      I use NoMachine as well as it has been the most responsive solution for me.

      My biggest problem that I finally figured out was that NoMachine was attaching to a VNC console instead of creating its own display when I was using it with Unraid VMs (KVM)

  • phx@lemmy.ca
    link
    fedilink
    arrow-up
    9
    ·
    10 months ago

    xrdp tends to work well enough, and plays nicely with both the windows remote desktop application and various Linux clients

    • Squidious@lemm.eeB
      link
      fedilink
      arrow-up
      4
      ·
      10 months ago

      I have been using xrdp on the “server” and remmina on the “clients”. Both ends worked beautifully “out of the box” (i.e. apt install). Occasionally I might have had to open the firewall for xrdp?

      • ditty@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        10 months ago

        I use xrdp and remmina as well. I don’t open ports though, I just use my VPN to get into my home network first. much safer

    • NaN@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 months ago

      It also doesn’t require a session to be logged in at the local console.

      • phx@lemmy.ca
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        Yeah that’s true. I think some VNC options can start at the DM login screen but that’s a passion to setup and may not be overly secure

    • CraigeryTheKid@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      I honestly thought this was the default/classic answer, and am surprised at how far down it was.

      I too just started Linux 2 weeks ago, and my search results led me to xrdp on host, and remmina on client.

    • Nisaea@lemmy.sdf.org
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      If xrdp works well enough, NoMachine us blazing fast in comparison. Have you given it a try?

  • ArtVandelay@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    10 months ago

    I’ll add to the mix, if it’s Gnome DE, rdp is built in now, it’s under settings > sharing > enable rdp. Then you can use any rdp client, including windows. (Or remmina if from another Linux box)

  • Victoria@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    7
    ·
    10 months ago

    I’m a bit inexperienced in this aspect, but:

    • if you are on a trusted network (i.e. local/vpn only) you could give VNC a try. It’s somewhat simple, but far from secure.
    • the gnome desktop environment should offer built in RDP support, but i have not tried it yet. Also, just like VNC, i wouldn’t use RDP over the open internet.
  • redcalcium@lemmy.institute
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    10 months ago

    Sometimes I use Steam Remote Play to access my personal linux desktop remotely. It’s actually works pretty great and can automatically reduce stream quality to match your current bandwidth. It also has a lot less input latency than VNC or RDP, though it consumes a lot more bandwidth.

  • testman@lemmy.ml
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    10 months ago

    >Ctrl+F cockpit
    >0 results
    my dudes, I am dissapoint
    https://cockpit-project.org/

    but ok, yes, for actual remote desktop, VNC or RustDesk, despite RustDesk being some open-core implementation that holds the good stuff in the proprietary release. At least it was when I last checked it out.

    • flashgnash@lemm.ee
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      10 months ago

      I don’t think OP is looking to remote into servers here, personally for servers ssh is great but for accessing my laptop from desktop/vice versa the terminal can be a bit awkward when there are applications with no cli behind them which is where a graphical remote desktop comes in handy

  • lurch (he/him)@sh.itjust.works
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    10 months ago

    The best way used to be XPRA. You can also tunnel it thru SSH, but not necessary in a trusted LAN. XPRA is like a per application display proxy that keeps an app running even if the connection is interrupted and enables reconnects as well as transfers of Xclient windows to other Xservers, i.e. you can transfer the remote window from your notebook to your workstation Xserver whithout having to restart the app.

  • lemmyvore@feddit.nl
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    10 months ago

    Install x2go on the client machine. You need X and SSH on the target machine. That’s it, when you connect it will open a new desktop session on the server.

    If you want to connect to an existing desktop session you need x2godesktopsharing installed on the target, you need to activate sharing in x2godesktopsharing, and in x2go client you need to select “session type” as “X2Go/X11 desktop sharing”.