UniFi Not Adoptiong New AP

I am having some issues trying to get my Unifi controller to adopt a new AP. I have followed the info on “Override Inform Host” which I have done, and ssh into the new AP and set the inform, but nothing seems to be happening.

All devices currently running correctly were adopted from a standalone installation, but all have seemed to function and update without issue–just cannot seem to get a new AP to add. Addition information below.

Anyone have any ideas on what I am doing wrong here?


nc -zv xx.xx.xx.15 8080
Connection to xx.xx.xx.15 port 8080 [tcp/http-alt] succeeded!

Run Command

podman run -d \
  --name=unifi \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ='America/New_York' \
  -e MEM_LIMIT=1024 `#optional` \
  -e MEM_STARTUP=1024 `#optional` \
  -p 8443:8443 \
  -p 3478:3478/udp \
  -p 10001:10001/udp \
  -p 8080:8080 \
  -p 1900:1900/udp `#optional` \
  -p 8843:8843 `#optional` \
  -p 8880:8880 `#optional` \
  -p 6789:6789 `#optional` \
  -p 5514:5514/udp `#optional` \
  -v ~/unifi:/config:Z \
  --restart unless-stopped \
  lscr.io/linuxserver/unifi-controller:latest

Running Output

> podman ps
> CONTAINER ID  IMAGE                                        COMMAND     CREATED       STATUS           PORTS                                                                                                                                                                                                                     NAMES
> 649b4a9b28ce  lscr.io/linuxserver/unifi-controller:latest              12 hours ago  Up 12 hours ago  0.0.0.0:6789->6789/tcp, 0.0.0.0:8080->8080/tcp, 0.0.0.0:8443->8443/tcp, 0.0.0.0:8843->8843/tcp, 0.0.0.0:8880->8880/tcp, 0.0.0.0:1900->1900/udp, 0.0.0.0:3478->3478/udp, 0.0.0.0:5514->5514/udp, 0.0.0.0:10001->10001/udp  unifi

Screenshot 2023-01-20 at 6.43.01 AM

SSH

U6-Plus-LR-BZ.6.4.11# set-inform http://xx.xx.xx.15:8080/inform

Adoption request sent to 'http://xx.xx.xx.15:8080/inform'.  Use the controller to complete the adopt process.