Video coming soon…
✈️ Setup tar1090 — Live ADS-B Flight Tracking Map
Deploy tar1090 on Ubuntu with Docker — a live flight-tracking map that plots aircraft around you from ADS-B signals received by an RTL-SDR USB dongle, on port 8316.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/iot/tar1090/tar1090-ubuntu.sh
chmod +x tar1090-ubuntu.sh
./tar1090-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/iot/tar1090/tar1090-ubuntu.sh
2 Make it Executable
chmod +x tar1090-ubuntu.sh
3 Run the Installer
./tar1090-ubuntu.sh
4 Open the Map and Watch Aircraft
http://your-server-ip:8316
Ports Used
| Port | Purpose |
|---|---|
| 8316 | tar1090 live flight-tracking map (mapped from container port 80) |