studentdopa.blogg.se

Unifi controller on raspberry pi
Unifi controller on raspberry pi













  1. #UNIFI CONTROLLER ON RASPBERRY PI HOW TO#
  2. #UNIFI CONTROLLER ON RASPBERRY PI INSTALL#
  3. #UNIFI CONTROLLER ON RASPBERRY PI UPDATE#
  4. #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.

unifi controller on raspberry pi

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:

unifi controller on raspberry pi

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.

unifi controller on raspberry pi

  • PuTTY – For using SSH to log in and configure your Raspberryįirst, download the Rasbian Image – I’m choosing the “LITE” version since I won’t need to login to a UI as it is solely going to be a UniFi controller.Īfter you download the image, put the image on your MicroSD card with Rufus or WinDisk32Imager:Īfter that, create a file on the root of your MicroSD card called “ssh” without any extensions.
  • Raspbian – The Debian Distro for Raspberry Pi.
  • Here are the tools you will need to create a UniFi Controller with a Raspberry Pi: This is a good alternative to using the UniFi cloud key, especially if you have a spare Raspberry Pi laying around. This guide will walk you through the steps to setup your Raspberry Pi into a UniFi Controller.















    Unifi controller on raspberry pi