Download · probe

Install a probe.

A small agent that connects outbound to the control plane and runs the checks you assign in app.argusnoc.net. After install the probe appears in the panel as pending; an administrator approves it and measurements start within a minute.

Probes send only measurement results (RTT, loss, hops) to ArgusNOC — no traffic content, no credentials.

Linux · Debian 12/13 · Ubuntu 22.04/24.04 · amd64, arm64

One command

curl -sL https://get.argusnoc.net | sh

The installer installs packages, tunes the network stack and firewall, asks four questions (probe name, country, city, e-mail) and registers the probe. Run the same command again to update the agent.

# uninstall, keeping the token
curl -sL https://get.argusnoc.net | sh -s -- --uninstall
version
2.0.0
package
argus-probe_v2.0.0_linux.tar.gz (5 919 514 bytes)
sha256
31285f2fcd7ba274bb8da5a0b8dca0073d57b56e30e606c284b12ea50015240d
signature
1b46868f757ee84b69f888dc4286781a8ae4145ea94709e147cf738636d65e2b05c16ed7e3bb11664fe9597877c7af3fb77f2056f3310a2ba005fadf0e840708

static fallback · install.sh · version history

Windows 10 / 11 · Server 2019 and newer

Online installer

Windows SmartScreen may show an «unknown publisher» warning — the Windows agent is currently going through the application signing process. The probe is completely safe: the installer verifies the package by SHA-256 and an ed25519 signature before installing. Click «More info» → «Run anyway».

The installer downloads the current package from our servers and verifies its sha256 and ed25519 signature before installing.

installer
v1.0 · sha256 05f0a237a06ee10cae7b034a2a3205bb0734f0d48d401b8ac2d9a5cf65e3853a (.sha256)
package
argus-probe_v0.2.16_windows.zip
sha256
bd9c8c3fc92687e2729404e62a562d8311f8a0a5df3e1a4f452accb7e9ceb24c
signature
83c9c1d7656e784df203a3b08038b5f8c813841513887bc21bbbd9ca298144217f763b0099745f39532d37d3c57f4a956d0f72234d33f748ce3a8cc12abb0b09

static fallback · version history

Verify

Release signing key.

Every release is signed with ed25519 over the UTF-8 string {version}:{sha256}; signatures are hex.

ed25519 pubkey (hex)
1316481bf58c80c886a391d9d5bc03813076da30878dde2ebf1ac604e51c9b2a
# inspect the installer before piping it to a shell
curl -sL https://get.argusnoc.net -o install.sh
less install.sh
sh install.sh

Live metadata: linux latest · windows latest · setup.json. FreeBSD probe: coming later in the beta.