Benutzer-Werkzeuge

Webseiten-Werkzeuge


  • Deutsch (German)
  • English
  • Français (French)
de.bkp:intern:dokumentationen:unifi_controller_linux

Technischer Bericht

Version Status Datum Author URL
0.1 Erster Entwurf 20.10.2022 Elia Kessler
0.2 Ergänzungen TT.MM.JJJJ Vorname Nachname
1.0 Review und Freigabe TT.MM.JJJJ Vorname Nachname

1. Kurzfassung

Ein Unifi-Controller ist eine zentralisierte Verwaltungslösung für Unifi-Geräte. Diese wird in dieser Anleitung auf einem Debian 11 Server installiert.

2. Hauptteil

Anleitung:

  1. Install base Debian 11 system with no graphical user interface. Enable the SSH-Server during installation.
  2. For production I recommend using a separate user for connection via SSH, but in a test environment you can also delete the normal user and use root.
  3. Open a new SSH connection to the Server
  4. Get a root shell (using su)
  5. Update & install Packages needed:
    apt-get update; apt-get install ca-certificates wget -y
  6. Download the Unify install script
    wget https://get.glennr.nl/unifi/install/install_latest/unifi-latest.sh
  7. Start the script:
    bash ./unifi-latest.sh
  8. Complete the steps of the Installer.
  9. After the installer is done, visit the IP of the server with port 8443.

3. Quellenverzeichnis

https://community.ui.com/questions/UniFi-Installation-Scripts-or-UniFi-Easy-Update-Script-or-UniFi-Lets-Encrypt-or-UniFi-Easy-Encrypt-/ccbc7530-dd61-40a7-82ec-22b17f027776

de.bkp/intern/dokumentationen/unifi_controller_linux.txt · Zuletzt geändert: 2023/10/16 16:57 von 127.0.0.1