services: unifi: user: unifi image: ghcr.io/jacobalberty/unifi-docker container_name: unifi-controller restart: unless-stopped ports: - "8080:8080" - "8443:8443" - "3478:3478/udp" - "10001:10001/udp" environment: TZ: "<TIMEZONE>" volumes: - ./data:/unifiCopy 8. Once you have wr...
docker run -d --init \ --restart=unless-stopped \ -p 8080:8080 -p 8443:8443 -p 3478:3478/udp \ -e TZ='Africa/Johannesburg'\ -v~/unifi:/unifi \ --user unifi \ --name unifi \ jacobalberty/unifi In a minute or two, (after Unifi Controller starts up) you can go tohttps://...
Default: 8080 UNIFI_HTTPS_PORT This is the HTTPS port used by the Web interface. Default: 8443 PORTAL_HTTP_PORT Port used for HTTP portal redirection. Default: 80 PORTAL_HTTPS_PORT Port used for HTTPS portal redirection. Default: 8843 UNIFI_STDOUT Controller outputs logs to stdout in ...
# 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...
port-group unifi_controller_ports-tcp { description "unifi tcp ports" port 8080 } port-group unifi_controller_ports-udp { description "unifi udp ports" port 3478 } } ipv6-name AUTHORIZED_GUESTSv6 { default-action drop ...
To run UniFi controller as a faceless app with version 5.12.66 simply did the change in Info.plist file change "ui" to "start" From: JVMOptions -Xdock:name=UniFi -Dcom.apple.mrj.application.apple.menu.about.name=UniFi com.ubnt.ace.Launcher ...
-p 8443Unifi web admin port -p 3478/udpUnifi STUN port -p 10001/udpRequired for AP discovery -p 8080Required for device communication -p 1900/udpRequired forMake controller discoverable on L2 networkoption -p 8843Unifi guest portal HTTPS redirect port ...
To change this go to Settings > Controller > Controller Settings and set the Controller Hostname/IP to an ip address accessable by other devices. Alternatively to manually adopt a device take these steps: ssh ubnt@$AP-IP set-inform http://$address:8080/inform Use ubnt as the password to...
micero/unifi-dockerPublic forked fromjacobalberty/unifi-docker Notifications Fork0 Star0 master 7Branches 93Tags Code This branch is327 commits behindjacobalberty/unifi-docker:master. Packages No packages published Languages Shell78.3% Dockerfile21.7%...
UNIFI_HTTP_PORTDefault: 8080This is the HTTP port used by the Web interface. Browsers will be redirected to the UNIFI_HTTPS_PORT.UNIFI_HTTPS_PORTDefault: 8443This is the HTTPS port used by the Web interface.UNIFI_UID and UNIFI_GID