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

Hi Steve, and thank you for the script that made it so easy to redirect all my internal devices to use my pihole server. I was really confused trying to...

How can you force the DNS to pihole for IPv6? Also how can you have it so that not everything logs as coming from the USG IP in the pihole?

i wonder if the unifi_ssl_import.sh can support UDM and UDM Pro ? my system is # cat /etc/os-release NAME=UbiOS VERSION=UDM.alpinev2.v1.7.3-rc.1.ae72cc6.200612.2018 ID=ubios VERSION_ID=v1.7.3-rc.1.2623-ae72cc6 PRETTY_NAME="UbiOS 1.7.3-rc.1.2623" BUILD_ID=200612.2018 VARIANT=UDM.alpinev2 #

unifi_ssl_import.sh depends on Ubuntu's ```service``` script, which is not available on Debian : ```unifi_ssl_import.sh: line 102: service: command not found``` Using the standard ```systemd``` command instead of ```service``` solves the...

did add : # Uncomment following three lines for Unifi Dream Machine CloudKey UNIFI_DIR=/mnt/data/unifi JAVA_DIR=/mnt/data/unifi KEYSTORE=${JAVA_DIR}/data/keystore

Let's Encrypt rather than Let's Encrtypt

Hi Stevenjenkins ! How to run your script with another port ssh ? Thanks

Steve, In unifi_ssl_import, this must be set. UNIFI_HOSTNAME=hostname.example.com But ... what should I enter for an NVR that is on the local LAN (only) and has no public FQDN? Rob

Line 163 in unifi_ssl_import.sh should be changed. This is the line now > printf "\nRestarting UniFi Controller to apply new Let's Encrypt SSL certificate...\n" and it should be > printf...

Some installations run the controller as a dedicated user, ubnt in many cases. The script does not check for permissions and can render the controller unusable as the keystore cannot...