Video coming soon…
🎬 Setup AzuraCast — Complete Web Radio Station
Deploy AzuraCast on Ubuntu with Docker — a full self-hosted web radio suite with Icecast and Liquidsoap built in, media library, scheduling, and live DJ support, on port 8281.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/media/azuracast/azuracast-ubuntu.sh
chmod +x azuracast-ubuntu.sh
./azuracast-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/media/azuracast/azuracast-ubuntu.sh
2 Make it Executable
chmod +x azuracast-ubuntu.sh
3 Run the Installer
./azuracast-ubuntu.sh
4 Complete the Setup Wizard
http://your-server-ip:8281
Ports Used
| Port | Purpose |
|---|---|
| 8281 | Web management interface (mapped from container port 80) |
| 8000 | Station audio stream — listeners connect here |
| 8005 | Additional station stream slot |
| 8006 | Additional station stream slot |