Want to make the biggest difference? See the daily ranking of highest-impact airports that still need ADSBiq coverage.

Choose your current setup

Start with the path that matches what you already run.

RECOMMENDED ยท OFFICIAL RELEASE

Enable ADSBiq in adsb.im

  1. Open the adsb.im web interface and choose Setup.
  2. Enable ADSBiq in the aggregator list.
  3. Save. Beast and MLAT feeds connect automatically.

Manual Ultrafeeder fallback:

adsb,feed.adsbiq.com,30004,beast_reduce_plus_out;mlat,feed.adsbiq.com,31090;

Once connected, claim the feeder to name it and unlock its dashboard.

Already connected? Claim your feeder

Already feeding through the official image or Ultrafeeder? Your station is on the map but listed as anonymous. Paste your station UUID to put your name on the leaderboard and unlock your dashboard.

Find this in your feeder's settings (adsb-feeder: the "Ultrafeeder UUID" โ€” the full 8-4-4-4-12 id).
Rich aircraft data
Registration, type, route, callsign, position
Free REST & WebSocket API
Query by hex, reg, type, callsign, position
Works alongside FlightAware, FR24, adsb.fi, adsb.lol
Zero conflicts โ€” runs as a lightweight sidecar alongside these and others
Real-time signal meter
Live RSSI, coverage radar, and 7-day trends

๐Ÿ“ก ADS-B — 1090 MHz

Already have an ADS-B receiver? Add ADSBiq alongside your existing feeds in under a minute, with no conflicts.

Install

Run this on your Raspberry Pi or Linux receiver:

curl -sL adsbiq.com/install.sh | sudo bash -s -- --ref airport-KIAD

Takes under 60 seconds. Live status appears here once connected: not connected

Already running readsb or Docker? Advanced install →

Multiple feeders detected on your network

Select which feeder to manage:

Your API Key

Use this from anywhere โ€” your laptop, VPS, phone, scripts. No IP restriction.
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.adsbiq.com/v2/all

Set Your Receiver Location

Requirements

Already feeding adsb.fi, adsb.lol, FlightAware, FR24, or others? Perfect โ€” ADSBiq runs alongside them with zero conflicts.

Don't have a receiver yet?

You can build one for about $145 with off-the-shelf parts from Amazon. No soldering, no special tools.

Raspberry Pi 5
Kit w/ case + power
SDR Dongle
1090 MHz w/ filter
Antenna
Outdoor fiberglass
Full Build Guide & Parts List

ADSBiq is not affiliated with any hardware vendor. These are community-recommended, vendor-neutral components.

Uninstall

To completely remove the feeder from your receiver:

curl -sL adsbiq.com/uninstall.sh | sudo bash