Skip to content

Shortcuts & Logs

BrodjagaRatnik edited this page May 26, 2026 · 7 revisions

Shortcuts & Logs

Keyboard Shortcuts

  • F11: Opens the VPN Manager menu.

🖥 Monitoring Logs (SSH)

Since LibreELEC uses BusyBox, use awk to filter for addon-specific entries in real-time:

tail -f /storage/.kodi/temp/kodi.log | awk '/service.wireguard.manager/ {print; fflush()}'

Watchdog Service Logs

To check the status of the background system service (useful for testing cable pulls):

journalctl -u vpn-watchdog.service -f

Clone this wiki locally