AzuraCast is a free web radio management system that enables users to host and operate their own internet radio stations. This guide provides step-by-step instructions for installing AzuraCast on your server.
Step 1: Log in to Your Server
Ensure you are logged into your server via SSH.
Step 2: Create a Directory for AzuraCast
Use the command below to create the directory required:
# mkdir -p /var/azuracast
Step 3: Navigate to the AzuraCast Directory
Change to the new directory:
# cd /var/azuracast
Step 4: Install AzuraCast
Download and install the installation script:
# curl -fsSL https://raw.githubusercontent.com/AzuraCast/AzuraCast/main/docker.sh > docker.sh
# chmod a+x docker.sh
# yes 'Y' | ./docker.sh setup-release
# yes '' | ./docker.sh install
Step 5: Configure Ports (Optional)
Use the Docker Utility Script to modify port settings if needed:
# ./docker.sh update-self
# ./docker.sh change-ports
Step 6: Access AzuraCast
Open your browser and type the Ip address of your server
Create an account
After finishing the web setup, you can now proceed to use AzuraCast to run your internet radio station.