pro-settings.web-dashboard-enabled: true.
Configuration
plugins/Rep/config.yml
Security
- Set a strong
tokenbefore enabling the dashboard in production. - Pass the token in the
Authorizationheader asBearer <token>on every request. - Keep
allow-writes: falseunless you explicitly need remote score edits. Read-only mode is the safe default.
bind: 127.0.0.1.
Pages and endpoints
Open/ with a valid token for the HTML ops dashboard (Pro version, Redis status, season id, Top 10, season card).
JSON API routes:
Exact response shapes may vary by version. Use
/api/health first to confirm the dashboard is running.
Example access
With default settings andtoken: "my-secret-token":
http://127.0.0.1:8765/?token=my-secret-token in a browser for the HTML dashboard.
Write access
Whenallow-writes: true, the dashboard accepts score mutation requests (set/add) via the API. This is intended for trusted admin tooling only.
Leave allow-writes: false on production networks unless you have a specific integration that needs it.
Related pages
- Rep Pro — license and overview
- Pro seasons — season data shown on the dashboard
- Configuration — full
pro-settingsreference
