Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gene1wood/69544a5dbfe5026aa506247ebda17c2d to your computer and use it in GitHub Desktop.
Save gene1wood/69544a5dbfe5026aa506247ebda17c2d to your computer and use it in GitHub Desktop.
How to get dockerized Unifi Network Application to adopt AP after "Server Reject" and How to factory reset a Unifi AC AP Pro (UAP-AC-PRO)

How to get dockerized Unifi Network Application to adopt AP after "Server Reject"

If you're running the linuxserver.io dockerized Unifi Network Application / Unifi Controller and you've SSH'd into the Unifi AP and set the inform URL as described in the README by running

set-inform http://$address:8080/inform

and when you run the info command to see the result you see the message

Server Reject

factory resetting the AP solved the problem for me.

Many instructions out there on how to factory reset a Unifi AP say to run syswrapper.sh restore-default or just set-default. There's a bug though that results in this putting the AP into a state where it's pingable but no longer listening on SSH (and not factory reset). See the steps below to factory reset the AP.

How to factory reset a Unifi AC AP Pro (UAP-AC-PRO)

SSH into the Unifi AC AP Pro (UAP-AC-PRO)

syswrapper.sh restore-default & set-default &

Source : https://community.ui.com/questions/Unable-to-SSH-to-AP-after-factory-reset-via-SSH/0832a6d0-c927-4800-af8e-d0469fade20b#answer/0d4865c1-8986-456f-8982-2c1945e4b978

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment