UniFi
Ubiquiti Networks ist bekannt für Komponenten aus den Bereichen Wi-Fi, Wireless, Routing & Switches, VoIP, Sicherheit.
Access Points
Access Points
How to factory reset an access point
https://support.hostifi.com/en/articles/6337741-unifi-how-to-factory-reset-an-access-point
Switches
UniFi Network Application
UniFi Network Application
Installationsskript UniFi Network application für Ubuntu/Debian
Instructions:
1) Copy the link location of the script.
2) SSH into your Ubuntu/Debian machine, and login as root. ( Ubuntu | sudo -i
| Debian | su
)
2a) Make sure the ca-certificates package is installed.
apt-get update; apt-get install ca-certificates curl -y
3) Download and execute the script! (change it to your wanted version)
curl -sO https://get.glennr.nl/unifi/install/unifi-6.5.55.sh && bash unifi-6.5.55.sh
Install the latest and greatest UniFi Network application with 1 line. ( copy paste )
curl -sO https://get.glennr.nl/unifi/install/install_latest/unifi-latest.sh && bash unifi-latest.sh