Prerequisites
| Requirement | Details |
|---|---|
| Chamber account | Sign up at app.usechamber.io/signup and contact the Chamber team to enable standalone agent access. Then create an API token from Settings > API Tokens. |
| GPU host | Linux host with one or more NVIDIA GPUs (GCP, AWS, Azure, or bare metal) |
| NVIDIA driver | Pre-installed on most cloud GPU images. Verify with nvidia-smi. |
| Root access | The installer requires sudo |
Python 3.11+, Docker, and DCGM Exporter are installed automatically by the installer if not already present.
Step 1: Get Your Cluster Token
Log in to Chamber
Go to app.usechamber.io and navigate to Settings.
Step 2: Install the Agent
SSH into your GPU host and run:<your-token> with the token from Step 1.
The installer will:
- Install Python 3.11+, Docker, and NVIDIA Container Toolkit (if not already present)
- Set up DCGM Exporter for GPU profiling metrics
- Install and configure the Chamber Standalone Agent
- Start the agent as a
systemdservice
Step 3: Verify
Your host should appear in the Chamber dashboard within 60 seconds. You can also verify locally:Verify in Dashboard
- Go to app.usechamber.io/dashboard?tab=services
- Your host should appear with GPU count and metrics flowing
If the host doesn’t appear within 60 seconds, see Troubleshooting.
Common Operations
Network Requirements
The agent requires outbound HTTPS/WSS access only. No inbound ports need to be opened.| Host | Port | Purpose |
|---|---|---|
controlplane-api.usechamber.io | 443 | Control plane communication (WebSocket) |
Next Steps
Metrics Reference
Understand the metrics collected and what they mean
Configuration
Customize agent behavior with environment variables
OTLP Integration
Send your application metrics to Chamber
Troubleshooting
Common issues and solutions

