this post was submitted on 30 Aug 2023
27 points (93.5% liked)

Selfhosted

39247 readers
311 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hi everyone

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?

Thanks in advance for your input.

top 12 comments
sorted by: hot top controversial new old
[–] SheeEttin@lemmy.world 13 points 1 year ago (1 children)

A GUI desktop for what? I've never installed a Linux server with a GUI.

But you can certainly do it. I'm sure there's a metapackage or something that will pull in all the requirements.

[–] Sim@lemmy.nz 1 points 1 year ago

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.

[–] PuppyOSAndCoffee@lemmy.ml 7 points 1 year ago (1 children)

if you just want a desktop, kasm is def on the swankier side

remember you can always use x-windows on a local computer to run things directly on a remote box.

[–] Sim@lemmy.nz 2 points 1 year ago

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.

[–] psmt@lemmy.pcft.eu 5 points 1 year ago (1 children)

More server oriented than a classical desktop: https://cockpit-project.org/

[–] Sim@lemmy.nz 1 points 1 year ago (1 children)

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.

[–] Maruki_Hurakami@lemm.ee 5 points 1 year ago (1 children)
[–] Sim@lemmy.nz 1 points 1 year ago

Yes, that's it!

[–] mypasswordis1234@lemmy.world 4 points 1 year ago (1 children)

Check out this: https://github.com/linuxserver/docker-webtop You can stream the GUI directly to your web browser! This is so sick 😅

[–] Sim@lemmy.nz 1 points 1 year ago

RDP is fine but a brower stream is just as good if the performance works out, I'll give it a look, thanks.

[–] uninvitedguest@lemmy.ca 2 points 1 year ago (1 children)

Orb is a project I've been meaning to check out. It may meet your needs.

https://gitlab.com/hsleisink/orb

It's not yet in Docker, however. See the top comments from a couple months back: https://www.reddit.com/r/selfhosted/comments/146og6f/orb_v021_has_been_released/

[–] Sim@lemmy.nz 1 points 1 year ago

Cool project, thanks!