This video shows the steps needed to setup OpenwebRX on a Raspberry Pi 4.
OpenwebRX Latest image
https://github.com/luarvique/openwebrx/releases/tag/1.2.49
Raspberry Pi imager
https://www.raspberrypi.com/software/
OpenwebRX Setup
1. SSH into your Pi.
Enter Username
Enter Password
Check for any updates to the image.
sudo apt update
sudo apt upgrade
Reboot the Pi with, sudo reboot
2. In order to receive Digital modes such as DMR, DSTAR, NXDN we need to install the AMBE codec.
enter the following line
sudo install-softmbe.sh
this will take some time to complete.
reboot Pi.
sudo reboot
3. Setup Web Interface Admin.
sudo openwebrx admin adduser admin
you will be asked to enter a password, then re type that password.
sudo reboot
Now you are all set to login to web page and add profiles SDR's etc...