Skip to content

Releases: DanteDevOps/NJServerLogDown

Release list

v1.0.0

Choose a tag to compare

@DanteDevOps DanteDevOps released this 26 Aug 09:13

Standalone builds of NJServerLogDown — a tiny server that zips the WebIQ
connect.log and serves it at GET /download-log on port 3000.

No Node.js required on the target machine.

Asset Platform
njserverlogdown-win.exe Windows x64
njserverlogdown-linux Linux x86-64
njserverlogdown-linux-arm64 Linux ARM64 (aarch64)
# Linux
chmod +x njserverlogdown-linux
./njserverlogdown-linux

# Windows
njserverlogdown-win.exe

Log file locations: %PROGRAMDATA%\WebIQ\connect.log (Windows),
/var/lib/webiq/connect.log (Linux).

Security: no authentication, open CORS, binds 0.0.0.0. Intended for
trusted engineering and commissioning networks only — do not expose to the
internet. See the README security section.