// install via winget
Command Prompt & PowerShell
click to copy
winget install MySolutionsNORDIC.NSClient++
// direct download
Download Installer// about NSClient++
NSClient++ (nscp) aims to be a simple yet powerful and secure monitoring daemon. It was built for Nagios/Icinga, but nothing in the daemon is Nagios/Icinga specific and it can be used in many other scenarios where you want to receive/distribute check metrics. The daemon has 3 main functions: - Allow a remote machine (monitoring server) to request commands to be run on this machine (the monitored machine) which return the status of the machine. - Submit the same results to a remote (monitoring server). - Take action and perform tasks.
// frequently asked questions
How do I install NSClient++ using winget?
Open PowerShell or Windows Terminal and run:
winget install MySolutionsNORDIC.NSClient++. Winget ships with Windows 10 (1809+) and Windows 11 — no additional install needed.What is NSClient++?
A fully fledged monitoring agent which can be used with many monitoring tools.
Is NSClient++ free to download?
NSClient++ is distributed under the GPL-2.0 license. Use the winget command above or click the download button to get the installer directly from the publisher.
How do I update NSClient++ with winget?
Run
winget upgrade MySolutionsNORDIC.NSClient++ in PowerShell or Windows Terminal to update NSClient++ to the latest available version.What architecture does NSClient++ support?
The listed installer targets the x64 architecture. See the publisher’s documentation for full compatibility details.