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
If you're looking into KVMs, check out GL.iNet's offerings! They have great network KVM solutions that might serve your needs well.
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.
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!
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
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux