Skip to content

Commit 74c76a4

Browse files
authored
Add info on device discovery (using port 10001). (#772)
Required Ports Reference: https://help.ui.com/hc/en-us/articles/218506997-Required-Ports-Reference
1 parent a120838 commit 74c76a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ To do this:
175175
* Save settings in Unifi Controller
176176
* Restart UniFi-in-Docker container with `docker stop ...` and `docker run ...` commands.
177177

178+
_Hint: Port 10001 should be forwareded to make it work._
179+
178180
See [Side Projects](https://github.com/jacobalberty/unifi-docker/blob/master/Side-Projects.md#other-techniques-for-adoption) for
179181
other techniques to get Unifi devices to adopt your
180182
new Unifi Controller.
@@ -286,6 +288,7 @@ expose the first three with the `-p ...` option.
286288
* 8843/tcp - HTTPS portal _(optional)_
287289
* 8880/tcp - HTTP portal _(optional)_
288290
* 6789/tcp - Speed Test (unifi5 only) _(optional)_
291+
* 10001/udp - Used for device discovery _(optional)_
289292

290293
See [UniFi - Ports Used](https://help.ubnt.com/hc/en-us/articles/218506997-UniFi-Ports-Used) for more information.
291294

0 commit comments

Comments
 (0)