Project

General

Profile

How to configure ubiquiti network equipment » History » Version 3

Nico Schottelius, 05/31/2020 08:10 PM

1 1 Nico Schottelius
h1. How to configure ubiquiti network equipment
2
3
h2. General steps
4
5
* Reset the device
6
* ssh into it (username: ubnt, password: ubnt)
7
* Setup a password
8
9
10
11
h2. Upgrading most ubiquiti access points
12
13
14
* Dowload the latest firmware from https://www.ui.com/download
15
* scp it to the device as /tmp/fwupdate.bin
16
* ssh into the device, run @syswrapper.sh upgrade2 &@ (seems to need to be backgrounded)
17 2 Nico Schottelius
18
19
h2. Enabling ssh access without a password
20
21
* Add your public RSA (ed25519 don't work) to /etc/dropbear/authorized_keys
22
23
h2. Configuring Wifi
24
25
* Download the "unifi network" app
26
* Go to account->standalone devices : wait for the aps to show up
27 3 Nico Schottelius
28
29
h2. Installing OpenWRT
30
31
Stock ubiquiti does not work in IPv6 only environments. So replacing the stock firmware with OpenWRT makes them usable.