Speedtest Tracker Setup Guide – Monitor Your Internet Like a Pro!
Want to keep an eye on your internet speed and track performance over time? In this tutorial, I'll show you how to install Speedtest Tracker, a powerful self-hosted tool that monitors your network speed with automatic tests and detailed reports.
🔹 Links Mentioned in the Video:
👉 Sign up for DigitalOcean - https://zacs-tech.com/go/digitalocean/
Videos:
How to Install Docker on Ubuntu 24.04 LTS
• How to Install Docker on Ubuntu 24.04...
How to Install Docker on Ubuntu 22.04
• How to Install Docker on Ubuntu 22.04
How to Create a Droplet on DigitalOcean
• How to Create a Droplet on DigitalOce...
Commands
=====================================================
services:
speedtest-tracker:
image: lscr.io/linuxserver/speedtest-tracker:latest
restart: unless-stopped
container_name: speedtest
ports:
8080:80
environment:
PUID=1000
PGID=1000
APP_KEY=YOUR-APP-KEY-HERE
SPEEDTEST_SCHEDULE="0 * * * *"
DISPLAY_TIMEZONE=America/New_York
volumes:
./speedtest:/config
===========================================================
echo -n 'base64:'; openssl rand -base64 32;
DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps support the channel and allows us to continue to make videos like this. Thank you for your support!