Loading...
Last report: --
30-Day Uptime
--
30 days ago Today
Healthy
Degraded
Unhealthy
No Data
Library Stats
--
Items
This week: --
7 days ago Today
Active Alerts
0No active alerts
Your services are running smoothly
API Keys
Create API keys to authenticate your monitoring agents
Your new API key (copy it now, it won't be shown again):
Loading...
Monitoring Agents
Agents automatically register when they first report
Loading...
Quick Setup
1
Create an API Key
Click "Create Key" above to generate a new API key for your agent.
2
Create Configuration File
Create streamstack-agent.yml with your settings:
streamstack_api_key: "sk_your_api_key"
monitors:
zurg:
enabled: true
url: "http://zurg:9999"
plex:
enabled: true
url: "http://plex:32400"
token: "your_plex_token"
debrid:
enabled: true
provider: "realdebrid"
api_key: "your_debrid_key"
3
Add to Docker Compose
Add this service to your docker-compose.yml:
services:
streamstack-agent:
image: ghcr.io/streamstack/health-agent:latest
container_name: streamstack-agent
restart: unless-stopped
volumes:
- ./streamstack-agent.yml:/config/streamstack-agent.yml:ro
network_mode: host
mem_limit: 50m
4
Start the Agent
Run the agent and verify it appears in your dashboard:
docker compose up -d streamstack-agent