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.exeLog 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.