# Install Unifi Controller On Proxmox Container Ubuntu 24.04.3

1\. Make sure the ca-certificates package is installed

```bash
apt-get update; apt-get install ca-certificates curl -y
```

2\. Download and execute the script! *(change it to your wanted version)*

```bash
curl -sO https://get.glennr.nl/unifi/install/unifi-9.4.17.sh && bash unifi-9.4.17.sh
```

3\. Once the installation is completed, browse to your server IP address

```bash
https://localhost:8443
```