======Unifi Controller======
WAP controller for Ubiquity wireless access points.
Installed Debian or Ubuntu linux in a VM, it doesn't need many resources. [ex: 1 CPU, 1 GiB RAM, 10 GiB HDD]
Upgrade the system before moving on to installing packages.
Install some basic shit (as root on debian)
# apt install sudo dirmngr
Also install MongoDB
sudo apt install mongodb
Add the unifi apt repos
echo 'deb http://www.ui.com/downloads/unifi/debian stable ubiquiti' | sudo tee /etc/apt/sources.list.d/100-ubnt-unifi.list
sudo wget -O /etc/apt/trusted.gpg.d/unifi-repo.gpg https://dl.ui.com/unifi/unifi-repo.gpg
sudo apt update
sudo apt-get install apt-transport-https
Install unifi
sudo apt install unifi
Manage the Unifi Controller from systemctl with the service name 'unifi'
sudo systemctl status unifi
Connect to the WebGUI from ``https://:8443``