Monitoring
The Supra Server includes an optional monitoring solution based on Grafana that provides real-time statistics and metrics for your Supra infrastructure.
Installation
- Navigate to the Supra Server device in Box.
- Go to the Scripts section (or use the Supra tab if a monitoring action is available).
- Execute the Supra Server - install-monitoring Custom Script.
- Wait for the installation to complete.
- The Grafana URL will be displayed in the script output (e.g.,
http://192.168.3.202:3000).
Accessing the Dashboard
After installation, access the monitoring dashboard at:
http://<supra-server-ip>:3000
Default credentials:
| Field | Value |
|---|---|
| Username | admin |
| Password | user-defined |
warning
Change the default credentials after first login via the Grafana user settings.
Pre-installed Dashboard
The monitoring stack comes with a pre-installed Supra Dashboard that displays:
| Metric | Description |
|---|---|
| Stream status | Active streams and connected clients |
| Framerate | Rendering frames per second |
| Bitrate | Stream bandwidth usage |
| Rendering latency | Time from render to display |
| Rendering starts | Number of rendering session initiations |
| Process CPU usage | CPU consumption by Chromium, Supra Server Daemon, and screen sessions |
| Machine CPU & Memory | Overall system resource utilization |
Monitoring Stack Components
The monitoring solution runs as a set of containers on the Supra Server:
| Container | Purpose |
|---|---|
supra-server-monitoring-grafana | Grafana dashboard UI |
supra-server-monitoring-prometheus | Metrics collection and storage |
supra-server-monitoring-telegraf | System metrics agent |
supra-server-monitoring-node-exporter | Node-level metrics exporter |
supra-server-monitoring-process-exporter | Process-level metrics exporter |
Network Requirements
The monitoring dashboard is accessible on port 3000 of the Supra Server. Ensure this port is reachable from your management network if you need remote access to the dashboard.
Related Topics
- Supra Server — Installing and managing the Supra Server
- 4K/UHD Rendering — Configure resolution (may impact server resources)
- Known Limitations — Current limitations