What do you use for your server administration?
2026-03-28 19:07 UTC
Replies (31)
-
@sk@utsukta.org 2026-03-28 19:10
@@Fierro@piefed.social 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.
-
@Impromptu2599@lemmy.world 2026-03-28 19:16
Ansible or ssh
-
@Sunspear@piefed.social 2026-03-28 19:26
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 2026-03-28 19:32
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.
-
@neidu3@sh.itjust.works 2026-03-28 19:39
ssh
-
@synae@lemmy.dbzer0.com 2026-03-28 20:01
I guess, K3s & argocd? Not sure exactly what you’re asking
-
@tofu@lemmy.nocturnal.garden 2026-03-28 20:16
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.
-
@slazer2au@lemmy.world 2026-03-28 20:58
ssh and portainer.
-
@poVoq@slrpnk.net 2026-03-28 21:05
Cockpit is nice for that. The Podman integration of it is also useful.
-
@Fijxu@programming.dev 2026-03-28 21:38
NixOS and SSH I guess?
-
@exu@feditown.com 2026-03-28 22:19
SSH and Ansible using SSH
-
@lietuva@lemmy.world 2026-03-28 23:12
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.
-
@Tolstoy@lemmy.world 2026-03-28 23:16
For system and docker stats I can only recommend beszel. Portainer for docker management and anything else ssh.
-
@GreenKnight23@lemmy.world 2026-03-29 01:26
ssh 🤔 yeah, that and I guess docker?
-
@osanna@lemmy.vg 2026-03-29 01:41
I use tugtainer for managing updates to containers (not automatic). and aside from that, I just apt upgrade every so often.
-
@Egonallanon@feddit.uk 2026-03-29 01:58
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.
-
@eodur@piefed.social 2026-03-29 02:18
So many things. Mostly Kubernetes and FluxCD, but also doco-cd for managing a few deployments on my NAS with GitOps.
-
@irmadlad@lemmy.world 2026-03-29 02:27
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
-
@ShortN0te@lemmy.ml 2026-03-29 06:43
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.
-
@osanna@lemmy.vg 2026-03-29 06:51
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
-
@bruhduh@lemmy.world 2026-03-29 07:24
Virtualmin and cockpit
-
@Jakeroxs@sh.itjust.works 2026-03-29 07:48
Does proxmox count? Then I run lots of docker containers in lxcs
-
@BruisedMoose@piefed.social 2026-03-29 11:33
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.
-
@atzanteol@sh.itjust.works 2026-03-29 12:56
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.
-
@Decronym@lemmy.decronym.xyz 2026-03-29 13:00
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread: Fewer Letters More Letters Git Popular version control system, primarily for code LXC Linux Containers NAS Network-Attached Storage SSH Secure Shell for remote terminal access k8s Kubernetes container management package 5 acronyms in this thread; the most compressed thread commented on today has 9 acronyms. [Thread #198 for this comm, first seen 29th Mar 2026, 13:00] [[FAQ](http://decronym.xyz/)] [[Full list](http://decronym.xyz/acronyms/selfhosted@lemmy_world)] [[Contact](https://hachyderm.io/@Two9A)] [Source code]
-
@antlion@lemmy.dbzer0.com 2026-03-29 17:19
Proxmox gui and ssh for my LXCs
-
@Scrath@lemmy.dbzer0.com 2026-03-29 17:29
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.
-
@possiblylinux127@lemmy.zip 2026-03-29 17:53
Bash? (and Ansible)
-
@Strit@lemmy.linuxuserspace.show 2026-03-30 06:00
ssh, git and docker compose files.
-
@shellington@piefed.zip 2026-03-30 21:37
Unpopular answer, but Unraid; as i have mixed sized drives.
-
@osanna@lemmy.vg 2026-03-29 09:04
one thing i really really hate is videos/screenshots of instructions. I just want to read text damn it! i can only imagine how much more frustrating it is being visually impaired.