Install Watchlog Agent on Windows

Run a single PowerShell command to deploy the Watchlog agent and start real-time server monitoring.

$wl_apiKey="YOUR-API-KEY"; $wl_server="YOUR-SERVER"; \
    iwr https://watchlog.io/windows/install-watchlog.ps1 -OutFile "$env:TEMP\install-watchlog.ps1"; \
    powershell -ExecutionPolicy Bypass -File "$env:TEMP\install-watchlog.ps1" \
      -apiKey $wl_apiKey -server $wl_server

Prerequisites

  • Windows Server 2016 or later
  • PowerShell execution rights (Run as Administrator)
  • Valid apiKey and server URL from your Watchlog dashboard
  • Network access to the Watchlog API endpoint

Key Features

Instant Alerts

Receive notifications on system downtime or issues as soon as they occur.

Memory Monitoring

Track real-time memory usage to catch leaks or spikes instantly.

CPU Usage

Monitor CPU load and performance metrics live for resource optimization.

Latency Insights

Measure network and request latency in real time for troubleshooting.

Network Metrics

Observe bandwidth, packet flow, and error rates seamlessly.

Disk I/O

Keep track of disk reads, writes, and capacity in real time.

Need Assistance?

Check out our Windows Agent docs or contact support for help.