this post was submitted on 28 Mar 2026
17 points (94.7% liked)

Selfhosted

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

you are viewing a single comment's thread
view the rest of the comments
[–] Sunspear@piefed.social 3 points 3 hours ago (1 children)

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

I'm currently in the process of setting up my home server again but this was basically my setup before. Alpine Linux + SSH + Docker and I kept everything to a minimum.

This time I'm setting up rootless Podman in place of Docker and as of today the switch over is complete.

I'm thinking of trying to use wireguard as a way to secure my ssh port but I'm still trying to learn and figure out if that's possible.

With all the security and trust issues hitting the self-hosting headlines, less and simple is completely fine with me.