I've got a capable Ubuntu server hosting Docker, using Portainer to manage many stacks and containers. I'm about to add a couple machines to a swarm for a little fault-tolerance.
Before this, Docker was Windows hosted which gave me a useful addition; a handy remote desktop for those times when I wanted to do something remotely using a GUI at home.
https://hub.docker.com/r/linuxserver/rdesktop seems to work OK but I wondered if the community here have any suggested alternatives. Instead of running within Docker, has anyone simply installed a GUI on the Ubuntu host?
This is not to manage or work on the server, I use terminal and web-based UIs for all of that.
This to host a desktop I can use remotely. Sometimes using my local desktop isn't what I want to do; I might be running a lower power machine, or want to do something I can't on the machine I'm actually using. Or I might want to use a remote Linux desktop from a Windows machine. Sometimes the other way around.
kasm looks good, thanks - it's definitely in the area; desktop as a service. I want something I can suspect and go back to, not sure if I can do that on kasm or not but a good tip, I'll check it out.
Very useful, reminds me of another browser based Linux manager I forget the name of. Not specifically what I'm trying to achieve but very handy to know, I'll try it. Thanks.
What are you trying to do? Don't take this the wrong way, but I can't imagine anything i'd do on a server where i'd want a GUI.
Even where I could imagine it, there are other options. If you want a graphical file manager, run one in docker or use sshfs to mount it whenever you want. Change config files? Vim. Or nano or whatever if you hate vim. Or spin up a full coding environment whenever you need it and mount in your config files. Just don't leave it running and don't expose it. If you just need a linux desktop for a while, and it's not actually for your server, install a linuxserver.io webtop.