Ubiquiti Unifi Controller Install on Debian Linux

Login to terminal using root account;

root@debian:~# apt-get update

root@debian:~# wget "Link to latest version of unifi"

root@debian:~# dpkg -i unifi_sysvinit_all.deb
will most likely fail at this point (use below to force dependencies)

root@debian:~# apt-get install -f

Should now be done!
Login via web browser;
https://<unifi IP>:8443




Comments