A Dockerized build and runtime environment for SDRConnect from SDRPlay.
This setup runs efficiently even on compact ARM64 single-board computers such as the Raspberry Pi, ensuring broader accessibility and ease of use for common DIY and SDR projects. Thanks to Docker-based isolation, it is also portable and can be deployed on a broad range of systems, including desktops and standard Linux servers.
v1.0.0 — Initial release with Docker
Tested on: Orange Pi Zero 2W (4GB RAM) and Banana Pi W4 Zero (2GB RAM) + SDRplay RSP1A; and connected from client software SDRconnect
- A Linux system
- SDRplay hardware (e.g., RSP1A)
- Client software SDRconnect
- SDRconnect installer for Linux
👉 Downloaded from SDRplay.com
-
Clone this repository:
git clone https://github.com/gruenwelt/sdrconnect-server-docker cd sdrconnect-server-docker -
Download the
SDRconnect*.runfile and place it in the root of this repo. -
Build and run the container:
docker compose up -d
- Port
50000must be open and mapped for clients to connect. - Docker build skips the interactive menu in the
SDRconnect*.runfile which also displays the licence terms of using that software. Please install the software once manually to read the licence as the build script auto-accepts it on your behalf.