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.

  • ShortN0te@lemmy.ml
    link
    fedilink
    English
    arrow-up
    7
    ·
    4 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
    ·
    8 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
  • Egonallanon@feddit.uk
    link
    fedilink
    English
    arrow-up
    3
    ·
    9 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.

  • eodur@piefed.social
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 hours ago

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

  • poVoq@slrpnk.net
    link
    fedilink
    English
    arrow-up
    8
    ·
    14 hours ago

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

  • osanna@lemmy.vg
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 hours ago

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

  • tofu@lemmy.nocturnal.garden
    link
    fedilink
    English
    arrow-up
    6
    ·
    15 hours ago
    • 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.