Loading…
🔑
License Server
Admin sign-in

Dashboard

License activity across all projects.

Keys per project
No projects yet.

Projects

Group keys by application. Each key belongs to one project.

Name Slug Description Keys
No projects. Create one to start issuing keys.

Keys

License keys across all projects.

Key Project Customer Status Activated Last seen Expires
No keys match your filter.
Loading…

Settings

Change password

Client integration

From any application, POST to /auth:

POST /auth
Content-Type: application/json

{
  "key": "your-license-key",
  "device_id": "machine-id-hash",
  "project": "autofb"        // optional but recommended
}

→ 200 OK     {"success": true, "customer": "...", "project": "autofb", ...}
→ 4xx        {"detail": "Invalid key"}

Used in API calls. Lowercase letters, numbers, dash, underscore. Cannot be changed later.

Issue keys

License key

✅ Issued keys

Stored in the database. Copy & send to the customer.