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).
丰富的飞机数据
注册号、机型、航线、呼号、位置
免费 REST 和 WebSocket API
按HEX码、注册号、机型、呼号、位置查询
与 FlightAware、FR24、adsb.fi、adsb.lol 兼容运行
零冲突 — 作为轻量级附加服务与其他数据源并行运行
实时信号仪表
实时RSSI、覆盖雷达、7天趋势

📡 ADS-B — 1090 MHz

已经有 ADS-B 设备,或有多余的第二个接收棒?也可以馈送 1090 MHz 位置数据。这是额外加分项,不是首选 — VDL2 优先。

安装

在您的树莓派或 Linux 接收器上运行此命令:

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

不到60秒即可完成。连接后实时状态将显示在这里: 未连接

已经在运行 readsb 或 Docker? 高级安装 →

Multiple feeders detected on your network

Select which feeder to manage:

您的 API 密钥

可在任何地方使用 — 笔记本、VPS、手机、脚本。无IP限制。
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.adsbiq.com/v2/all

设置接收器位置

系统要求

已经在向 adsb.fi、adsb.lol、FlightAware、FR24 或其他平台馈送数据?太好了 — ADSBiq 与它们完全兼容运行,零冲突。

还没有接收器?

您可以用约 145美元 的现成零件组装一个。无需焊接,无需特殊工具。

树莓派 5
套件含外壳+电源
SDR 接收器
1090 MHz 带滤波器
天线
户外玻璃纤维天线
完整组装指南和零件清单

ADSBiq 与任何硬件供应商无关。这些是社区推荐的中立组件。

卸载

从您的接收器完全移除馈送程序:

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