What is Fleet Manager?
What is Fleet Manager?
Fleet Manager is a plugin for Claude Code that maintains an inventory of multiple Linux servers and remembers an active server as the default target. Instead of juggling SSH connections by hand, you issue structured commands like /status, /health-summary or /compose-up — always against the active server or one you name explicitly.
Who is it for?
- Homelab operators with several Raspberry Pis, mini PCs or VMs
- Linux admins with a heterogeneous server landscape (VPS, app servers, hardware)
- small teams handling routine tasks (status, Docker, logs, transfer) from Claude Code
What can Fleet Manager do?
- server inventory with an active-server model
- guided setup and SSH key deployment
- connectivity and health diagnostics
- Docker Compose control (start, stop, update stacks)
- file transfer (copy and mirror)
- fleet-wide health overview — one row per server
How it differs from synology-manager-plus
Fleet Manager is the generic Linux counterpart to its sibling plugin synology-manager-plus. Synology-specific tasks (DSM, RAID, SMART) stay there; Fleet Manager handles any Linux host.
License and source
Fleet Manager is open source under the MIT license and completely free. The source lives on GitHub.