Skip to content

Instantly share code, notes, and snippets.

@marcuslilja
Last active April 6, 2016 05:34
Show Gist options
  • Save marcuslilja/75822089745b86e2da14e95cf997ed71 to your computer and use it in GitHub Desktop.
Save marcuslilja/75822089745b86e2da14e95cf997ed71 to your computer and use it in GitHub Desktop.
How to install Unifi controller on Ubuntu 15.10

Add source

echo 'deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti' | sudo tee -a /etc/apt/sources.list.d/100-ubnt.list

Add keys

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv C0A52C50 && sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10

Update system

sudo apt-get update

Install Unifi controller

sudo apt-get install unifi -y

Edit Unifi config files

sudo pico /usr/lib/unifi/data/system.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment