unifi-linux-utils icon indicating copy to clipboard operation
unifi-linux-utils copied to clipboard

Helpful Linux / Unix scripts for admins of Ubiquiti (UBNT) UniFi wireless products

Results 27 unifi-linux-utils issues
Sort by recently updated
recently updated
newest added

This section no longer generates a working certificate with openssl 3.x, as the password gets mangled: ``` if [[ -f ${SIGNED_CRT} ]]; then openssl pkcs12 -export \ -in "${CHAIN_FILE}" \...

Unifi controller docker container must have a volume mounted to /config. JRE must be installed since this will not utilize Unifi's packaged JRE, should install the same version as in...

Fixes #53 - Add check for OpenSSL 3.x, and have OpenSSL use the `-legacy` flag when generating the PKCS12 temp file if OpenSSL 3.x is being used.

This PR is the beginning of containerizing these utilities. I've made some changes to `uap_reboot.sh` to support overriding the default configuration via environment variables, rather than having to edit the...

“reboot” seems different than using the restart command in the controller. Is there an analogous restart in terminal?

I am using this script to import a Let's Encrypt signed ssl cert into the Ubiquiti Unifi Controller I have hosted on a server running Ubuntu 16.04.5 LTS. When I...

Is there a way to use the API to turn off the LED on a UAP, if so could you create a script for this? The UAP in my room...

Hello, first a big thank you for your scripts! It was very easy to make the Pi-hole running as DNS in my network. Unfortunately every request is listed with the...

Add systemd unit files for a service that starts before the UniFi controller, and a timer that automatically runs the unifi_ssl_import.sh script.