Skip to main content

How to Install AzuraCast

Automatically install the latest stable version of AzuraCast using Docker as the hosting method. Once installed, additional steps must be completed.

Introduction

Automatically install the latest stable version of AzuraCast using Docker as the underlying hosting method.
Once installed, additional steps must be completed.
More information can be found in their official documentation:

🔗 https://www.azuracast.com/docs/getting-started/installation/

Tutorial for Lordhosting KVM VPS

Hello,

Today, I'll explain how to install the latest stable version of AzuraCast on your KVM VPS hosting at Lordhosting.

1. SSH Connection

Connect to your VPS via SSH.

2. Commands to Execute

# Create installation directory
mkdir -p /var/azuracast

# Navigate to the directory
cd /var/azuracast

# Install curl if necessary
apt install curl

# Download the installation script
curl -fsSL https://raw.githubusercontent.com/AzuraCast/AzuraCast/master/docker.sh > docker.sh

# Make the script executable
chmod +x docker.sh

# Run the installation
yes 'y' | ./docker.sh setup-release
yes '' | ./docker.sh install

Panel Access

Once the installation is complete, you can access the management panel at the following address:

http://YOURVPSIP

© Lordhosting – AzuraCast Installation Guide