Der Link zum aktuell gültigen APT-Repository und der Installationsvorgehensweise befindet sich hier in der Ubiquiti UniFi Community.
- add /etc/apt/sources.list.d/100-ubnt.list (or edit /etc/apt/sources.list)
## Debian/Ubuntu # stable => unifi4 # deb http://www.ubnt.com/downloads/unifi/debian unifi4 ubiquiti deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti # oldstable => unifi3 # deb http://www.ubnt.com/downloads/unifi/debian unifi3 ubiquiti # deb http://www.ubnt.com/downloads/unifi/debian oldstable ubiquiti
- add GPG Key
# for Ubiquiti sudo apt-key adv --keyserver keyserver.ubuntu.com --recv C0A52C50 # for mongo-10gen [optional] sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 # or over HTTP by using hkp://keyserver.ubuntu.com:80
- update, install, and upgrade
# retrieve the latest package information sudo apt-get update # install/upgrade unifi-controller sudo apt-get install unifi