User Tools

Site Tools


documentation:unifi

Differences

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

Link to this comparison view

documentation:unifi [2020/02/01 12:35] – external edit 127.0.0.1documentation:unifi [2020/02/02 14:38] (current) – removed lucid
Line 1: Line 1:
-======Unifi Controller====== 
-WAP controller for Ubiquity wireless access points. 
  
-Installed Debian or Ubuntu linux in a VM, it doesn't need many resources. [ex: 1 CPU, 1 GiB RAM, 10 GiB HDD] 
-Upgrade the system before moving on to installing packages. 
- 
-Install some basic shit (as root on debian) 
-<code> 
-# apt install sudo dirmngr 
-</code> 
-Also install MongoDB 
-<code> 
-sudo apt install mongodb 
-</code> 
- 
-Add the unifi apt repos 
-<code> 
-echo 'deb http://www.ui.com/downloads/unifi/debian stable ubiquiti' | sudo tee /etc/apt/sources.list.d/100-ubnt-unifi.list 
-sudo wget -O /etc/apt/trusted.gpg.d/unifi-repo.gpg https://dl.ui.com/unifi/unifi-repo.gpg  
-sudo apt update 
-sudo apt-get install apt-transport-https 
-</code> 
- 
-Install unifi 
-<code>sudo apt install unifi</code> 
- 
-Manage the Unifi Controller from systemctl with the service name 'unifi' 
-<code> 
-sudo systemctl status unifi 
-</code> 
- 
-Connect to the WebGUI from ``https://<ip_addr>:8443`` 
documentation/unifi.1580560512.txt.gz · Last modified: 2021/06/18 16:36 (external edit)