my entire Hermes Agent setup is controlled from one folder on a VPS

I can manage it from my laptop or phone in under 10 seconds, spin up isolated agents per project, and never lose context

here’s the full setup:

bash command “ssh hermes” auto-connects to the VPS session pinned in CMUX terminal for instant access Claude Code session inside the ssh connection with full remote access everything runs from a control station folder

folder structure:

vps-agents/ ├── README .md overview + how to use it ├── CLAUDE .md auto-loaded project context for Claude Code ├── agents/hermes-main/ │ ├── inventory .md IP, hostname, where it runs, who owns it │ ├── docker. md draft docker-compose + first-boot checklist │ ├── runbook. md “it broke, what now” — 7 common scenarios │ ├── env-map. md table of which keys live where (no values) │ └── backup. md GitHub backup flow + restore steps └── shared/ ├── security. md VPS-wide hardening checklist └── commands. md Docker / Hermes / UFW cheat sheet

from this session I can spin up new docker-isolated agents per area and each one can have sub-profiles

the whole stack is documented, backed up to GitHub, and accessible from anywhere


원문: https://x.com/shannholmberg/status/2054309307492290988?s=52