Instructions:
- Copy the link location of the script.
- SSH into your Ubuntu/Debian machine, and login as root. ( Ubuntu | sudo -i | Debian | su )
- Make sure the ca-certificates package is installed.
apt-get update; apt-get install ca-certificates wget -y
- Make sure the ca-certificates package is installed.
- Download the script by executing the following command. ( change it to your wanted version )
wget https://get.glennr.nl/unifi/install/unifi-5.10.25.sh
- Make the script executable ( change it to the script version you downloaded )
chmod +x unifi-5.10.25.sh
- After you downloaded the script and made it executable you need to run it, by executing the following command.
./unifi-5.10.25.sh
- Once the installation is completed browse to your controller.
https://ip.of.your.server:8443