CallMeTechie/fleet-manager

Claude Code plugin to manage a fleet of Linux servers over SSH

1Stars on the repository
21Mods indexed here, across every type
29d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

add-server

01

CallMeTechie/fleet-manager

Command

Add another server to the fleet-manager inventory (interactive). Protects existing profiles from accidental overwrite.

1 29d ago A 19 tokens original MIT

compose-down

02

CallMeTechie/fleet-manager

Command

Stop a Compose stack on a server. Default 'stop' (keeps it indexed); --remove for full 'down'. Critical projects need --confirm= .

1 29d ago A 33 tokens original MIT

compose-list

03

CallMeTechie/fleet-manager

Command

List Docker Compose projects on a server with status, container counts, and config paths. Read-only.

1 29d ago A 20 tokens original MIT

compose-up

05

CallMeTechie/fleet-manager

Command

Start a Compose stack on a server (up -d). Scope-gated (dockercompose). Use --file to bring up a not-yet-indexed stack.

1 29d ago A 38 tokens original MIT

compose-update

06

CallMeTechie/fleet-manager

Command

Pull latest images and recreate a Compose stack (pull + up -d). Scope-gated; critical projects need --confirm= .

1 29d ago A 27 tokens original MIT

copy

07

CallMeTechie/fleet-manager

Command

Copy files between local and a server (rsync, scp fallback). Syntax — local↔ : . Scope-gated (filetransfer).

1 29d ago A 33 tokens original MIT

diag

08

CallMeTechie/fleet-manager

Command

Connectivity and health check for a server — SSH reachability, passwordless sudo, docker presence, disk usage, and load.

1 29d ago B 25 tokens original MIT

docker-list

09

CallMeTechie/fleet-manager

Command

List all Docker containers on a server (compose-tagged + standalone). Read-only. --all includes stopped.

1 29d ago A 22 tokens original MIT

list-servers

12

CallMeTechie/fleet-manager

Command

List all servers in the fleet-manager inventory and mark the active one. Regenerates inventory.md.

1 29d ago A 20 tokens original MIT

logs

13

CallMeTechie/fleet-manager

Command

View system logs on a server (journalctl, fallback /var/log/syslog). Read-only. For container logs use /compose-logs.

1 29d ago A 29 tokens original MIT

setup-ssh

14

CallMeTechie/fleet-manager

Command

Generate the plugin SSH keypair if missing and deploy it to a server for passwordless auth. Idempotent.

1 29d ago B 23 tokens original MIT

status

15

CallMeTechie/fleet-manager

Command

System status snapshot for a server — disk, memory, uptime, CPU cores and load.

1 29d ago A 18 tokens original MIT

sync

16

CallMeTechie/fleet-manager

Command

Mirror a directory local↔server via rsync. Dry-run by default; --apply to execute. --delete needs --confirm-delete= .

1 29d ago A 30 tokens original MIT

use

17

CallMeTechie/fleet-manager

Command

Set the active fleet-manager server. Subsequent commands without a server argument target it.

1 29d ago A 17 tokens original MIT