Latest Ubiquity UniFi Controller in a Docker container - simple and well documented!
10K+
# Assuming you have created an empty dir: /docker/unifi
docker run --name=unifi -it -d \
-p 8080:8080 \
-p 8443:8443 \
-p 8880:8880 \
-p 8843:8843 \
-v /docker/unifi:/usr/lib/unifi/data \
ventz/unifi
SSH to your AP, and set the controller inform URL:
set-inform http://IP-or-FQDN:8080/inform
Alternative ways to configure Layer 3 adoption/management:
The UniFi Controller enables the administrator to instantly provision and configure thousands of UniFi APs, allowing for quick, simple management of system traffic.
The UniFi Controller can be accessed through any device using a web browser.
A single UniFi Controller running in the cloud can manage multiple sites: multiple, distributed deployments and multi-tenancy for managed service providers.
UAP, UAP-AC, UAP-AC-EDU, UAP–AC–IW, UAP-AC-LITE, UAP-AC-LR, UAP-AC-M, UAP-AC-M-PRO, UAP-AC Outdoor, UAP-AC-PRO, UAP-HD, UAP-IW, UAP-LR, UAP-nanoHD, UAP-Outdoor, UAP-Outdoor+, UAP-Outdoor5, UAP-PRO, UAP-SHD, US-16-150W, US‑16‑XG, US-24, US-24-250W, US-24-500W, US-48, US-48-500W, US-48-750W, US-8, US-8-150W, US-8-60W, USG, USG-PRO-4, USG-XG-8
Required Ports:
tcp/8080 = UAP to inform controller
tcp/8443 = (SECURE) Controller GUI / API - web browser
tcp/8880 = HTTP portal redirect (NON-Secure)
tcp/8843 = HTTPS portal redirect (Secure)
Other Ports:
tcp/8081 = Redirector for Wireless clients
tcp/8082 = Redirector for Wired clients
tcp/27117 = (INTERNAL) MongoDB service
udp/3478 = STUN Service
Ubiquiti ports information:
Configuration Data (+ other data - work dir, logs, etc.)
/usr/lib/unifi/data
Content type
Image
Digest
Size
308.7 MB
Last updated
almost 8 years ago
docker pull ventz/unifi