Skip to content

danopstech/starlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Logo

Starlink Monitoring System

πŸ›°οΈ Measuring the performance of your "Beta" Starlink internet connection! πŸ“‘
Not affiliated with or acting on behalf of Starlinkℒ️

Report Bug β€’ Request Feature

Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status

πŸ—οΈ Built With

  • 🐳 Starlink exporter - talks to the Starlink dish via gRPC and exposes metrics in a format Prometheus understands.
  • 🐳 Speedtest exporter - When asked it carries out a ping,upload and download test to speedtest.net.
  • 🐳 Blackbox exporter - Carries out high frequency ping tests.
  • 🐳 Grafana - used to compose observability dashboards.
  • 🐳 Prometheus - implements a highly dimensional data model.
  • 🐳 Docker-Compose - for defining and running multi-container Docker applications.

πŸ‘‹ Overview

I hope this project will make it easier for users to monitor their Starlink connection in even more detail, see its performance over time with each beta software release, but most importantly brag about their new satellite base internet to EVERYONE!

What does this do?

  1. Collects information from the Starlink dish every 3 seconds such as: signal strength, alarms, obstructions and latency
  2. Runs internet speed tests every 60 minutes (upload, download, ping)
  3. Measures latency to multiple destinations globally every 3 seconds
  4. Stores all the metrics in a local database (Prometheus time series database)
  5. You can then view the metrics on pre-built dashboards or create your own dashboards in Grafana.

⚠️ IMPORTANT: When running; this will carry out speedtests every 60 minutes, which will download and upload a fair amount of data over time. Please bare this in mind if your internet connection fails over to tethered/mobile or a data chargeable supplier when Starlink is not available.

🏎️ Quick Start

If you have good knowledge of the above technologies, possibly a Developer, DevOps Engineer, etc then quick start is for you:

  1. Clone the repo and cd into your local copy
  2. docker-compose pull && docker-compose up --remove-orphan
  3. Grafana is on localhost:3000 (admin/admin)
  4. The others services are on the ports as per the above diagram.

🐒 Detailed Start (Slower Start)

Pre-requisites

Ensure you install the latest version of docker and docker-compose on your host machine.

To test you have both installed correctly, open your Shell or Terminal and run following commands:

$ docker --version
$ docker-compose --version

Install

After installing the pre-requisites, You need all the files within this Github Repository downloaded to the machine you want to run the monitoring from. This machine must be connected to the same network as the Starlink dish (more then likely the Starlink wifi).

πŸ’‘ Please Star and Watch the repository to hopefully get updates as new features are added

Quick overview of the file structure you now have locally (for information only, you don't really need to know this):

starlink
β”œβ”€β”€ .docs                      # Extra docs and images
β”œβ”€β”€ config                     # Configuration for each service
β”‚   β”œβ”€β”€ grafana            
β”‚   β”‚   └── provisioning       
β”‚   β”‚        β”œβ”€β”€ dashboards    # The preloaded dashboards
β”‚   β”‚        └── datasources   # The preloaded config to talk with prometheus
β”‚   β”œβ”€β”€ prometheus             # Prometheus config file
β”‚   └── blackbox               # Blackbox exporter config file
β”œβ”€β”€ data                       # Persistent data
β”‚    β”œβ”€β”€ grafana               # Grafana will store its running files here
β”‚    └── prometheus            # Prometheus will store its running files here
└── docker-compose.yaml        # Defines all the applications to run

Setup

Open a terminal again and cd into the directory of your local copy. we will start all the services using Docker Compose and see logs on the terminal. The logs should quieten down, then your ready to read the "usage" section.

$ cd <path-to-your-copy>
$ docker-compose pull && docker-compose up --remove-orphan

Upgrading

The Docker Compose file will run the latest versions of all the applications. To upgrade you need to pull the new image versions and then restart the current running ones.

As we ran the original docker-compose up in the foreground, so we could watch the logs. Your need to open a new terminal and cd to the repository directory.

$ docker-compose pull
$ docker-compose restart

Stopping

To stop you can ctrl-c the foreground task in the original terminal and then:

$ docker-compose down

πŸ“ˆ Usage (from the browser)

Grafana:

  • This is where the pretty graphs are
  • Access via your browser at http://localhost:3000
  • The username and password is "admin" (no need to change it, its only local)
  • Pre-loaded dashboards are Starlink, Speedtest, Ping

Prometheus

  • If you know promQL, this is where you can create adhoc queries
  • Access via your browser at http://localhost:9090
  • You can check the state of the exporters here

Starlink Exporter

  • Standard usage there is no need to visit this
  • Access via your browser at http://localhost:9817
  • /metrics link will get the latest metrics from the Starlink dish
  • /health link shows you the gRPC connection state to the dish

Speedtest Exporter

  • Standard usage there is no need to visit this
  • Access via your browser at http://localhost:9092
  • /metrics link takes 40 seconds to load as it carries out a speedtest
  • You might get an error Limit of concurrent requests reached (1), try again later. this means a speedtest is already running
  • /health link shows you if it can reach the internet

Blackbox Exporter

  • Standard usage there is no need to visit this
  • Access via your browser at http://localhost:9115
  • Recent probes table shows you past ping test details

πŸ“– Extras

Running versioned images

If you would like more control over which versions of each image to run please visit: Moving to versioned releases

Pushing to a cloud based Grafana account

As standard all data stays on your local machine in the data folder, we do not collect your dish metrics centrally. If you would like more information about pushing metrics into your own Grafana cloud account: Pushing metrics to Grafana cloud

πŸ“ Roadmap

See the open issues for a list of proposed features (and known issues).

πŸ–‹οΈ License

GPL-3.0 License

😊 Author

This project was created in 2021 by Dan Willcocks.

πŸ‘Ž Troubleshooting

Some troubleshooting tips coming soon, until then raise an issue.

About

πŸ“ˆ Starlink Monitoring System. Measuring the performance of your Starlink internet connection

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project