CLIENT SOFTWARE

NodeVyu Agent Downloads

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.

WINDOWSRecommended

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.

Windows 10/11 or Windows ServerAdministrator accessOutbound HTTPS access
QUICK INSTALL

Install from PowerShell

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"

What the agent monitors

Ping, TCP ports, HTTP/HTTPS endpoints, RTSP camera streams, ONVIF devices, network discovery and agent health.

Enrollment security

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.

Already installed?

Agent assignment and configuration are centrally managed from NodeVyu. A Site Admin can move an online agent and rotate its local key remotely.

MANAGED INSTALL

Already have a site-specific token?

The installer still supports the existing manual -AgentToken workflow when you want to create the agent under its final location before installation.

Client Login