Skip to content
Jakob Ketterl edited this page Feb 8, 2020 · 32 revisions

Before you begin with the actual installation, please have a quick look at the supported hardware page to make sure you are good to go.

There are a few basic ways of setting up an OpenWebRX receiver which you can choose from. The instructions are different for each method, so please stick to your choice. Picking steps from other instructions will probably not work or improve your results.

When you are done with the basic installation, feel free to continue to the configuration guide.

If you run into trouble, please check out the FAQ / Troubleshooting section.

Raspberry Pi SD card images

The most convenient way to set up a Raspberry Pi based system, all you need is a spare SD card. Major disadvantage: No update mechanism, you'll need to start from scratch.

You can browse the available images here.

Package installation (WIP)

We are currently working on an OpenWebRX package repository for the Debian linux distribution. There's also an experimental repository available which gives you access to the latest changes.

Limitations:

  • Still work-in-progress
  • Limited to Debian Buster on x86_64, armv7l and aarch64 (Yes, it will work on Raspbian)

Please see the repository homepage for more instructions.

Docker Images

If you are familiar with Docker, this may be the easiest way to go for you. Images are built automatically and published to the docker hub, but it's up to you to pull the latest version.

Limited to x86_64, armv7l and aarch64.

Please check the basic guide for docker on how to get started.

Manual setup

This is for advanced users only, since it includes compiling a bunch of packages from source. This method however gives you the most flexibility, plus you get to choose what components to install on your system.

Recommended only if you want to develop for OpenWebRX, or if none of the methods above work for you.

Manual setup instructions

Clone this wiki locally