[Help]: Omada controller via docker doesn't autofind/adopt EAP115, while tplink's discovery utility for macos does. Banging my head! #626
Unanswered
hellolearnr
asked this question in
Help
Replies: 1 comment
-
A few things:
Here's a basic run command with your volumes and just update the TZ variable as appropriate instead of bind mounting
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Controller Version
v 5.15.24.19-latest as on 12sep2025
Describe Your Issue or Question
I've installed mbentley's omada in local macbook m4 via docker desktop, however it neither auto find's omada EAP115 nor it adopts it if i manually add the device key. It is in preconfigure status .Suprisingly the same device gets auto detecs in my tplink's discovery tool for macos, but it doesn't get adopted. what's the solution pls.
note: i'm using router tplink WR850N which is connected to EAP115 via ethernet and i can connect to wifi from both router and eap. My macbook is connected to my router wifi's allthrough.Updated creds post factory reset of eap115 and changed eap's inform url to 192.168.0.108:29810.added same creds in manual device add details.
Controller Hostname/IP changed from (172.17.0.2) to (192.168.0.108) Topology: ISP → WR850 Router (192.168.0.1) =>a) EAP115 (Ethernet) => IP 192.168.0.101 b) MacBook (WiFi) => 192.168.0.108 (Docker Host)
used below to run docker-omada in terminal
docker run -d \ --name omada-controller \ -v /etc/localtime:/etc/localtime:ro \ -p 8043:8043 -p 8088:8088 -p 8843:8843 -p 8880:8880 \ -p 27001:27001/udp -p 27002:27002 \ -p 29810:29810/udp -p 29811:29811 -p 29812:29812 -p 29813:29813 -p 29814:29814 \ -e SHOW_SERVER_LOGS=true \ -v ~/omada_docker//opt/tplink/EAPController/data \ -v ~/omada_docker/work:/opt/tplink/EAPController/work \ -v ~/omada_docker/logs:/opt/tplink/EAPController/logs \ mbentley/omada-controller:latest
<
Expected Behavior
Expected controller to autofind and adopt the eap
Steps to Reproduce
1)install omada controller. on docker desktop -mac
2)Controller Hostname/IP changed from (172.17.0.2) to (192.168.0.108)
3)Topology: ISP → WR850 Router (192.168.0.1) =>a) EAP115 (Ethernet) => IP 192.168.0.101 b) MacBook (WiFi) => 192.168.0.108 (Docker Host)
4)router tplink WR850N which is connected to EAP115 via ethernet and i can able to connect to wifi from both router and eap. My macbook is connected to my router wifi's allthrough. Updated creds post factory reset of eap115 and changed eap's inform url to 192.168.0.108:29810.added same creds in manual device add details.
5)try to autofind eap115 from controller
How You're Launching the Container
Container Logs
MongoDB Logs
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions