small-packages/luci-app-log
2026-05-27 23:25:57 +08:00
..
dev-mods-examples update 2026-05-27 23:25:57 2026-05-27 23:25:57 +08:00
htdocs/luci-static/resources/view/log-viewer update 2026-05-27 23:25:57 2026-05-27 23:25:57 +08:00
po update 2026-05-27 23:25:57 2026-05-27 23:25:57 +08:00
root/usr/share update 2026-05-27 23:25:57 2026-05-27 23:25:57 +08:00
screenshots update 2026-05-27 23:25:57 2026-05-27 23:25:57 +08:00
LICENSE update 2026-05-27 23:25:57 2026-05-27 23:25:57 +08:00
Makefile update 2026-05-27 23:25:57 2026-05-27 23:25:57 +08:00
README.md update 2026-05-27 23:25:57 2026-05-27 23:25:57 +08:00

luci-app-log-viewer

Advanced syslog and kernel log (tail, search, etc) for LuCI (OpenWrt webUI).

OpenWrt >= 22.03.

Supported LuCI themes: luci-theme-bootstrap, luci-theme-material, luci-theme-openwrt-2020.

Dependences: ucode, ucode-mod-fs.

Installation notes

OpenWrt >= 25.12:

wget --no-check-certificate -O /tmp/luci-app-log-viewer-1.5.0-r2.apk https://github.com/gSpotx2f/packages-openwrt/raw/master/25.12/luci-app-log-viewer-1.5.0-r2.apk
apk --allow-untrusted add /tmp/luci-app-log-viewer-1.5.0-r2.apk
rm /tmp/luci-app-log-viewer-1.5.0-r2.apk
service rpcd restart

i18n-ru:

wget --no-check-certificate -O /tmp/luci-i18n-log-viewer-ru-1.5.0-r2.apk https://github.com/gSpotx2f/packages-openwrt/raw/master/25.12/luci-i18n-log-viewer-ru-1.5.0-r2.apk
apk --allow-untrusted add /tmp/luci-i18n-log-viewer-ru-1.5.0-r2.apk
rm /tmp/luci-i18n-log-viewer-ru-1.5.0-r2.apk

OpenWrt <= 24.10:

wget --no-check-certificate -O /tmp/luci-app-log-viewer_1.5.0-r2_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/24.10/luci-app-log-viewer_1.5.0-r2_all.ipk
opkg install /tmp/luci-app-log-viewer_1.5.0-r2_all.ipk
rm /tmp/luci-app-log-viewer_1.5.0-r2_all.ipk
service rpcd restart

i18n-ru:

wget --no-check-certificate -O /tmp/luci-i18n-log-viewer-ru_1.5.0-r2_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/24.10/luci-i18n-log-viewer-ru_1.5.0-r2_all.ipk
opkg install /tmp/luci-i18n-log-viewer-ru_1.5.0-r2_all.ipk
rm /tmp/luci-i18n-log-viewer-ru_1.5.0-r2_all.ipk

Screenshots:

Kernel log:

System log (logd):

Filter settings:

System log (syslog-ng):

Mod lines:

wget --no-check-certificate -O /www/luci-static/resources/view/log-viewer/log-widget.js https://github.com/gSpotx2f/luci-app-log/raw/master/dev-mods-examples/mod-lines/htdocs/luci-static/resources/view/log-viewer/log-widget.js

Mod textarea:

wget --no-check-certificate -O /www/luci-static/resources/view/log-viewer/log-widget.js https://github.com/gSpotx2f/luci-app-log/raw/master/dev-mods-examples/mod-textarea/htdocs/luci-static/resources/view/log-viewer/log-widget.js