Home

What do you use for your server administration?

$$19442
https://piefed.social/u/Fierro posted on Mar 28, 2026 19:07

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.

https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration
Reply
$$19445
https://utsukta.org/channel/sk posted on Mar 28, 2026 19:10
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration
@Fierro the terminal? i try to keep overhead to a minimum, its simpler to just learn the commands and use the terminal, can use it from my phone remotely, ssh is pretty secure and using other tools that act as middle-ware just adds to the attack surface.
https://utsukta.org/item/96003752-7856-49f5-a844-1b67936e24d6
Reply
$$19451
https://lemmy.world/u/Impromptu2599 posted on Mar 28, 2026 19:15
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

Ansible or ssh

https://lemmy.world/comment/22920166
Reply
$$19455
https://poliversity.it/users/elettrona posted on Mar 28, 2026 19:21
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

@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.

https://poliversity.it/users/elettrona/statuses/116308421295622237
Reply
$$19457
https://piefed.social/u/Sunspear posted on Mar 28, 2026 19:26
In reply to: 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

https://piefed.social/comment/10728059
Reply
$$19460
https://lemmy.world/u/otacon239 posted on Mar 28, 2026 19:31
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

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.

https://lemmy.world/comment/22920416
Reply
$$19463
https://lemmy.world/u/redlemace posted on Mar 28, 2026 19:34
In reply to: https://lemmy.world/comment/22920166

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

https://lemmy.world/comment/22920451
Reply
$$19466
https://sh.itjust.works/u/neidu3 posted on Mar 28, 2026 19:39
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

ssh

https://sh.itjust.works/comment/24544657
Reply
$$19491
https://lemmy.dbzer0.com/u/synae posted on Mar 28, 2026 20:00
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

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

https://lemmy.dbzer0.com/comment/25222471
Reply
$$19503
https://piefed.social/u/Fierro posted on Mar 28, 2026 20:16
In reply to: https://lemmy.dbzer0.com/comment/25222471

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.

https://piefed.social/comment/10728590
Reply
$$19499
https://lemmy.nocturnal.garden/u/tofu posted on Mar 28, 2026 20:16
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration
  • 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.

https://lemmy.nocturnal.garden/comment/457450
Reply
$$19522
https://lemmy.world/u/slazer2au posted on Mar 28, 2026 20:58
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

ssh and portainer.

https://lemmy.world/comment/22921524
Reply
$$19527
https://slrpnk.net/u/poVoq posted on Mar 28, 2026 21:05
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

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

https://slrpnk.net/comment/21497991
Reply
$$19535
https://slrpnk.net/u/MalReynolds posted on Mar 28, 2026 21:15
In reply to: https://piefed.social/comment/10728590

more people use their servers exclusively for personal entertainment than I expected.

Uh-huh, think of it like jigsaw puzzles…

https://slrpnk.net/comment/21498118
Reply
$$19544
https://lemmy.dbzer0.com/u/confusedpuppy posted on Mar 28, 2026 21:27
In reply to: https://piefed.social/comment/10728059

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.

https://lemmy.dbzer0.com/comment/25223637
Reply
$$19555
https://programming.dev/u/Fijxu posted on Mar 28, 2026 21:38
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

NixOS and SSH I guess?

https://programming.dev/comment/22985659
Reply
$$19578
https://feditown.com/u/exu posted on Mar 28, 2026 22:18
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

SSH and Ansible using SSH

https://feditown.com/comment/5243390
Reply
$$19619
https://lemmy.world/u/lietuva posted on Mar 28, 2026 23:12
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

Ssh, dockhand, beszel. They have nice GUI and setting up notification providers is easy. I am using ntfy, so if my CPU is peaking at 90% for a while, or I if any of the containers become unhealthy I get notification to my phone.

https://lemmy.world/comment/22923132
Reply
$$19624
https://lemmy.world/u/Tolstoy posted on Mar 28, 2026 23:16
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

For system and docker stats I can only recommend beszel. Portainer for docker management and anything else ssh.

https://lemmy.world/comment/22923204
Reply
$$19631
https://lemmy.world/u/erev posted on Mar 28, 2026 23:31
In reply to: https://slrpnk.net/comment/21497991

