A "relay in a box" containing a lightweight web application and Icecast servers that can connect to and relay an AzuraRelay parent instance.
After you finish the initial setup, AzuraRelay will:
Before installing AzuraRelay, make sure your "parent" AzuraCast installation:
AzuraRelay is powered by Docker and uses pre-built images that contain every component of the software. Don't worry if you aren't very familiar with Docker; our easy installer tools will handle installing Docker and Docker Compose for you, and updates are very simple.
For Linux hosts, the sudo
, curl
and git
packages should be installed before installing. Most Linux distributions include these packages already.
Connect to the server or computer you want to install AzuraRelay on via an SSH terminal. You should be an administrator user with either root access or the ability to use the sudo
command.
Pick a base directory on your host computer that AzuraRelay can use. If you're on Linux, you can follow the steps below to use the recommended directory:
mkdir -p /var/azurarelay
cd /var/azurarelay
Use these commands to download our Docker Utility Script, set it as executable and then run the Docker installation process:
curl -L https://raw.githubusercontent.com/AzuraCast/AzuraRelay/main/docker.sh > docker.sh
chmod a+x docker.sh
./docker.sh install
On-screen prompts will show you how the installation is progressing.
Using the included Docker utility script, updating is as simple as running:
./docker.sh update-self
./docker.sh update