___
# Tags
#unifi
#homelab
# Helpful docs
- https://help.ui.com/hc/en-us/articles/360012622613
## Run a command on the AP to override the host it's currently assigned to
- In this instance I am running a docker container on a server with a Unifi container, hence the naming scheme
```txt
set-inform http://[ip/hostname]:8080/inform
```
- If successfully executed, it should look like this
```txt
beacon2-BZ.5.60.23# set-inform http://[ip/hostname]:8080/inform
Adoption request sent to 'http://[ip/hostname]:8080/inform'. Use the controller to complete the adopt process.
```
- The access points should start adopting
- If you are having trouble factory resetting or you want to do it over the CLI, you can run the follow command
```text
syswrapper.sh restore-default
```