Ubiquiti: Difference between revisions

From Edgar BV Wiki
Jump to navigation Jump to search
m (moved Ubuiqiti to Ubiquiti)
No edit summary
Line 6: Line 6:


There are still some problems apparently though.
There are still some problems apparently though.
= Installing the controller on Debian =
This needs to run under a desktop environment, so make sure you have one.
[https://help.ubnt.com/hc/en-us/articles/220066768-UniFi-How-to-Install-Update-via-APT-on-Debian-or-Ubuntu]
You may need to change the ports
[https://help.ubnt.com/hc/en-us/articles/204910084-UniFi-Changing-Default-Ports-for-Controller-and-UAPs]
= files=
/var/lib/unifi/data/system.properties
if this doesn't exist
<pre>
java -jar /usr/lib/unifi/lib/ace.jar discover
</pre>
/usr/lib/unifi/logs/server.log
/usr/lib/unifi/logs/mongod.log
= migrating controller from one machine to another =
[https://community.ubnt.com/t5/UniFi-Wireless/Migrate-control-to-another-computer/td-p/1891294]

Revision as of 17:56, 3 October 2018

Ubiquiti Unifi is scalable and has a linux controller software, meaning you only need to buy APs and a PC with linux on it (ubuntu recommended) to run the network.

The UAP-Pro can handle 200 concurrent clients and the UAP-LR / LR / UAP-Outdoor can handle 100 simultaneous clients.

The UAP's are very cheap.

There are still some problems apparently though.

Installing the controller on Debian

This needs to run under a desktop environment, so make sure you have one.

[1]

You may need to change the ports

[2]

files

/var/lib/unifi/data/system.properties

if this doesn't exist

java -jar /usr/lib/unifi/lib/ace.jar discover

/usr/lib/unifi/logs/server.log

/usr/lib/unifi/logs/mongod.log

migrating controller from one machine to another

[3]