You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2024. It is now read-only.
The [Unifi-controller](https://www.ubnt.com/enterprise/#unifi) Controller software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.
39
39
@@ -70,11 +70,12 @@ docker create \
70
70
-p 3478:3478/udp \
71
71
-p 10001:10001/udp \
72
72
-p 8080:8080 \
73
-
-p 8081:8081 \
74
73
-p 8443:8443 \
75
-
-p 8843:8843 \
76
-
-p 8880:8880 \
77
-
-p 6789:6789 \
74
+
-p 1900:1900/udp `#optional` \
75
+
-p 8843:8843 `#optional` \
76
+
-p 8880:8880 `#optional` \
77
+
-p 6789:6789 `#optional` \
78
+
-p 5514:5514 `#optional` \
78
79
-v <path to data>:/config \
79
80
--restart unless-stopped \
80
81
linuxserver/unifi-controller
@@ -117,11 +118,12 @@ services:
117
118
- 3478:3478/udp
118
119
- 10001:10001/udp
119
120
- 8080:8080
120
-
- 8081:8081
121
121
- 8443:8443
122
-
- 8843:8843
123
-
- 8880:8880
124
-
- 6789:6789
122
+
- 1900:1900/udp #optional
123
+
- 8843:8843 #optional
124
+
- 8880:8880 #optional
125
+
- 6789:6789 #optional
126
+
- 5514:5514 #optional
125
127
restart: unless-stopped
126
128
```
127
129
@@ -131,14 +133,15 @@ Container images are configured using parameters passed at runtime (such as thos
131
133
132
134
| Parameter | Function |
133
135
| :----: | --- |
134
-
|`-p 3478/udp`| Unifi communication port |
135
-
|`-p 10001/udp`| required for AP discovery |
136
-
|`-p 8080`| required for Unifi to function |
137
-
|`-p 8081`| Unifi communication port |
138
-
|`-p 8443`| Unifi communication port |
139
-
|`-p 8843`| Unifi communication port |
140
-
|`-p 8880`| Unifi communication port |
141
-
|`-p 6789`| For throughput test |
136
+
|`-p 3478/udp`| Unifi STUN port |
137
+
|`-p 10001/udp`| Required for AP discovery |
138
+
|`-p 8080`| Required for device communication |
139
+
|`-p 8443`| Unifi web admin port |
140
+
|`-p 1900/udp`| Required for `Make controller discoverable on L2 network` option |
141
+
|`-p 8843`| Unifi guest portal HTTPS redirect port |
142
+
|`-p 8880`| Unifi guest portal HTTP redirect port |
143
+
|`-p 6789`| For mobile throughput test |
144
+
|`-p 5514`| Remote syslog port |
142
145
|`-e PUID=1000`| for UserID - see below for explanation |
143
146
|`-e PGID=1000`| for GroupID - see below for explanation |
144
147
|`-e MEM_LIMIT=1024M`| Optionally change the Java memory limit (-Xmx) (default is 1024M). |
@@ -186,7 +189,6 @@ Alternatively to manually adopt a device take these steps:
186
189
187
190
```
188
191
ssh ubnt@$AP-IP
189
-
mca-cli
190
192
set-inform http://$address:8080/inform
191
193
```
192
194
@@ -263,6 +265,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
263
265
264
266
## Versions
265
267
268
+
***02.06.20:** - Updated port list & descriptions. Moved some ports to optional.
266
269
***14.11.19:** - Changed url for deb package to match new Ubiquity domain.
267
270
***29.07.19:** - Allow for changing Java mem limit via new optional environment variable.
268
271
***23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
0 commit comments