Added
- Log collector (syslog receiver) — the Manager now listens for MikroTik syslog messages on UDP 5514 and streams them live to a new Logs page. No more SSH +
/log printto see what a router is doing right now.- Unified Logs sidebar page with severity stripe on each row (info muted, warn yellow, err/crit red), filter by device / severity / topic / text, pause and auto-scroll, setup guide with copy-paste MikroTik CLI snippet and a one-click button to create a Command Template so you can apply the setup to every device at once
- Per-device Logs tab on device detail — focused view for troubleshooting a specific router
- Per-device log retention override — set a higher row cap on chatty core/border routers, a lower one on quiet APs. Prevents a log-storm on one device from evicting logs from the rest of the fleet
- Messages are shown in the same format as
/log print(topics + message, no MikroTik-specific translation). RouterOS defaultremote-log-format=defaultworks out of the box — no need to flipbsd-syslog=yes - Automatic device matching by any interface IP — the Manager collects every interface address of each router during monitor polls, so logs are correlated to the right device even when the syslog source IP differs from the management IP. No need to pin
src-address=…on the router - Retention: 7 days / 10,000 rows per device by default, both tunable via environment
- Enable on your MikroTik with the snippet in the Setup Guide button on the Logs page