License Keys
Create unique activation keys from the admin panel.
A lightweight activation platform for PixelKey Global products. Manage keys, device binding, expiry dates and activation status from one dashboard.
POST /license/activate.php
{
"product": "AlphaPortSharePro",
"license_key": "XXXX-XXXX-XXXX",
"machine_id": "DEVICE-ID"
}
✓ License server online
✓ Activation readyCreate unique activation keys from the admin panel.
Bind an activation to a machine identifier.
Set optional expiry dates and reject expired activations.
Your desktop application can send a JSON activation request.
Control license status instantly.
Reset a machine binding when required.
Create a license key.
The desktop app sends key + machine ID.
Server checks product, status, expiry and machine.
A valid response allows the application to continue.