Ubuntu connected to port 1 (vlan1-untagged and vlan5-tagged) Controller connected to port 8 (vlan1-untagged) Ubuntu (act as a Router) eth0: 10.0.0.2/24, routable to the Interet (gateway 10.0.0.1) eth0.5: 15.0.0.1/24, NATed to eth0...
PORTAL_HTTPS_PORTPort used for HTTPS portal redirection.Default: 8843 UNIFI_STDOUTController outputs logs to stdout in addition to server.logDefault: unset TZTimeZone. (i.e America/Chicago) JVM_MAX_THREAD_STACK_SIZEUsed to set max thread stack size for the JVM Example: ...
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 to https...
For example, we would use “Australia/Hobart” for our time zone. 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:...
# 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 8080 } port-group unifi_controller_ports-udp { description "unifi udp ports" port 3478 } } ipv6-name AUTHORIZED_GUESTSv6 { default-action drop description "authorization check packets from guest network" } ipv6-name GUESTv6_IN { default-action accept ...
net.ipv4.ip_unprivileged_port_start: 0 environment: DB_URI: mongodb://mongo/unifi STATDB_URI: mongodb://mongo/unifi_stat DB_NAME: unifi TZ: America/Toronto ports: -"3478:3478/udp"# STUN-"1900:1900/udp"-"6789:6789/tcp"# Speed test-"8080:8080/tcp"# Device/ controller comm.-"8443...
s UniFi controller software. For many of our readers, the idea of having your data center top-of-rack switch managed by the same environment as your Wi-Fi APs will seem different to say the least. This is especially since there is no out-of-band management port you may use for s...
No logs under unifi has shown an error. Is there any working steps that i should follow in order to restore functionality? Thank you Bit late to the party, but one reason for this can be that another service is using 8080. For example, CrowdSec use this port by default. rterbush commen...
MONGO_PORT=27017 - MONGO_DBNAME=unifi - MEM_LIMIT=2048 #optional - MEM_STARTUP=1024 #optional volumes: - /home/hnjoshi/sm-usb/docker/volumes/unifi:/config ports: - 8443:8443 - 3478:3478/udp - 10001:10001/udp - 8080:8080 - 1900:1900/udp #optional - 8843:8843 #optional - 8880:...