What do you use for your server administration?
https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration
What do you use for your server administration?
https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration
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.
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.
more people use their servers exclusively for personal entertainment than I expected.
Uh-huh, think of it like jigsaw puzzles…
Forgejo, I can’t help ya with that one
Even though me and another guy set up Argo at work, I wasn’t gonna do it all over again - I pretty much just copied our manifests from work, swapped out the secrets and github urls, and was on the path to success. And the benefits cannot be understated
Those for basic stuff, ssh for everything else.
Ansible using SSH
The moment you discover anything else, you’re gonna be so pleased. It’ll seem so modern! So fast!
ssh
🤔 yeah, that and I guess docker?
apt upgrade every so often.
Opentofu for all the looking after the config on my proxmox boxes and networking gear. Ansible for everything else.
I don’t currently have any monitoring set up but it’s in the to do list when I feel like it.
Check out gatus.
It doesn’t do SNMP. That’s … bold.
The cli.
I have used management interfaces like coxkpit in the last but i do not really like it that much. I have E-Mail Notifications setup for updates via aptitude and monitor using prometheus and grafana and get additional notifications via prometheus alarm manager.
For an easy to use docker interface i use dockge, since i found it in this use case to be faster with a good, working, independend Interface.
But for the Linux underneath, for all 10-20 servers i managae, CLI.
I had started out with CasaOS and ran it for a year or so. Last week, I took some time to move everything out of Casa’s file structure and cleaned up the compose files.
For container management, I’m using Dockhand. It’s been great.
Otherwise, like most others have said, SSH when I need to do more.
Terraform, ansible and kubernetes (microk8s).
K8s in particular has been a huge change to simplifying my network despite the complexities involved and the initial learning curve. Deploying and updating services is much easier now.
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
Fewer Letters More Letters NAS Network-Attached Storage SSH Secure Shell for remote terminal access k8s Kubernetes container management package[Thread #198 for this comm, first seen 29th Mar 2026, 13:00] [FAQ] [Full list] [Contact] [Source code]
Proxmox to manage my VMs, SSH for anything on the command line and portainer for managing my docker containers.
One day I will switch probably switch to dockge so my docker-compose files are stored plain on the hard drive but for now portainer works flawlessly.
dockge needs me to maintain my dockercompose on its own folder in /opt/ as root.
I just wanna keep my compare in its own repos
Yeah, that would be the ideal scenario I guess.
It should technically be possible by mapping the compose files into the opt folder via docker mounts but I think that’s an unreasonable way to go about this since every compose file would need a mounting point