You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,15 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel
68
68
69
69
The webui is at https://ip:8443 , setup with the first run wizard.
70
70
71
+
To adopt a Unifi Access Point, and get it to show up in the software, take these steps:
72
+
73
+
```
74
+
ssh ubnt@$AP-IP
75
+
mca-cli
76
+
set-inform http://$address:8080/inform
77
+
```
78
+
79
+
Use `ubnt` as the password to login and `$address` is the IP address of the host you are running this container on and `$AP-IP` is the Access Point IP address.
0 commit comments