
- #UNIFI CONTROLLER ON RASPBERRY PI HOW TO#
- #UNIFI CONTROLLER ON RASPBERRY PI INSTALL#
- #UNIFI CONTROLLER ON RASPBERRY PI UPDATE#
- #UNIFI CONTROLLER ON RASPBERRY PI UPGRADE#
#UNIFI CONTROLLER ON RASPBERRY PI UPGRADE#
Recently I decided to upgrade my home wifi setup after hitting 50+ wireless devices. You can now manage your entire UniFi network with the controller.UPDATE: I have a video tutorial of the complete process for setting up Unifi on a Raspberry Pi using Docker.
#UNIFI CONTROLLER ON RASPBERRY PI HOW TO#
You can also connect up your smart phone and use the UniFi SDN app – it works great!Ĭongratulations! You now have a hosted UniFi Controller.Ĭheck out how to enable UniFi cloud access! This is the 5.9.29 version of the UniFi Controller.

You need to sign up and set up the controller, then this will be the login page. Now all you need to do is to connect to the Controller via browser: For instance, if your IP address is 111.222.333.444, you’ll type:

That’s it! You can now log in to your controller using that IP address for your Raspberry Pi.
#UNIFI CONTROLLER ON RASPBERRY PI INSTALL#
Install it with this command: sudo apt-get install haveged This will take a couple of minutes to complete, but once it has finished, UniFi is installed!įinally, to speed up UniFi a bit, it is recommended to install a package called haveged.
#UNIFI CONTROLLER ON RASPBERRY PI UPDATE#
Finally, install UniFi by running the following commands: sudo apt-get update You can copy and paste that link to avoid typos. echo 'deb stable ubiquiti' | sudo tee /etc/apt//100-ubnt-unifi.list sudo apt-key adv -keyserver -recv 06E85760C0A52C50 Now let’s update and upgrade! This will refresh the repositories and upgrade your install: sudo apt-get update & sudo apt- get upgrade echo "deb trusty main" | sudo tee /etc/apt//webupd8team-java.list echo "deb-src trusty main" | sudo tee -a /etc/apt//webupd8team-java.list sudo apt-key adv -keyserver hkp://:80 -recv-keys EEA14886 sudo apt-get update sudo apt-get install oracle-java8-installer Choose the interface: eth0 for ethernet, wlan0 for Wi-Fi and change the values with those right for your network. Type this at the command prompt: sudo nano /etc/nfĪnd then scroll to the bottom of the script and add the following lines: interface eth0 To do it, edit the file /etc/nf as follows: Now, I recommend setting your IP of your Raspberry Pi static. The default username is “pi” and the password is “raspberry” Then, using Putty, enter the IP address of the Raspberry and login. No need to break out the HDMI cable, keyboard, and mouse.Īfter you connect your Raspberry Pi to your network, find the IP address of your Raspberry Pi with an IP Scanner, like Advanced IP scanner. This will allow you to SSH into your device and do a headless setup.

