this post was submitted on 28 Mar 2026
11 points (92.3% liked)

Selfhosted

56958 readers
1197 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I was using webmin, but since my last server died and I'm making a new one, I decided I'd look into something different, personally I liked webmin but didn't use most of its functionality and felt a little clunky for my basic use. I've also testran casaos but felt weirdly limited and couldn't smoothly migrate docker containers to interact with its interface.

I can do with just the terminal, but it's nice having a gui that I can glance at my phone and quickly do stuff like update and reboot.

I personally haven't seen or found much conversation into the topic so I figured I'd ask and see what you peeps use and why.

top 11 comments
sorted by: hot top controversial new old
[–] poVoq@slrpnk.net 1 points 7 minutes ago

Cockpit is nice for that. The Podman integration of it is also useful.

[–] neidu3@sh.itjust.works 13 points 1 hour ago
[–] slazer2au@lemmy.world 1 points 14 minutes ago

ssh and portainer.

[–] tofu@lemmy.nocturnal.garden 4 points 56 minutes ago
  • Proxmox GUI for restarting hosts or vms
  • Komodo for restarting containers
  • Forgejo for configuring and updating containers (deployed by komodo)
  • Ansible for OS updates
  • Prometheus + Grafana for monitoring

Those for basic stuff, ssh for everything else.

[–] Impromptu2599@lemmy.world 7 points 1 hour ago (1 children)
[–] redlemace@lemmy.world 2 points 1 hour ago

Exactly this! Oh, and gatus for the nice view (mostly own php talking to gatus api)

[–] synae@lemmy.dbzer0.com 2 points 1 hour ago (1 children)

I guess, K3s & argocd? Not sure exactly what you're asking

[–] Fierro@piefed.social 1 points 56 minutes ago

Whatever you interpret that as since my main goal here is to seed conversation, but the thing that I was thinking of when asking was a web gui with some live stats, doing some simple maintenance stuff, maybe manage or glance at docker/podman status and other services, etc.

Since I've seen some conversations about documenting setups so they can be picked up and troubleshot by someone else unfamiliar with the setup like a family member, I expected it would be common to lower the friction for basic maintenance but seeing the amount of ssh comments makes me think otherwise, maybe more people use their servers exclusively for personal entertainment than I expected.

[–] Sunspear@piefed.social 2 points 1 hour ago

My setup is a barebones Alpine Linux with ssh and docker, and everything I run on it is a container (except backups).

Those I manage remotely (remote Docker context), so the only time I have to log in is to do an update for the few system packages and that's it. And for that ssh is more than enough

[–] otacon239@lemmy.world 1 points 1 hour ago

I’m running OMV with the Docker Compose plugin and I just SSH in for everything else. I run this stack both at home and work. It’s a good middle ground for me of stability and customizability.

[–] elettrona@poliversity.it 1 points 1 hour ago

@Fierro @selfhosted I mostly use YunoHost as I'm a beginner in self-hosting, but if needed I have command line. Ssh, then even one docker container or two. Mainly on Windows system with powershell or ordinary command line.