// overview
Real-time snapshot of your license system
Total Licenses
—
all time
Active
—
in good standing
Suspended
—
manually blocked
Activations
—
across all machines
Recent Licenses
| License Key | Customer | Activations | Status | Created | Actions |
|---|---|---|---|---|---|
⏳ Loading… | |||||
// licenses
Manage all license keys and machine activations
All Licenses
🔍
| License Key | Customer | Slots Used | Status | Expires | Actions |
|---|
// configuration
Connect this panel to your license server
🌐 Server Connection
Set your PHP server URL and admin secret key. These are saved locally in your browser.
📋 Quick API Reference
Your panel talks to these endpoints automatically:
| Action | Endpoint | Description |
|---|---|---|
| List | body: _action="list" | Fetch all licenses |
| Create | body: _action="create" | Generate a new key |
| View | body: _action="view" | Get license + activations |
| Suspend | body: _action="suspend" | Block a license |
| Reinstate | body: _action="reinstate" | Re-enable a license |
| Revoke | body: _action="revoke" | Remove one machine |
| Delete | body: _action="delete" | Delete license entirely |