Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit fe51067

Browse files
authored
Update README.md
1 parent c1618d8 commit fe51067

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,13 @@ The webui is at https://ip:8443 , setup with the first run wizard.
7070

7171
To adopt a Unifi Access Point, and get it to show up in the software, take these steps:
7272

73-
Find out which IP address the AP has got leased and ssh to that IP.
74-
Login using username and password as `ubnt`
75-
Then run:
76-
`mca-cli`
77-
`set-inform http://$address:8080/inform`
78-
where `$address` is the IP address of the host you are running this container on.
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.
7980

8081
## Info
8182

0 commit comments

Comments
 (0)