Secure License Management Platform
Generate, verify, and manage software licenses with ease. Integrate with your applications using simple APIs.
Secure License Keys
Cryptographically secure with unique identifiers and built-in checksums.
Easy Integration
RESTful API with support for PHP, JavaScript, TypeScript, Python, and Java.
Admin Dashboard
Generate and manage licenses from an easy-to-use interface with audit logs.
License Verification
Real-time status checks with expiry tracking and installation limits.
Audit Logging
Complete audit trail with IP tracking, timestamps, and operation history.
Security First
HMAC signatures, rate limiting, and secure session management built-in.
Quick API Overview
POST /api/v1/license/verify
{
"license_key": "LIC-ABC123-DEF456-XYZ789",
"app_identifier": "MyApp",
"instance_id": "inst_unique_id"
}
Response:
{
"status": "valid",
"expires_at": "2025-12-31",
"days_remaining": 315,
"max_installations": 3,
"current_installations": 1
}Getting Started
- 1Log in to the admin dashboard
- 2Enter license details and generate
- 3Copy the generated license key
- 4Share with your customer
- 5Integrate verification API in your app
Quick Setup
Default Admin Password:
gannu0Change this password in your environment variables before deploying to production. All login attempts are logged for security.