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.

  • atzanteol@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    3
    ·
    5 hours ago

    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.

  • albert_inkman@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 hours ago

    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.

  • DecronymB
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    6 minutes ago

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    LXC Linux Containers
    NAS Network-Attached Storage
    SSH Secure Shell for remote terminal access
    k8s Kubernetes container management package

    4 acronyms in this thread; the most compressed thread commented on today has 5 acronyms.

    [Thread #198 for this comm, first seen 29th Mar 2026, 13:00] [FAQ] [Full list] [Contact] [Source code]

  • BruisedMoose@piefed.social
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 hours ago

    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.

  • ShortN0te@lemmy.ml
    link
    fedilink
    English
    arrow-up
    12
    ·
    11 hours ago

    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.

  • irmadlad@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    15 hours ago
    • 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
  • eodur@piefed.social
    link
    fedilink
    English
    arrow-up
    3
    ·
    15 hours ago

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

  • Egonallanon@feddit.uk
    link
    fedilink
    English
    arrow-up
    3
    ·
    15 hours ago

    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.