Multi-Machine Management
Cloud Only
Multi-machine management is available in the Cloud version only. The self-hosted version supports a single machine.
ADHDev Cloud lets you connect multiple development machines to a single dashboard. Monitor all your AI agents across different computers from one place.
How It Works
Each machine runs its own daemon instance, connecting to your ADHDev Cloud account:
Machine A (MacBook) ──┐
└ Cursor, Gemini CLI │
├──▶ ADHDev Cloud ──▶ Dashboard
Machine B (Desktop) ──┤
└ VS Code, Claude Code │
│
Machine C (Work PC) ──┘
└ Windsurf, ClineSetup
On each machine:
# Install
npm install -g adhdev
# Authenticate (same account)
adhdev setup
# Start daemon
adhdev daemonAll machines linked to the same account appear in your dashboard automatically.
Burrows Page
The Burrows page (🏠) shows all connected machines:
- Machine name and hostname
- Connection status (online/offline)
- List of IDEs and CLI agents on each machine
- P2P connection state
Machine Detail
Click a machine to see:
- All IDEs running on that machine
- CLI/ACP agent sessions
- Launch controls (start new IDE or CLI agent)
- Connection diagnostics
Plan Limits
| Plan | Max Machines |
|---|---|
| Free | 1 |
| Pro | 3 |
| Team | 10 |
| Enterprise | Unlimited |
When you exceed your machine limit, the oldest connection is preserved and new connections are rejected.
Machine Nicknames
Give your machines friendly names via Settings → Connected Machines. Nicknames appear in the tab bar to help identify which machine an agent is running on.
Next Steps
- Mobile → — use the dashboard on your phone
- Dashboard → — dashboard basics
