FinalPing Ground Station Setup
Pick your setup type below. Your location and tracked aircraft are always pulled automatically from your FinalPing account — no manual config needed.
Your kit arrives with the SD card already flashed. No computer setup needed — just plug in and go through setup on your phone.
Screw the antenna onto the Pro Stick Plus and plug it into any USB port on the Pi.
Plug the power supply into the Pi and wait about 60 seconds for it to fully boot.
On your phone, open WiFi settings and connect to FinalPing-Setup. Password: finalping
A setup page opens automatically on your phone. If it doesn't appear after 10 seconds, open a browser and go to 192.168.4.1
Enter your home WiFi name and password, then your FinalPing account email and password. Tap Connect Ground Station.
The Pi reboots, connects to your home WiFi, and starts tracking. Your location and aircraft are pulled from your account automatically.
Open the FinalPing desktop app. Dashboard → Ground Station: Online within 60 seconds.
If your kit did not come pre-flashed, you'll need to image the SD card yourself. You'll need a Windows PC or Mac, your microSD card, and a card reader.
Step 1 — Flash the SD card
Download and install Raspberry Pi Imager from raspberrypi.com/software. Insert your microSD card, then open the Imager and configure:
Click Edit Settings (the gear icon) and fill in the OS Customisation panel:
Click Save → Write → Yes to flash. When done, eject the card and insert it into your Pi.
Step 2 — Run the FinalPing installer
Plug your Pro Stick Plus into the Pi, then power it on. Wait about 60 seconds for it to boot and connect to your WiFi.
Next, find the Pi's IP address. Use whichever method works for your router:
ipconfig — look for Default Gateway. Type that address into a browser to open your router admin page, then find raspberrypi in the connected devices list.Then open PowerShell (Windows) or Terminal (Mac) and SSH in using that IP address:
ssh pi@192.168.1.45Replace 192.168.1.45 with the actual IP from your router. It will ask for the password you set in the Imager — nothing appears as you type, that is normal.
Enter your password when prompted. Nothing will appear as you type — that's normal. Once you're in, run the FinalPing installer:
curl -fsSL https://finalpingapp.com/setup-portal.sh | sudo bashStep 3 — Activate on your phone
After the Pi reboots it broadcasts a setup WiFi network. On your phone:
Open WiFi settings and connect to FinalPing-Setup. Password: finalping
A setup page opens automatically. If it doesn't, open a browser and go to 192.168.4.1
Enter your home WiFi name and password, then your FinalPing email and password. Tap Connect Ground Station.
The Pi reboots, connects to your home WiFi, and starts tracking. Open the FinalPing desktop app — Dashboard → Ground Station: Online.
Run the ground station directly on your Windows PC with the Pro Stick Plus plugged in. No Pi required.
Plug your Pro Stick Plus into any USB port on this PC.
Right-click Start → Windows PowerShell (Admin) or Terminal (Admin) and run the installer:
irm https://finalpingapp.com/install.ps1 | iexThe installer verifies your FinalPing account and Ground Station access.
When Zadig opens: Options → List All Devices → select RTL2832U → choose WinUSB → click Install Driver. Return to PowerShell when done.
The installer sets up auto-start via Task Scheduler. Restart your PC.
After reboot FinalPing Ground Station starts silently in the background on every login. Open the FinalPing app — Dashboard → Ground Station: Online.
Run the ground station directly on your Mac with the Pro Stick Plus plugged in. No Pi required.
curl -fsSL https://finalpingapp.com/install-mac.sh | bashThe installer sets up Launch Agents so dump1090 and FinalPing Ground Station start automatically on every login.