Complete Ubiquiti UniFi + Synology Network Build (Part 1 of 8)

Deploy a UniFi Cloud Controller for $5 and under 10 minutes

Jay Rogers

November 30th, 2017

Learn how to deploy a cloud hosted UniFi controller on Ubuntu 16.04. You'll be able to manage all of your locations and UniFi devices from a single location.

Helpful commands

Modify APT configuration file:

/etc/apt/apt.conf.d/99force-ipv4

nano /etc/apt/apt.conf.d/99force-ipv4

Once you have that open, enter this text:

/etc/apt/apt.conf.d/99force-ipv4

Acquire::ForceIPv4 "true";

Add Ubiquiti Repository:

Add Repository

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

Add GPG Keys:

Add GPG Keys

sudo wget -O /etc/apt/trusted.gpg.d/unifi-repo.gpg https://dl.ubnt.com/unifi/unifi-repo.gpg

Install UniFi:

Install UniFi

sudo apt update && sudo apt -y install unifi

Update server:

Update Server

sudo apt update && sudo apt -y upgrade

See the entire "Complete Ubiquiti UniFi + Synology Network Build" course here: https://srvrsi.de/unifi-and-synology-build-course

Want to work together?

Professional developers choose Server Side Up to ship quality applications without surrendering control. Explore our tools and resources or work directly with us.

Join our community

We're a community of 3,000+ members help each other level up our development skills.

Platinum Sponsors

Active Discord Members

We help each other through the challenges and share our knowledge when we learn something cool.

Stars on GitHub

Our community is active and growing.

Newsletter Subscribers

We send periodic updates what we're learning and what new tools are available. No spam. No BS.

Sign up for our newsletter

Be the first to know about our latest releases and product updates.

    Privacy first. No spam. No sharing. Just updates.