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

Commit 7c28024

Browse files
authored
Update readme vars with correct ports
Ports as per: https://help.ui.com/hc/en-us/articles/218506997 8081 appears to be an obsolete port, I can't find any reference in the docs to it any more, just a few very old forum posts. Also removed the "mca-cli" line from the adoption section as it's no longer required: https://help.ui.com/hc/en-us/articles/204909754-UniFi-Device-Adoption-Methods-for-Remote-UniFi-Controllers
1 parent 8ebebbf commit 7c28024

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

readme-vars.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,15 @@ param_volumes:
4646

4747
param_usage_include_ports: true
4848
param_ports:
49-
- { external_port: "3478", internal_port: "3478/udp", port_desc: "Unifi communication port" }
50-
- { external_port: "10001", internal_port: "10001/udp", port_desc: "required for AP discovery" }
51-
- { external_port: "8080", internal_port: "8080", port_desc: "required for Unifi to function" }
52-
- { external_port: "8081", internal_port: "8081", port_desc: "Unifi communication port" }
53-
- { external_port: "8443", internal_port: "8443", port_desc: "Unifi communication port" }
54-
- { external_port: "8843", internal_port: "8843", port_desc: "Unifi communication port" }
55-
- { external_port: "8880", internal_port: "8880", port_desc: "Unifi communication port" }
56-
- { external_port: "6789", internal_port: "6789", port_desc: "For throughput test" }
49+
- { external_port: "3478", internal_port: "3478/udp", port_desc: "Unifi STUN port" }
50+
- { external_port: "10001", internal_port: "10001/udp", port_desc: "Required for AP discovery" }
51+
- { external_port: "1900", internal_port: "1900/udp", port_desc: "Required for "Make controller discoverable on L2 network" option" }
52+
- { external_port: "8080", internal_port: "8080", port_desc: "Required for device communication" }
53+
- { external_port: "8443", internal_port: "8443", port_desc: "Unifi web admin port" }
54+
- { external_port: "8843", internal_port: "8843", port_desc: "Unifi guest portal HTTPS redirect port" }
55+
- { external_port: "8880", internal_port: "8880", port_desc: "Unifi guest portal HTTP redirect port" }
56+
- { external_port: "6789", internal_port: "6789", port_desc: "For mobile throughput test" }
57+
- { external_port: "5514", internal_port: "5514", port_desc: "Remote syslog port" }
5758
param_usage_include_env: false
5859

5960
# application setup block
@@ -67,7 +68,6 @@ app_setup_block: |
6768
6869
```
6970
ssh ubnt@$AP-IP
70-
mca-cli
7171
set-inform http://$address:8080/inform
7272
```
7373

0 commit comments

Comments
 (0)