License Server

Professional license validation system powering OustCloud services

OPERATIONAL

100%

System Status

All services running normally

ACTIVE

24

Active Licenses

Currently validated licenses

RESPONSE

89ms

API Speed

Average response time

Folder Calculator

Calculate folder sizes in Pterodactyl file manager with one click

ACTIVE

License Validation

Real-time license verification with domain binding

SECURE

Analytics Dashboard

Monitor usage, track validations, and view detailed reports

PRO

Developer API

Integrate license validation into your applications with our RESTful API

GET Health Check

/api/health

Monitor system status and service availability

POST Validate License

/api/validate

Verify license keys and domain bindings in real-time

Example Request

{
  "license_key": "abc123def456...",
  "domain": "panel.yourdomain.com",
  "product": "folder-calculator"
}

Response

{
  "valid": true,
  "message": "License validated successfully",
  "expires": "2025-12-13"
}