Installing Unifi Video (NVR) on Debian Wheezy

Add a sources.list file for the Unifi repo

sudo sh -c ‘echo “deb [arch=amd64] http://www.ubnt.com/downloads/unifi-video/apt wheezy ubiquiti” > /etc/apt/sources.list.d/unifi-video.list’

Add the GPG key

wget -O – http://www.ubnt.com/downloads/unifi-video/apt/unifi-video.gpg.key | sudo apt-key add –

Update your repos

sudo apt-get update

Install unifi-video

sudo apt-get install unifi-video

Access the interface to initiate configuration

https://hostname:7443

Installing Unifi v3 on Debian Wheezy

This post is specific to installing the current stable (3.2.1) release of the Unifi controller software on Debian Wheezy.

Edit your sources.list file and add the following line.

deb http://www.ubnt.com/downloads/unifi/distros/deb/debian debian

Add the GPG key

sudo apt-key adv –keyserver keyserver.ubuntu.com –recv C0A52C50

Update your repos

sudo apt-get update

Install the v3 of Unifi

sudo apt-get install unifi-rapid

Note: If you already have v2 installed, you can simply remove unifi and then install unifi-rapid. That will upgrade your current config (at least it did for me).