How to replace dump1090 with dump1090-mutability

I used the flightaware image for this swap to mutability. First thing you need to do is enable SSH on the device. Stop and remove dump1090-fa.

sudo service dump1090-fa stop
sudo apt-get remove dump1090-fa

Check the releases page on the dump1090 mutability git. Choose your version and copy the URL to the .deb file which is usually listed at the bottom if you click on a specific release.

Download & Install

sudo wget https://github.com/mutability/dump1090/releases/download/v1.14/dump1090-mutability_1.14_armhf.deb

sudo dpkg -i dump1090-mutability_1.14_armhf.deb

sudo apt-get update && sudo apt-get install dump1090-mutability

 

Configure

sudo dpkg-reconfigure dump1090-mutability (Make sure to choos port 30104 instead of 30004 when prompted)

 

Start

sudo service dump1090-mutability start

The only issue I’m currently having with this is the MLAT timestamp error. Btw. the URL to the radar map changed and is now accessible via serveradress/dump1090

Back to Top