๐Ÿ‡
Speedtest Tracker
  • Introduction
  • Features
  • Changelog
  • ๐Ÿš€Getting Started
    • Installation
      • Using Docker Compose
      • Using Docker
      • Using Kubernetes
      • Using QNAP
      • Using Synology
      • Using Unraid
    • Environment Variables
    • Database Drivers
  • ๐Ÿ†˜Help
    • Error Messages
    • Frequently Asked Questions
  • ๐Ÿ”‘Security
    • Authentication
    • Authorization
    • Encryption
  • โš™๏ธSettings
    • Data Integrations
      • InfluxDB v2
    • Notifications
      • Database
      • Mail
      • Webhook
  • ๐Ÿ‘€Other
    • Speedtest Process
    • Proxies
      • Cloudflare Tunnel (Zero Trust)
      • Traefik
      • Tailscale
    • Caching
    • Commands
    • Data Dictionary
    • Embed Dashboard
    • Health Check
    • Community Projects
  • ๐Ÿ–ฅ๏ธAPI
    • Authorization
    • Responses
      • Results
      • Speedtests
      • Servers
      • Stats
      • Models
  • ๐ŸคนContributing
    • Development Environment
  • ๐Ÿ”—More
    • Source Code
    • Releases
    • Update the Docs
    • About Me
    • Donate
Powered by GitBook
On this page
Edit on GitHub
  1. Getting Started
  2. Installation

Using Synology

These instructions will run you through setting up Speedtest Tracker on a Synology NAS using Container Manager.

PreviousUsing QNAPNextUsing Unraid

Last updated 5 months ago

The following directions are for the old "Docker" application, if you're using "Container Manager" you can follow the docker compose instructions in Using Docker Compose.

Install on a Synology NAS

Open the Docker interface of your Synology Device, search for ajustesen/speedtest-tracker in the Registry and download it.

download_image

Create a local directory (i.e. /volume1/docker/speedtest-tracker) which later can be mapped to the docker container.

Launch the image once the download is completed.

Map the ports to available ports.

Make sure the ports you choose are not used by any other application or DSM service on your device and remember to adjust the Synology Firewall settings accordingly.

Map the directory you created earlier to the mount path /config.

Review your settings and click "done".

You can now access Speedtest-Tracker via http://YOUR_IP_ADDRESS:8080 or https://YOUR_IP_ADDRESS:8443.

launch_image
port_mapping
volume_mapping
summary
๐Ÿš€