Skip to content

Speedtest Tracker Setup

Dennis Braun edited this page Feb 12, 2026 · 1 revision

Speedtest Tracker Setup

Prerequisites

You need a running Speedtest Tracker instance. This is a separate Docker container that runs periodic speed tests.

Getting Your API Token

  1. Open your Speedtest Tracker web UI
  2. Go to SettingsAPI
  3. Create a new API token
  4. Copy the token

Connecting to DOCSight

  1. Open DOCSight Settings (/settings)
  2. Expand the Speedtest Tracker section
  3. Enter:
    • URL: Your Speedtest Tracker URL (e.g., http://192.168.178.15:8999)
    • API Token: The token you copied
  4. Save

DOCSight immediately starts pulling results. The speedtest card appears on the dashboard, and the full Speedtest view becomes available in the sidebar.

Troubleshooting

No data showing?

  • Check that the URL is reachable from the DOCSight container (use the container's network, not localhost)
  • Verify the API token is correct
  • Make sure Speedtest Tracker has at least one completed test

Stale data?

  • DOCSight caches results in SQLite. New results are fetched incrementally on each page load.
  • Use the manual poll button on the dashboard to trigger a fresh fetch.

Clone this wiki locally