Linux Agent
Install the NetRecon agent on Linux endpoints for continuous monitoring and inventory reporting.
Prerequisites
- Ubuntu 20.04+ / Debian 11+ / RHEL 8+ / Fedora 36+ (or compatible)
- Root or sudo access (for installation)
- Network connectivity to the probe (direct or via Cloudflare Tunnel)
- An enrollment token from the probe dashboard
- systemd (for service management)
Manual Installation
Debian/Ubuntu (DEB)
Step 1: Download the Package
# Download from the probe dashboard, or use curl:
curl -O https://probe.netreconapp.com/downloads/netrecon-agent-linux-amd64.deb
For ARM64 systems:
curl -O https://probe.netreconapp.com/downloads/netrecon-agent-linux-arm64.deb
Step 2: Install
sudo dpkg -i netrecon-agent-linux-amd64.deb