Skip to content

Instantly share code, notes, and snippets.

@dvdhout
Last active February 24, 2025 23:51
Show Gist options
  • Save dvdhout/1d5da9aa0ac515c5214a5ea1639ec576 to your computer and use it in GitHub Desktop.
Save dvdhout/1d5da9aa0ac515c5214a5ea1639ec576 to your computer and use it in GitHub Desktop.
UDM/UDM-P SSH commands

Reddit source by 9Switch

Some useful UDM/UDM-P SSH commands

Most of the commands are just Linux commands. However some are unique to the UDM/UDM-P.

Cisco/EdgeOS/VyOs Command/Best description UDM/UDM-P SSH Command
show version info
show system hardware and installed software ubnt-device-info summary
show cpu tempeture ubnt-systool cputemp
show fan speed ubnt-fan-speed
show uptime uptime
show ip route netstat -rt -n
show tech-support (dump a file for tech support) ubnt-make-support-file <file.tar.gz>
show ppp summery pppstats
show current user whoami
show log cat /var/log/messages
show interface summary ifstat
show interfaces ifconfig
show other Ubiquiti devices on local LAN segment (ubnt-discovery) ubnt-tools ubnt-discover
show config (wireless) cat /mnt/data/udapi-config/unifi
show DHCP leases (to NSname) cat /mnt/data/udapi-config/dnsmasq.lease
packet capture tcpdump
shutdown poweroff
reload reboot
show ipsec sa ipsec statusall
factory reset factory-reset.sh
show system burnt in MAC address ubnt-tools hwaddr
restart unifios web interface /etc/init.d/S95unifios restart
boot sound aplay /usr/share/sounds/unifi/Welcome.wav
check unifi cloud connectin netstat -an
enable shell os shell
t.b.d. bgnd
t.b.d. infctld
t.b.d. pwcheck
t.b.d. fsync
t.b.d. hwaddr
t.b.d. sysusermerge

Unifi Server commands (logs files)

Cisco/EdgeOS/VyOs Command/Best description UDM/UDM-P SSH Command
show unifi server logs cat /mnt/data/unifi-os/unifi/logs/server.log
show unifi server setttings cat /mnt/data/unifi-os/unifi-core/config/settings.yaml
show unifi server http logs cat /mnt/data/unifi-os/unifi-core/logs/http.log
show unifi server http logs (errors) cat /mnt/data/unifi-os/unifi-core/logs/errors.log
show unifi server discovery log cat /mnt/data/unifi-os/unifi-core/logs/discovery.log
show unifi system logs cat /mnt/data/unifi-os/unifi-core/logs/system.log
show last parts console panic cat /sys/fs/pstore/*
show dynamic dns logs grep inadyn /var/log/messages
show ip arp (show arp) and IPv6 neighbours arp -a OR ip neigh
show tunnel interfaces ip tunnel show
show ip lease information cat /mnt/data/udapi-config/dnsmasq.lease
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment