Download Licensing Agents &
Daemon Installers

Retrieve background daemons, script installers, or container configurations to start monitoring hosts instantly.

Windows MSI Installer

v1.1.0 · 3.4 MB

Professional Windows installer with system tray icon, local web dashboard, LAN adapter selector, and automatic startup integration for Windows Server 2019/2022.

Download ampnm-agent-setup.msi
Requires Windows 10+ or Windows Server 2019+

Windows EXE (Portable)

v1.1.0 · 6.9 MB

Standalone compiled Go binary for Windows. Run directly without installation. Ideal for quick testing or restricted environments where MSI installers are not allowed.

Download ampnm-agent.exe
Portable · No installation required

PowerShell Installer Script

Automated deployment

Automated PowerShell script that downloads the agent binary, creates a Windows service, configures firewall rules, and sets up auto-start.

Download AMPNM-Agent-Installer.ps1

Simple BAT Launcher

Lightweight option

Minimal batch file launcher for quick agent testing. Double-click to start monitoring metrics with default settings.

Download AMPNM-Agent-Simple.bat

Agent Configuration (config.json)

Server address · Token · Intervals

{
  "ServerUrl": "http://192.168.20.5:2266/api/agent/metrics",
  "AgentToken": "ampnm_YOUR_ENROLLMENT_TOKEN",
  "Interval": 60,
  "TrapperServer": "192.168.20.5:10051",
  "PassivePort": 10050,
  "LANInterface": "auto"
}

ServerUrl

Your AMPNM Docker server IP or domain. Example: http://192.168.20.5:2266/api/agent/metrics

AgentToken

Enrollment token created from the Docker AMPNM admin panel under Agent Enrollment.

TrapperServer

TCP endpoint for the active trapper. Usually YOUR_SERVER_IP:10051