Feeder setup

Choose the install path that fits your receiver.

Add GlobalAirData to an existing ADS-B feeder, or flash a new Raspberry Pi image that is ready for GlobalAirData from first boot.

Install options

Both paths run the same GlobalAirData feeder agent. The overlay installer keeps your current feeder services in place. The new Pi image is best when you are starting from a blank SD card.

Path 1

Add GlobalAirData to an existing feeder

Use this when your Raspberry Pi already runs PiAware, readsb, dump1090-fa, or another ADS-B feeder stack. The installer adds the GlobalAirData agent, local setup page, health telemetry, updater, and command runner without replacing the receiver services you already use.

Before you start

  • Raspberry Pi or Linux feeder already receiving ADS-B data.
  • SSH access to the feeder and permission to run commands with sudo.
  • Internet access from the feeder to GlobalAirData.
  • Your GlobalAirData account ready at app.globalairdata.com.

Install

  1. SSH into the feeder. Use the same SSH login you use for PiAware or your existing receiver.
  2. Run the public installer.
    curl -fsSL https://install.globalairdata.com/install.sh | sudo bash
  3. Verify the services.
    systemctl is-active globalairdata-agent
    systemctl is-active globalairdata-updater.timer
    systemctl is-active globalairdata-command-runner.timer
  4. Open the local feeder page. From a browser on the same network, open:
    http://<feeder-ip>:8750
  5. Claim the feeder. Use the claim code from the local feeder page in your GlobalAirData account.
  6. Confirm receiver details. Set or verify receiver location, antenna height, antenna gain, antenna notes, and SDR gain.

Important notes

The new GlobalAirData image does not install PiAware or the full SkyAware web UI. It is built for GlobalAirData-only deployments. If you already feed another network and want to keep doing that, use the existing feeder installer.