License Verification
Verification Methods: Multiple ways to verify your license authenticity.
Online Verification
Verify your license directly through our web interface:
Command Line Verification
You can also verify licenses using command line:
Using curl
curl "https://yourdomain.com/api/verifylicense?license_key=YOUR_LICENSE_KEY"
Response Format
Valid License:
{
"success": true,
"license": {
"key": "ABC-123-XYZ",
"ip": "192.168.1.1",
"software": "cpanel",
"status": "active",
"expiry": "2025-12-31"
}
}
Invalid License:
{
"success": false,
"error": "Invalid license key"
}
Verification Status Codes
| Status | Description | Action |
|---|---|---|
| Active | License is valid and active | No action needed |
| Expired | License has expired | Renew license |
| Suspended | License is temporarily suspended | Contact support |
| Invalid | License key not found | Check license key |
Troubleshooting
Common Issues:
- License not found: Double-check the license key spelling
- IP mismatch: Ensure you're verifying from the licensed IP
- Expired license: Renew through your customer panel
- Connection timeout: Check your firewall settings