Upgrading from 1.16.0
If you deployed v1.16.0 before this release, the Logs page stays empty until you add the UDP port mapping for the syslog receiver. Update your docker-compose.yml:
ports:
- "3000:3000"
- "3443:3443"
- "5514:5514/udp" # ← add thisThen docker compose up -d. Fresh installs following the install docs already include this.
For MikroTik Container App users: add - "5514:5514/udp:syslog" to the YAML and a dstnat rule for UDP 5514 in RouterOS — see install guide.