docker application - unifi sdn controller
Go to file
Daniel Wolf dfd45a515a add variable defaults 2019-01-01 18:16:51 -05:00
override fix permissions 2018-12-24 12:35:17 -05:00
.dockerignore initial commit 2018-05-16 17:52:46 -04:00
Dockerfile fix dockerfile 2018-12-27 12:23:36 -05:00
LICENSE.md initial commit 2018-05-16 17:52:46 -04:00
README.md add variable defaults 2019-01-01 18:16:51 -05:00

README.md

Git Repo | DockerHub | unRAID Template

UniFi SDN Controller Docker

This docker container manages the UniFi SDN controller, a network management solution for Ubiquiti UniFi access points, gateways, and switches.

Configuration

  • {config}/data/db/*: UniFi MongoDB Database
  • {config}/data/system.properties: UniFi Controller Configuration
  • {config}/etc/crontab: Crontab Entries
  • {config}/etc/logrotate.conf: Logrotate General Configuration
  • {config}/etc/logrotate.d/*: Logrotate Application Configuration

Once you start the container and log into the web interface you should be able to configure the controller. If the devices you intend to manage are on a different subnet, you may need to manually point them to the controller's IP using the set-inform command on each device so they show up for adoption.

Ports

  • 3478/udp: STUN Port
  • 6789/tcp: Mobile Speedtest Port
  • 8080/tcp: Communication Port
  • 8443/tcp: GUI/API Port
  • 8880/tcp: HTTP Portal Redirect Port
  • 8843/tcp: HTTPS Portal Redirect Port
  • 10001/udp: AP Discovery Port

Variables

  • PUID: Owner UID (1000)
  • PGID: Owner GID (100)
  • TZ: Time Zone ("America/New_York")

Volumes

  • /mnt/config: Configuration/Logs