+1 to cockpit. My entire network is domain managed and cockpit makes managing everything so much easier

https://lemmy.world/comment/22923420
Reply
$$19687
https://lemmy.world/u/GreenKnight23 posted on Mar 29, 2026 01:25
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

ssh

🤔 yeah, that and I guess docker?

https://lemmy.world/comment/22924571
Reply
$$19703
https://lemmy.vg/u/osanna posted on Mar 29, 2026 01:41
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

I use tugtainer for managing updates to containers (not automatic). and aside from that, I just apt upgrade every so often.

https://lemmy.vg/comment/8394878
Reply
$$19712
https://feddit.uk/u/Egonallanon posted on Mar 29, 2026 01:57
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

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.

https://feddit.uk/comment/24158883
Reply
$$19719
https://piefed.social/u/eodur posted on Mar 29, 2026 02:18
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

So many things. Mostly Kubernetes and FluxCD, but also doco-cd for managing a few deployments on my NAS with GitOps.

https://piefed.social/comment/10731838
Reply
$$19722
https://lemmy.world/u/irmadlad posted on Mar 29, 2026 02:27
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration
  • Portainer for Docker containers
  • ssh for most real administration tasks
  • Olive Tin for repetitive tasks like sudo apt update
  • Netdata for server metrics and ntopng for metrics on standalone pFsense box
https://lemmy.world/comment/22925207
Reply
$$19764
https://lemmy.zip/u/motruck posted on Mar 29, 2026 04:15
In reply to: https://feddit.uk/comment/24158883

Check out gatus. Super easy to get up and running depending on what type of monitoring you want to do.

https://lemmy.zip/comment/25558422
Reply
$$19765
https://lemmy.zip/u/motruck posted on Mar 29, 2026 04:16
In reply to: https://lemmy.world/comment/22923132

What kind of problems do you catch with beszel?

https://lemmy.zip/comment/25558432
Reply
$$19807
https://piefed.ca/u/cenzorrll posted on Mar 29, 2026 05:58
In reply to: https://sh.itjust.works/comment/24544657

Power button

https://piefed.ca/comment/4052305
Reply
$$19814
https://lemmy.ml/u/ShortN0te posted on Mar 29, 2026 06:43
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

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.

https://lemmy.ml/comment/24830057
Reply
$$19818
https://lemmy.vg/u/osanna posted on Mar 29, 2026 06:50
In reply to: https://poliversity.it/users/elettrona/statuses/116308421295622237

nothing wrong with yunohost. We all started out as noobs at one point in time. My advice though: Don’t think that’s the end point. Branch out when you have motivation/time/etc, and see what happens. The best way to learn is to break shit, then have to fix it. at least IMHO

https://lemmy.vg/comment/8396573
Reply
$$19823
https://lemmy.ca/u/corsicanguppy posted on Mar 29, 2026 07:08
In reply to: https://lemmy.zip/comment/25558422

Check out gatus.

It doesn’t do SNMP. That’s … bold.

https://lemmy.ca/comment/22471699
Reply
$$19824
https://lemmy.ca/u/corsicanguppy posted on Mar 29, 2026 07:09
In reply to: https://feditown.com/comment/5243390

Ansible using SSH

The moment you discover anything else, you’re gonna be so pleased. It’ll seem so modern! So fast!

https://lemmy.ca/comment/22471711
Reply
$$19830
https://lemmy.world/u/bruhduh posted on Mar 29, 2026 07:23
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

Virtualmin and cockpit

https://lemmy.world/comment/22927264
Reply
$$19835
https://sh.itjust.works/u/Jakeroxs posted on Mar 29, 2026 07:48
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

Does proxmox count? Then I run lots of docker containers in lxcs

https://sh.itjust.works/comment/24551802
Reply
$$19878
https://discuss.tchncs.de/u/Black616Angel posted on Mar 29, 2026 10:02
In reply to: https://lemmy.ca/comment/22471711

Hey, you’re the “Ansible is toxic” guy.
What do you use?

