Last active
March 30, 2025 19:21
-
-
Save yamatt/759837fc7dd106119543f66083aaf7da to your computer and use it in GitHub Desktop.
Unifi System Config File for the Network Appliance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## system.properties | |
# | |
# each unifi instance requires a set of ports: | |
# | |
## device inform | |
# unifi.http.port=8080 | |
## controller UI / API | |
# unifi.https.port=8443 | |
## portal redirect port for HTTP | |
# portal.http.port=8880 | |
## portal redirect port for HTTPs | |
# portal.https.port=8843 | |
## local-bound port for DB server | |
# unifi.db.port=27117 | |
## UDP port used for STUN | |
# unifi.stun.port=3478 | |
# | |
## the IP devices should be talking to for inform | |
# system_ip=a.b.c.d | |
## disable mongodb journaling | |
# unifi.db.nojournal=false | |
## extra mongod args | |
# unifi.db.extraargs | |
# | |
## HTTPS options | |
# unifi.https.ciphers=TLS_RSA_WITH_AES_256_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA | |
# unifi.https.sslEnabledProtocols=TLSv1,SSLv2Hello | |
# unifi.https.hsts=false | |
# unifi.https.hsts.max_age=31536000 | |
# unifi.https.hsts.preload=false | |
# unifi.https.hsts.subdomain=false | |
# | |
# Ports reserved for device redirector. There is no need to open | |
# firewall for these ports on controller, however do NOT set | |
# controller to use these ports. | |
# | |
# portal.redirector.port=8881 | |
# portal.redirector.port.wired=8882 | |
# | |
# Port used for throughput measurement. | |
# unifi.throughput.port=6789 | |
# | |
#Sun Mar 30 03:25:12 UTC 2025 | |
reporter-uuid=removed for privacy | |
debug.mgmt=warn | |
db.mongo.local=false | |
debug.setting_preference=auto | |
is_default=false | |
uuid=removes for privacy | |
db.mongo.uri=mongodb\://username\:password@hostname\:27017/una?tls\=false | |
statdb.mongo.uri=mongodb\://username\:password@hostname\:27017/una_stat?tls\=false | |
unifi.db.name=una | |
debug.device=warn | |
debug.system=warn | |
debug.sdn=warn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment