Take full control of your network infrastructure with a free, on-premises management platform designed for maximum scalability. This solution allows administrators to centrally manage access points, switches, gateways, and optical line terminals (OLTs) from a single, intuitive interface. Whether you are overseeing a small business network or a massive enterprise deployment, you can easily monitor performance and configure devices without licensing fees.
Key benefits include:
services:
omada-controller:
image: mbentley/omada-controller:latest
container_name: omada-controller
restart: unless-stopped
ulimits:
nofile:
soft: 4096
hard: 8192
stop_grace_period: 60s
environment:
- MANAGE_HTTP_PORT=8088
- MANAGE_HTTPS_PORT=8043
- PORTAL_HTTP_PORT=8088
- PORTAL_HTTPS_PORT=8043
- SHOW_SERVER_LOGS=true
- SHOW_MONGODB_LOGS=false
- TZ=${TZ}
volumes:
- ./data:/opt/tplink/EAPController/data
- ./logs:/opt/tplink/EAPController/logs
- ./work:/opt/tplink/EAPController/work
ports:
- "8088:8088"
- "8043:8043"
- "29810:29810/udp"
- "29811:29811"
- "29812:29812"
- "29813:29813"
- "29814:29814"TZ=Etc/UTCAuto-fetched about 15 hours ago
Auto-fetched about 15 hours ago