AzuraCast

AzuraCast is a self-hosted, all-in-one web radio management suite. Using this AzuraCast 1-Click App and its powerful, intuitive web interface, you can start up a fully working web radio station in a few quick minutes. AzuraCast works for web radio stations of all types and sizes, and is built to run on even the most affordable cloud virtual machines.

Simple, Self-Hosted Web Radio

With the AzuraCast 1-Click App, you can be up and running with a new self-hosted web radio station in record time. The AzuraCast 1-Click App configures the latest release build of AzuraCast on a Droplet, which includes Liquidsoap as an AutoDJ and Icecast as a broadcasting frontend, using the recommended Docker installation method.

Software Included

Package Version License
AzuraCast 0.17.7 Apache 2
Liquidsoap 2.1.0 GPL 2
Icecast-KH 2.4.0-kh18 GPL 2

Creating an App using the Control Panel

Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.

Deploy to DO

Creating an App using the API

In addition to creating a Droplet from the AzuraCast 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB AzuraCast Droplet in the SFO2 region, you can use the following curl command. You need to either save your API access token) to an environment variable or substitute it in the command below.

curl -X POST -H 'Content-Type: application/json' \
         -H 'Authorization: Bearer '$TOKEN'' -d \
        '{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "azuracast-20-04"}' \
        "https://api.digitalocean.com/v2/droplets"

Getting Started After Deploying AzuraCast

AzuraCast 1-Click droplets are ready to go out of the box. Visit your new droplet’s web interface at http://your_droplet_public_ipv4 to finish setup by creating an administrator account and setting up your first station. You may need to wait a minute or two for services to be set up for the first time.

HTTPS with LetsEncrypt

AzuraCast supports securing your connection with LetsEncrypt. You’ll find the LetsEncrypt settings inside the “System Settings” page in system administration.

Updating

AzuraCast includes a web updater that can keep your installation up-to-date directly via your web browser. You can access the web updater from the System Administration.

In certain situations, you may need to manually update your installation or switch your release channel (by default, droplets are on our “Stable” release channel). To perform a manual update via SSH, follow our update instructions.