This container exposes the following ports (see: https://help.ubnt.com/hc/en-us/articles/218506997-UniFi-Ports-Used):3478/udp (port used for STUN connection) 6789/tcp (port used for throughput measurement from Android/iOS app) 8080/tcp (port for UAP/USW/USG to inform controller) 8443/...
# unifi.http.port=8080 next thing is to modify the docker compose to reflect this port change Code:Select all --- version: "2.1" services: unifi-controller: image: lscr.io/linuxserver/unifi-controller:latest container_name: unifi-controller environment: - PUID=1000 - PGID=1000 - TZ=Americ...
what is the output of lspci? (when it works, and when it doesn't) In both cases:00:00.0 Network controller [0280]: Qualcomm Atheros AR9287 Wireless Network Adapter (PCI-Express) [168c:002e] (rev 01) Also worth noting, when the wifi "works" i've tried to enable an AP in the ...
We first tried getting the UniFi controller setup on a server with Mellanox, Intel, Broadcom, and QLogic 25GbE NIC ports. We could ping and access the interface on the simple network with only the server and the switch, but we could not get the USW-Leaf to be discovered by the co...