Unifi im LXC

Grundinstallation Ubunto Template.

SSH installieren
sudo apt-get install openssh-server

sudo nano /etc/ssh/sshd_config
"PermitRootLogin yes"
sudo service ssh Status

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

reboot

Dann nach diesem Original Beitrag installieren.

1) Copy the link location of the script.
2) SSH into your Ubuntu/Debian machine, and login as root. ( Ubuntu | sudo -i  |  Debian | su ).
2a) Make sure the ca-certificates package is installed.

apt-get install ca-certificates -y

3) Execute the following commands to download the script. (change it to your wanted version).
wget https://get.glennr.nl/unifi/5.9.29/U1604/unifi-5.9.29.sh; chmod +x unifi-5.9.29.sh

4) After you downloaded the script and made it executable you need to run it, by executing the following command.

./unifi-5.9.29.sh

5) Once the installation is completed browse to your controller.

https://ip.of.your.server:8443