Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Multi-server management panel

eguoeguo Member
edited October 2025 in Help

Hi All,

Recently started upgrading to Debian 13 from 12. I have used Cockpit to access servers in one place.

However, I found that the host switcher has disappeared from later Cockpit versions. I looked and it appears that it has been deprecated as of version 322.

Although it can be re-enabled by including AllowMultiHost=yes in the config file (will constantly remind you that it isn't secure), I am considering alternative solutions that may work better for managing multiple machines.

Are there any better options for web-based multi-host management?

reGarDS,
eguo

Thanked by 1plumberg

Comments

  • interesting topic, hope someone gonna answer it 😎

    Thanked by 1eguo
  • itsTomHarperitsTomHarper Member, Megathread Squad

    Something lightweight, Ansible.

    Puppet for a full scale orchestrator with state management.

    Managing k8s cluster apps, go for ArgoCD.

    Not specifically dashboards tho

    Thanked by 1eguo
  • @itsTomHarper said:
    Something lightweight, Ansible.

    Puppet for a full scale orchestrator with state management.

    Managing k8s cluster apps, go for ArgoCD.

    Not specifically dashboards tho

    These are all excellent for orchestration. You are right in that currently I'm looking for something that'll give me simple, direct control of all my nodes (i.e. dashboard)

  • cxycxy Member

    @itsTomHarper said:
    Something lightweight, Ansible.

    i never liked ansible as it needed (a specific version of) python on the node to be present.
    but used (open) rport before which worked decently.

  • itsTomHarperitsTomHarper Member, Megathread Squad

    @cxy said:

    @itsTomHarper said:
    Something lightweight, Ansible.

    i never liked ansible as it needed (a specific version of) python on the node to be present.
    but used (open) rport before which worked decently.

    Use raw mode (no python required) if you just want automation with pure shell commands and don't need the convenience of builtin or community modules. You'd have to keep it idempotent yourself tho

  • cxycxy Member

    @itsTomHarper said: Use raw mode (no python required)

    ah interesting, didnt know about that. ill check it out.

  • If you know k8s (or want to learn for real jobs), k3s is a single binary and simple to install as clusters. Then you have many options of GUI/TUI dashboards to choose from. My goto is k9s with nodeShell enabled. A single terminal to navigate from a single node cluster to multiple clusters with thousands of nodes.

    Thanked by 1eguo
Sign In or Register to comment.