NSPDaemon Windows Service ready to serve your agents.
System Requirements
Before you install, confirm your machine meets these requirements:Windows Installer (Recommended)
The GUI installer is the fastest path to a working daemon. It places all files, sets up your configuration, registers the Windows Service, and starts the daemon — all in a single run.1
Download the installer
Go to platform.nelieo.com/download and download
Nelieo NSP Setup.exe.2
Run the installer as Administrator
Right-click
Nelieo NSP Setup.exe and select Run as administrator. Follow the on-screen prompts.3
What the installer does
The installer completes five steps automatically:
- Places
axon-daemon.exeatC:\Program Files\Nelieo\axon-daemon.exe - Adds
C:\Program Files\Nelieoto the systemPATH - Creates
C:\ProgramData\Nelieo\axon.tomlwith default settings - Creates
C:\ProgramData\Nelieo\axon_keys.json(initially empty) - Registers
NSPDaemonas an auto-start Windows Service and starts it immediately
4
Verify the daemon is running
Open a terminal and run the health check:You should see a JSON response with
"status": "ok".Manual Installation
Use the manual path if you need to control file placement, integrate with an existing deployment pipeline, or install on a machine without a browser.1
Download the binary
Download
axon-daemon.exe directly from:2
Place the binary and add it to PATH
Open PowerShell as Administrator, then move the binary into place and add the directory to your system
PATH:3
Create the config directory
4
Generate a default config file
Run the This creates
init command to create axon.toml with all default values:C:\ProgramData\Nelieo\axon.toml. Open it to review or adjust settings before starting the daemon. See Configuration for a full reference of every option.5
Install and start the Windows Service
Register the daemon as a Windows Service and start it:The
install command registers NSPDaemon with automatic startup and configures failure recovery. You only need to run this once.Verify the Installation
After either installation path, run these three commands to confirm everything is working:[]), your daemon is fully operational. See Authentication to learn more about API keys and how to pass them from the Python SDK or other clients.
The
keygen command appends a new key entry to C:\ProgramData\Nelieo\axon_keys.json. You can run it multiple times to generate keys for different agents or environments.