Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
unifi-controller [05/09/2022 - 09:29] – ↷ Seitename wurde von unifi auf unifi-controller geändert thommie4 | unifi-controller [17/08/2024 - 07:06] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Allgemeine Doku ====== | + | ====== Ubiquity Unifi Controller ====== |
+ | |||
+ | ===== Allgemeine Doku ===== | ||
Troubleshooting [[https:// | Troubleshooting [[https:// | ||
Zeile 5: | Zeile 7: | ||
config.properties: | config.properties: | ||
- | ====== Aktuelle Config | + | ===== Betrieb in Docker Container ===== |
+ | |||
+ | [[https:// | ||
+ | |||
+ | Docker Compose (V2, golang): | ||
+ | < | ||
+ | |||
+ | --- | ||
+ | version: " | ||
+ | services: | ||
+ | unifi-controller: | ||
+ | image: lscr.io/ | ||
+ | container_name: | ||
+ | environment: | ||
+ | - PUID=1000 | ||
+ | - PGID=1000 | ||
+ | - MEM_LIMIT=1024 #optional | ||
+ | - MEM_STARTUP=1024 #optional | ||
+ | volumes: | ||
+ | - / | ||
+ | ports: | ||
+ | - 8443:8443 | ||
+ | - 3478: | ||
+ | - 10001: | ||
+ | - 8080:8080 | ||
+ | - 1900: | ||
+ | - 8843:8843 #optional | ||
+ | - 8880:8880 #optional | ||
+ | - 6789:6789 #optional | ||
+ | - 5514: | ||
+ | restart: unless-stopped | ||
+ | |||
+ | </ | ||
+ | |||
+ | Danach | ||
+ | |||
+ | < | ||
+ | docker-compose up | ||
+ | |||
+ | </ | ||
+ | |||
+ | Dauerbetreib | ||
+ | |||
+ | < | ||
+ | docker run -d \ | ||
+ | --name=unifi-controller \ | ||
+ | -e PUID=1000 \ | ||
+ | -e PGID=1000 \ | ||
+ | -e MEM_LIMIT=1024 `#optional` \ | ||
+ | -e MEM_STARTUP=1024 `#optional` \ | ||
+ | -p 8443:8443 \ | ||
+ | -p 3478: | ||
+ | -p 10001: | ||
+ | -p 8080:8080 \ | ||
+ | -p 1900: | ||
+ | -p 8843:8843 `#optional` \ | ||
+ | -p 8880:8880 `#optional` \ | ||
+ | -p 6789:6789 `#optional` \ | ||
+ | -p 5514: | ||
+ | -v <path to data>:/ | ||
+ | --restart unless-stopped \ | ||
+ | lscr.io/ | ||
+ | |||
+ | </ | ||
+ | |||
+ | ===== Aktuelle Config ===== | ||
< | < | ||
cat / | cat / | ||
+ | |||
</ | </ | ||
+ | |||
====== Ports ====== | ====== Ports ====== | ||
Zeile 25: | Zeile 94: | ||
|UDP|1900|Make controller discoverable on L2 network" | |UDP|1900|Make controller discoverable on L2 network" | ||
- | \\ | + | ===== Custom SSH Keys ===== |
- | + | ||
- | + | ||
- | ====== Custom SSH Keys ====== | + | |
[[https:// | [[https:// | ||
Zeile 42: | Zeile 108: | ||
neu einlesen und in den Flash schreiben lassen. | neu einlesen und in den Flash schreiben lassen. | ||
- | ====== Adoption | + | ===== Adoption ===== |
[[https:// | [[https:// | ||
Zeile 54: | Zeile 120: | ||
Beispiel für dnsmasq: | Beispiel für dnsmasq: | ||
- | |||
< | < | ||
+ | |||
# unifi controller | # unifi controller | ||
dhcp-option=vendor: | dhcp-option=vendor: | ||
+ | |||
</ | </ | ||
Zeile 72: | Zeile 139: | ||
Adoption request sent to ' | Adoption request sent to ' | ||
+ | |||
</ | </ | ||
- | ====== Wireless Uplink | + | ===== Wireless Uplink ===== |
1. Factory reset if you have already been trying to get them to work | 1. Factory reset if you have already been trying to get them to work | ||
Zeile 96: | Zeile 164: | ||
10. Resist the temptation to now try setting a static AP or you'll have to start over! | 10. Resist the temptation to now try setting a static AP or you'll have to start over! | ||
- | ====== Cloud-Key: ordentliche Zertifikate | + | ===== Cloud-Key: ordentliche Zertifikate ===== |
Cloud Key: Als primärer Webserver wird nginx benutzt, einfach die Zertifikate in /etc/nginx tauschen. Das Controller UI ist eine JVM mit einer Spring Boot Applikation ([[http:// | Cloud Key: Als primärer Webserver wird nginx benutzt, einfach die Zertifikate in /etc/nginx tauschen. Das Controller UI ist eine JVM mit einer Spring Boot Applikation ([[http:// | ||
Zeile 104: | Zeile 172: | ||
1. UI stoppen: | 1. UI stoppen: | ||
- | '' | + | '' |
- | 2. Zertifikate und CA in P12 Format wandeln: | + | 3. Daraus einen jks erzeugen: |
- | '' | + | '' |
- | 3. Daraus einen jks erzeugen: | + | ===== Admin Reset über Mongodb ===== |
+ | |||
+ | < | ||
+ | User auflisten | ||
+ | |||
+ | '' | ||
- | '' | + | Neuen hash " |
- | name und password wie angegeben beibehalten! | + | mongo --port 27117 ace --eval ' |
- | 4. UI wieder starten | + | Hash erstellen |
- | '' | + | '' |
- | \\ | + | </ |