SystemJargon / unifi-udm-udr

Unifi - Unifi Dream Machine content. Advanced config examples: backups, rsync, split-vpn, wireguard, source code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unifi Dream Machine / Router (Pro/Pro SE).

Backups via rsync

Firewall Config and Groups for Casting across VLANs


Firewall Logs via SSH?

tail -f -n 1 /var/log/ulog/syslogemu.log

(change -n 1 to your own syntax as required)


Hard Disk Filling Up Quickly on the UDM-PRO? (Unifi Protect)

Find the largest 20 files in /volume1

du -a /volume1 | sort -n -r | head -n 20

You may need to remove 1GB UBV files in /pool directory

rm /volume1/.srv/unifi-protect/video/pool/*.ubv

Other Repo's / Useful Links

my unifi usg repo here

Packet Capture - Read this on Reddit

UniFi Utilities

Split-VPN - Credit @Peacey

UDM Source Code - Credit @tusc

UDM and Wireguard-kmod - Credit @tusc

How to Downgrade apps like Protect in Unifi OS

About

Unifi - Unifi Dream Machine content. Advanced config examples: backups, rsync, split-vpn, wireguard, source code.


Languages

Language:Shell 100.0%