📁
Airframes
  • Welcome to the Guide!
  • Introduction
  • Monitoring the Skies
  • Hardware & Equipment
    • Equipment to Buy
      • Starter
  • ADS-B
    • What is ADS-B?
    • Getting Started
    • Preparation
    • Installation
      • Recommended
        • readsb
        • tar1090
      • Optional
        • dump1090-fa
        • graphs1090
  • ACARS
    • What is ACARS?
    • Getting Started
    • ACARS
      • Preparation
      • Installation
    • VDL
    • HFDL
    • SATCOM AERO
  • Feeding
    • Benefits of Feeding
    • Exchanges
      • ADS-B
        • ADS-B Exchange
        • FlightAware
        • FlightRadar24
        • OpenSkies
        • Feeding to Multiple Exchanges
      • ACARS
        • Airframes.io
    • Thank you for feeding!
  • Docker
    • Using Docker
  • Help & Support
  • Glossary
  • Frequently Asked Questions
Powered by GitBook
On this page
  • Install Automatically
  • Configure

Was this helpful?

  1. ADS-B
  2. Installation
  3. Recommended

tar1090

Install Automatically

To install readsb automatically by wiedehopf's installer script (an opinionated installer), open a terminal on your Raspberry Pi and type:

$ sudo bash -c "$(wget -nv -O - https://raw.githubusercontent.com/wiedehopf/tar1090/master/install.sh)"

Using super user via sudo is necessary to grant the permissions necessary to install the system package and service.

Configure

You may wish to change some configuration values. This is an optional step.

$ sudo nano /etc/default/tar1090

After making changes to the file, be sure to restart the system service.

$ sudo systemctl daemon-reload
$ sudo systemctl restart tar1090

You might also wish to change some of tar1090's web interface settings.

$ sudo nano /usr/local/share/tar1090/html/config.js

PreviousreadsbNextOptional

Last updated 4 years ago

Was this helpful?