Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


install_unifi_on_ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
install_unifi_on_ubuntu [2018/07/15 09:07] juckinsinstall_unifi_on_ubuntu [2018/07/15 09:49] juckins
Line 14: Line 14:
 $ mkdir downloads $ mkdir downloads
 </code> </code>
-Download the latest controller software from [[https://www.ubnt.com/download/unifi/|ubnt.com]].  It will be named something like "unifi_sysvinit_all.deb":+Download and then install the latest controller software from [[https://www.ubnt.com/download/unifi/|ubnt.com]].  It will be named something like "unifi_sysvinit_all.deb":
 <code> <code>
 apt-get install ./unifi_sysvinit_all.deb apt-get install ./unifi_sysvinit_all.deb
Line 44: Line 44:
 Now you may use the VM or another machine to access the webpage on the virtual machine's IP (https://VM_IP_ADDRESS:8443/login) Now you may use the VM or another machine to access the webpage on the virtual machine's IP (https://VM_IP_ADDRESS:8443/login)
  
 +If the AP can't be found, do the following:
 +
 +ssh to AP IP address and login as ubnt, using the default password ubnt.  You may need to factory reset the controller if the password has been changed.
 +
 +Tell the AP where the controller software is running (IP below is VirtualMachine noted above):
 +<code>
 +set-inform http://192.168.1.182:8080/inform
 +</code>
 +Then login to the controller and adopt the AP.
 +
 +__Other notes__:
 +  * [[https://calvin.me/install-unifi-controller-ubuntu/]]
 +  * To get to the AP properties which list the radio channels and power output, click on "Statistics" in the controller's left sidebar and then click the AP's MAC address.
install_unifi_on_ubuntu.txt · Last modified: 2023/01/09 21:17 by juckins