# Install AzuraCast

Use these commands to install AzuraCast on your host machine. This will install Docker in the process.

[![Screenshot 2022-04-05 at 08-13-56 AzuraCast.png](https://thehomelab.wiki/uploads/images/gallery/2022-04/scaled-1680-/screenshot-2022-04-05-at-08-13-56-azuracast.png)](https://thehomelab.wiki/uploads/images/gallery/2022-04/screenshot-2022-04-05-at-08-13-56-azuracast.png)

```
sudo su
```

```
apt-get upgrade
```

```
apt-get update
```

```
mkdir -p /var/azuracast
```

```
cd /var/azuracast
```

```
curl -fsSL https://raw.githubusercontent.com/AzuraCast/AzuraCast/main/docker.sh docker.sh
```

```
chmod a+x docker.sh
```

```
./docker.sh install
```