| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| server-box-monitor_v0.1.0_linux_amd64.tar.gz | 2026-08-26 | 10.6 MB | |
| server-box-monitor_v0.1.0_linux_arm64.tar.gz | 2026-08-26 | 9.8 MB | |
| server-box-monitor_v0.1.0_macos_amd64.tar.gz | 2026-08-26 | 10.2 MB | |
| server-box-monitor_v0.1.0_macos_arm64.tar.gz | 2026-08-26 | 9.6 MB | |
| server-box-monitor_v0.1.0_windows_amd64.zip | 2026-08-26 | 26.0 MB | |
| SHA256SUMS | 2026-08-26 | 554 Bytes | |
| Monitor v0.1.0 source code.tar.gz | 2026-08-26 | 8.7 MB | |
| Monitor v0.1.0 source code.zip | 2026-08-26 | 9.4 MB | |
| README.md | 2026-08-26 | 995 Bytes | |
| Totals: 9 Items | 84.4 MB | 0 | |
The ServerBox Monitor agent, versioned independently of the app — see
monitor/README.md for what it does and config.example.toml in the
archive for how it is configured.
Docker
:::sh
docker run -d --name server-box-monitor \
-p 3770:3770 -v ./data:/data \
ghcr.io/lollipopkit/server-box-monitor:0.1.0
Also tagged latest. linux/amd64 and linux/arm64.
Native
Pick the archive for the machine being monitored and unpack it. Linux builds are static musl binaries, so they run on Alpine as they are. Each archive carries the binary, the web panel, the migrations and an example config.
Verify what you downloaded against SHA256SUMS:
:::sh
sha256sum -c SHA256SUMS --ignore-missing
Windows:
server-box-monitor_v0.1.0_windows_amd64.zipis misnamed — it is an uncompressed tar, not a zip, so Explorer andExpand-Archivewill refuse it. Unpack it withtar -xf(built into Windows 10+) or 7-Zip. Fixed for the next release.