Skip Navigation

Is there a way to connect multiple desktops and treat them as one system?

I have some desktops (the tower kind) lying around and I'm wondering if there's a way that I can connect them all to one display and combine their computational power or at least make them all accessible in one place. I want to get into server hosting but only have one monitor. They're currently running LMDE.

Any ideas?

32 comments
  • The term for combining their computational power is "concurrent computing", "parallel computing" or "distributed computing" which aren't really all exactly the same but i can't find distinctions betwen them that are well defined. making them all accesible in one place is something i want to do as well but i get distracted easily and haven't made much progress.

    KVM is an abbreviation that means 'keyboard video mouse' which also might be something to look into but it can be confusing as it also is an abbreviation for 'kernel virtual machine' which also might be related but that's as far as i got mostly.

    i believe you can create a local network if you have a router/hub/switch device with multiple ethernet ports. if all the devices have wifi you should be able to connect through that, using something like jellyfin or maybe proxmox. wish i knew more and could help, hopefully you get better advice because i want to do the same or something similar.

  • I saw you comment that your thinking of hosting a minecraft server on it. Just FYI your going to need access to the router for port forwarding to let the minecraft server be accessible to anyone not on your LAN. Which i saw you may not have in another comment. As for actually controlling them just ssh into the server from the other one.

    If you really want to do a server that other people can join and cant use port forwarding you may be able to get it to work with a VPN like hamachi and get your friends all on that. But ive never done that with an actual server just used it for LAN games so im not sure it would work. Id think it should but cant say.

  • Yep, I still use X2go to get a remote graphical display from my machines at the data center while I work on them from home. It also provides sound and remote printing and leverages scp to transfer files.

32 comments