https://discuss.tchncs.de/comment/24840524
Reply
$$19906
https://piefed.social/u/BruisedMoose posted on Mar 29, 2026 11:33
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

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.

https://piefed.social/comment/10735259
Reply
$$19948
https://sh.itjust.works/u/atzanteol posted on Mar 29, 2026 12:55
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

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.

https://sh.itjust.works/comment/24554726
Reply
$$19949
https://lemmy.decronym.xyz/u/Decronym posted on Mar 29, 2026 13:00
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

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]

https://lemmy.decronym.xyz/comment/21395
Reply
$$19952
https://feditown.com/u/exu posted on Mar 29, 2026 13:14
In reply to: https://lemmy.ca/comment/22471711

So what’s your preferred solution and why?

https://feditown.com/comment/5246073
Reply
$$19957
https://lemmy.zip/u/melfie posted on Mar 29, 2026 13:29
In reply to: https://lemmy.dbzer0.com/comment/25222471

I run k3s and use Argo CD at work, but it always seemed overkill for my home server. I also would want to use self-hosted Forgejo instead of an external service, but I don’t care to spend time on a setup that bootstraps Forgejo, PostgreSQL and Argo CD, then has all of the above managed by Argo CD.

https://lemmy.zip/comment/25564289
Reply
$$19965
https://lemmy.world/u/albert_inkman posted on Mar 29, 2026 13:41
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

Home server for me is mostly Ansible for provisioning and systemd for everything else. The trick is keeping it simple enough that you can recover from a broken state without Google. For daily tasks I reach for bare metal SSH or a web interface if it needs to be friendly. K8s is great but I found myself overcomplicating things until I stepped back and remembered: I already know how to SSH into a box.

https://lemmy.world/comment/22931282
Reply
$$20061
https://lemmy.dbzer0.com/u/antlion posted on Mar 29, 2026 17:18
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

Proxmox gui and ssh for my LXCs

https://lemmy.dbzer0.com/comment/25237426
Reply
$$20065
https://lemmy.dbzer0.com/u/synae posted on Mar 29, 2026 17:25
In reply to: https://lemmy.zip/comment/25564289

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

https://lemmy.dbzer0.com/comment/25237529
Reply
$$20068
https://lemmy.dbzer0.com/u/Scrath posted on Mar 29, 2026 17:29
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

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.

https://lemmy.dbzer0.com/comment/25237579
Reply
$$20073
https://sh.itjust.works/u/dimjim posted on Mar 29, 2026 17:50
In reply to: https://lemmy.world/comment/22923204

I second Beszel, it’s such a clean interface, and I can also have it send alerts through Gotify if my shit breaks!

https://sh.itjust.works/comment/24559080
Reply
$$20074
https://lemmy.zip/u/possiblylinux127 posted on Mar 29, 2026 17:53
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

Bash? (And Ansible)

https://lemmy.zip/comment/25568915
Reply
$$20091
https://lemmy.ca/u/jimd posted on Mar 29, 2026 18:28
In reply to: https://lemmy.dbzer0.com/comment/25237579

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

https://lemmy.ca/comment/22480019
Reply
$$20144
https://lemmy.dbzer0.com/u/Scrath posted on Mar 29, 2026 20:25
In reply to: https://lemmy.ca/comment/22480019

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

https://lemmy.dbzer0.com/comment/25240052
Reply
$$20181
https://lemmy.dbzer0.com/u/migo posted on Mar 29, 2026 21:23
In reply to: https://lemmy.ca/comment/22480019

Huh, that’s not my case at all, I run everything from the home folder with my user

https://lemmy.dbzer0.com/comment/25241063
Reply
$$20395
https://lemmy.linuxuserspace.show/u/Strit posted on Mar 30, 2026 06:00
In reply to: https://piefed.social/c/selfhosted/p/1928314/what-do-you-use-for-your-server-administration

ssh, git and docker compose files.

https://lemmy.linuxuserspace.show/comment/3628227
Reply
$$20447
https://lemmy.world/u/jimmy90 posted on Mar 30, 2026 08:56
In reply to: https://lemmy.dbzer0.com/comment/25237426

…and nix config and podman in the lxc for me

https://lemmy.world/comment/22944512
Reply