Professional license validation system powering OustCloud services
OPERATIONAL
100%
All services running normally
ACTIVE
24
Currently validated licenses
RESPONSE
89ms
Average response time
Calculate folder sizes in Pterodactyl file manager with one click
ACTIVEReal-time license verification with domain binding
SECUREMonitor usage, track validations, and view detailed reports
PROIntegrate license validation into your applications with our RESTful API
/api/health
Monitor system status and service availability
/api/validate
Verify license keys and domain bindings in real-time
{
"license_key": "abc123def456...",
"domain": "panel.yourdomain.com",
"product": "folder-calculator"
}
{
"valid": true,
"message": "License validated successfully",
"expires": "2025-12-13"
}