> For the complete documentation index, see [llms.txt](https://docs.speedtest-tracker.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.speedtest-tracker.dev/getting-started/installation/using-synology.md).

# Using Synology

{% hint style="warning" %}
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](/getting-started/installation/using-docker-compose.md).
{% endhint %}

### Install on a Synology NAS

{% hint style="warning" %}
This guide assumes you know how to use the old "Docker" application.
{% endhint %}

{% stepper %}
{% step %}
**Download Image**

Open the Docker interface of your Synology Device, search for `linuxserver/speedtest-tracker` in the Registry and download it.
{% endstep %}

{% step %}
**Create Directory**

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

{% step %}
**Start Image**

Launch the image once the download is completed.
{% endstep %}

{% step %}
**Map Ports**

Map the ports to available ports.

| Local Port | Container Port |
| ---------- | -------------- |
| 8443       | 443            |
| 8080       | 80             |

{% hint style="info" %}
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.
{% endhint %}
{% endstep %}

{% step %}
**Map Directory**

Map the directory you created earlier to the mount path `/config`.
{% endstep %}

{% step %}
**Finish**

Review your settings and click "done".

You can now access Speedtest-Tracker via `http://YOUR_IP_ADDRESS:8080` or `https://YOUR_IP_ADDRESS:8443`.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.speedtest-tracker.dev/getting-started/installation/using-synology.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
