-
Notifications
You must be signed in to change notification settings - Fork 0
Shortcuts & Logs
BrodjagaRatnik edited this page Jun 9, 2026
·
7 revisions
- F11: Opens the VPN Manager menu.
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()}'To check the status of the background system service (useful for testing cable pulls):
journalctl -u vpn-watchdog.service -fCreated by Doemela