Installing Unifi AP software on Ubuntu linux
Greetings,
Controlling Unifi AP should be done through Unifi software
So if you are an Ubuntu linux user, you should follow the following steps to install Unifi software
- edit /etc/apt/source.list.d/ubnet.list
sudo echo deb http://www.ubnt.com/downloads/unifi/distros/deb/precise ubuntu ubiquiti > /etc/apt/sources.list.d/ubnet.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv C0A52C50
- install unifi or unifi-beta
sudo apt-get update
sudo apt-get install unifi-beta
Make sure that unifi service is running and listening on port 8080
Then open http://localhost:8080 to start controlling your Unifi AP 🙂
Advertisements
Robert 12:06 pm on April 28, 2014 Permalink |
Thanks for the article. Made it incredibly simple to set up the controller!
Nice work!
Johna649 3:59 pm on May 22, 2014 Permalink |
Hi there, just became aware of your blog through Google, and found that it is really informative. Im going to watch out for brussels. Ill be grateful if you continue this in future. Lots of people will be benefited from your writing. Cheers! efaeebgcdeek
Johng419 3:59 pm on May 22, 2014 Permalink |
Hey, thanks for the blog article.Really looking forward to read more. Much obliged. efdbabekgkck
Claudio 8:47 pm on July 17, 2014 Permalink |
Hello, Thanks for the article. Do you know any command to get information about APs from the command line of the controller?
3sl4m 12:39 pm on April 1, 2015 Permalink |
You can use the Controller API http://wiki.ubnt.com/UniFi_FAQ#UniFi_Controller_API
You can also ssh each AP and then type info command to get information of AP you are sshing to
3sl4m 1:04 pm on April 1, 2015 Permalink
this link includes an example of Unifi Controller API https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-3-2-10-is-released/ba-p/1165532