What’s the Best Way to Set Up Remote Desktop on Linux Mint?

0
14
Asked By MellowTechie42 On

I installed Linux Mint on my server a few months back so I can unify the operating system for both my server and desktop. Everything has been running smoothly, but my server is currently in the bedroom, which isn't great for noise. Ideally, I want to move it to the storage room, but I need a way to access it remotely. I'd prefer a solution that works completely within my local network, as I don't want to depend on external services. I'm considering getting a portable monitor as a backup, but I'm hoping for a more elegant remote desktop solution. Any suggestions would be appreciated!

4 Answers

Answered By NetworkingNinja14 On

If you're looking into KVMs, check out GL.iNet's offerings! They have great network KVM solutions that might serve your needs well.

Answered By TechieWiz87 On

You can try running `sudo apt install xrdp xorgxrdp -y`. After that, set up your session by running `echo env -u SESSION_MANAGER -u DBUS_SESSION_BUS_ADDRESS cinnamon-session > ~/.xsession`. If you also throw in a dummy display adapter, you can connect using any standard RDP client. That should work well! Also, keep in mind that Webmin can manage a lot of your server tasks, even though it's not a full remote desktop solution.

Answered By VirtualVoyager99 On

I’ve been using TigerVNC for remote desktop access on my Linux machines. It works well and is relatively easy to set up. It could be a good fit for your use case!

Answered By ServerGuru91 On

Typically, servers don't run desktop environments, but if you're comfortable using one, that's totally fine! If you want a remote graphical connection, you might consider using NoMachine; I’ve found it very reliable for accessing my servers graphically while still primarily using SSH for most tasks.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.