Skip to main content

Install AzuraCast

Use these commands to install AzuraCast on your host machine. This will install Docker in the process.

sudo su
apt-get upgrade
apt-get update
mkdir -p /var/azuracast
cd /var/azuracast
curl -fsSL https://raw.githubusercontent.com/AzuraCast/AzuraCast/main/docker.sh docker.sh
chmod a+x docker.sh
./docker.sh install