Orchestrate Your AI Agents.

The centralized control plane for AI coding tools. Manage Claude Code, Codex, Gemini, and OpenCode sessions across multiple servers.

# Install cc-agent (Linux / macOS)
$ curl -fsSL https://cc-remote.app/install.sh | bash
# Install cc-agent (Windows PowerShell)
$ irm https://cc-remote.app/install.ps1 | iex
# Agent installed. Ready to connect.
$ _

Why Agent Control?

Multi-Server

One dashboard to rule them all. Manage diverse environments from a single pane of glass.

Secure by Design

Outbound-only WebSocket connections. No inbound ports. Zero Trust architecture ready.

Real-time PTY

Full xterm.js integration. It feels like SSH, but smarter and web-native.

Audit Trails

Every command, every output. Full JSONL logging for compliance and replay.

Native Apps

Control your agents on the go with dedicated macOS and iOS applications.

Open Source

MIT Licensed. Hackable. Deploy it on your own infrastructure.

Get Started in 2 Steps

1

Register & Get Your Tenant Credentials

Sign up at console.cc-remote.app to create your tenant. You'll receive a Tenant ID and Admin Token — these are the master keys to your control plane.

2

Generate UI Token & Agent Token

Use your Admin Token to create two types of credentials:

UI Token

Authenticates the browser dashboard. Grants read-only or operator access to view sessions, logs, and real-time terminal output.

Agent Token

Authenticates each cc-agent instance on your servers. The agent connects outbound to the control plane and spawns PTY sessions for AI coding tools.

Prefer self-hosting? Agent Control is fully open source. You can deploy your own control plane on any Linux server — no third-party dependency required.

Architecture

flowchart LR subgraph Clients Browser["Browser UI"] App["Native App"] end subgraph Control["Control Plane"] CC["cc-control"] end subgraph Agents A1["Agent 1"] A2["Agent 2"] end Clients -->|"REST/WS"| CC CC <-->|"Secure WS"| A1 CC <-->|"Secure WS"| A2 style Clients fill:#111725,stroke:#44697f,color:#d4d4d4 style Control fill:#111725,stroke:#44697f,color:#d4d4d4 style Agents fill:#111725,stroke:#44697f,color:#d4d4d4 style CC fill:#315f72,stroke:#274f62,color:#fff