# AzuraCast Generated on 14 Apr 2023 from [the AzuraCast catalog page](https://marketplace.digitalocean.com/apps/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](https://github.com/AzuraCast/AzuraCast/blob/master/CHANGELOG.md) | [Apache 2](https://github.com/AzuraCast/AzuraCast/blob/master/LICENSE.txt) | | Liquidsoap | [2.1.0](https://github.com/savonet/liquidsoap/releases) | [GPL 2](https://github.com/savonet/liquidsoap/blob/master/COPYING) | | Icecast-KH | [2.4.0-kh18](https://github.com/karlheyes/icecast-kh/releases) | [GPL 2](https://github.com/karlheyes/icecast-kh/blob/master/COPYING) | ## 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](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/droplets/new?image=azuracast-20-04) ## 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](https://docs.digitalocean.com/reference/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](https://docs.digitalocean.com/reference/api/create-personal-access-token/index.html.md) to an environment variable or substitute it in the command below. ```shell 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](https://docs.azuracast.com/en/getting-started/updates).