Prerequisites
Python 3.11+, Docker, and DCGM Exporter are installed automatically by the installer if not already present.
Step 1: Get Your Cluster Token
1
Log in to Chamber
Go to app.usechamber.io and navigate to Settings.
2
Create a token
Click New Token, give it a name, and copy the generated token immediately.
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.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

