Skip to content

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, Cline

Setup

On each machine:

bash
# Install
npm install -g adhdev

# Authenticate (same account)
adhdev setup

# Start daemon
adhdev daemon

All 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

PlanMax Machines
Free1
Pro3
Team10
EnterpriseUnlimited

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

Released under the AGPL-3.0 License (OSS) / Proprietary (Cloud)