NodeVyu Native Agent
Native Windows service for NodeVyu monitoring. No Docker installation is required. A fresh download can automatically enroll as a Remote Hands agent when no site-specific token is supplied.
Install the native Windows agent on a machine that remains online at the monitored location. The agent performs local checks and securely reports results to NodeVyu.
Native Windows service for NodeVyu monitoring. No Docker installation is required. A fresh download can automatically enroll as a Remote Hands agent when no site-specific token is supplied.
Run PowerShell as Administrator and download a fresh NodeVyu installer. New installs use nodevyu.com by default; existing SiteWatcher agents can continue using monitoring.talondns.com during migration.
Set-ExecutionPolicy Bypass -Scope Process -Force
Invoke-WebRequest -Uri "https://nodevyu.com/downloads/nodevyu-agent" -OutFile "$env:TEMP\install-nodevyu-agent.ps1"
& "$env:TEMP\install-nodevyu-agent.ps1"Ping, TCP ports, HTTP/HTTPS endpoints, RTSP camera streams, ONVIF devices, network discovery and agent health.
The enrollment credential is short-lived and is not the permanent agent key. Each enrolled machine receives its own unique runtime token before the Windows service starts.
Agent assignment and configuration are centrally managed from NodeVyu. A Site Admin can move an online agent and rotate its local key remotely.
The installer still supports the existing manual -AgentToken workflow when you want to create the agent under its final location before installation.