01 Pricing
Five tiers for every FCI deployment size. All include RSA-signed offline verification licenses.
| Tier | Clusters | Monthly |
|---|---|---|
| Free | Up to 2 | $0 / mo → |
| Starter | Up to 5 | $79 / mo → |
| Professional | Up to 20 | $499 / mo → |
| Enterprise | Unlimited | $1,999 / mo → |
| Enterprise XL 24/7 Support | Unlimited | $3,999 / mo → |
Annual prepay available. Cancel any time. License signs offline—no phone home required.
02 What you get
- Pre-flight FCI validation—catch cluster misconfigurations before deployment
- RSA-2048 signed licenses—verify offline, no external dependencies
- Automated license delivery via email
- PowerShell module for Windows Server 2016+
- Commercial support on Enterprise and Enterprise XL tiers
03 Install
Install from PowerShell Gallery after license activation.
Install-Module -Name ClusterValidator -Scope CurrentUser Import-Module ClusterValidator Get-Help Test-ClusterValidation -Full