Share your ADS-B data
with RadarVirtuel
RadarVirtuel is an independent European ADS-B tracking network. If you have a receiver, you can contribute your data and help improve coverage. Setup takes about two minutes and works alongside any existing feeder (FlightAware, FR24, ADSBexchange…)
How it works
Prerequisites
RTL-SDR dongle + Raspberry Pi or any Debian/Ubuntu system running dump1090 or readsb, with Beast output on port 30005.
Run the installer
One command detects your coordinates, finds the nearest airport for your station name, and registers automatically.
You're live
Your station appears on the network within minutes. A dedicated page shows your received aircraft and reception diagrams.
Installation
Run this command on your Raspberry Pi or Linux system. It downloads two scripts and runs the installer.
# Paste this into your terminal and press Enter
cd /tmp && \
curl -sf -O https://radarvirtuel.com/dl/feeder_radarvirtuel.py && \
curl -sf -O https://radarvirtuel.com/dl/install_feeder_universal.sh && \
bash install_feeder_universal.sh
MLAT configuration (optional but recommended)
MLAT (Multilateration) improves position accuracy for aircraft without ADS-B transponders. It requires mlat-client and a precise station position.
Create or edit /etc/default/mlat-client with your station details. Replace YOUR_STATION with the label suggested by the installer.
# mlat-client configuration for RadarVirtuel
# Replace values below with your actual coordinates and station label
START_CLIENT="yes"
RUN_AS_USER="mlat"
# Your station label — e.g. LLBG1 for Tel Aviv area
SERVER_USER="YOUR_STATION"
LOGFILE="/var/log/mlat-client.log"
INPUT_TYPE="beast"
INPUT_HOSTPORT="localhost:30005"
# RadarVirtuel MLAT server
SERVER_HOSTPORT="mlat.adsbnetwork.com:50000"
# Your precise GPS coordinates (decimal degrees)
LAT="YOUR_LAT"
LON="YOUR_LON"
ALT="YOUR_ALT_M" # altitude in metres
RESULTS="beast,connect,localhost:30004"
EXTRA_ARGS=""
Then install and start mlat-client:
# Install mlat-client
apt-get install -y mlat-client
# Enable and start
systemctl enable mlat-client
systemctl start mlat-client
systemctl status mlat-client
# Check logs
journalctl -u mlat-client -f
Find your nearest station label
Enter your coordinates to find the nearest airport and check available station labels.
Compatibility
| Software | Auto-detected | Notes |
|---|---|---|
| readsb | Yes | Recommended — reads /etc/default/readsb |
| dump1090-fa | Yes | FlightAware version — reads /etc/default/dump1090-fa |
| mlat-client | Yes | Reads /etc/default/mlat-client |
| FlightRadar24 | Yes | Reads /etc/fr24feed.ini |
| RadarBox | Yes | Reads /etc/rb-feeder.ini |
| tar1090 | Yes | Reads /run/readsb/receiver.json |
| Manual entry | Fallback | Asked interactively if nothing is found |
Frequently asked questions
Questions or manual setup
If you prefer to set things up manually, or have questions about integration, feel free to reach out directly.