Own the infrastructure
Deploy Licora in your environment and keep the operational licensing database under your own administration.
Licora is a self-hosted PHP and MySQL/MariaDB license management system for issuing software licenses, controlling device access, integrating applications, auditing activity, and delivering verified updates.
Why Licora
Centralize license state, device access and application integration without depending on a hosted licensing vendor.
Deploy Licora in your environment and keep the operational licensing database under your own administration.
Issue licenses with expiration, device limits, status controls, application scope and optional API-key binding.
Use API v1 where compatibility requires it or the recommended device-bound API v2 for public and desktop clients.
Core capabilities
Public feature descriptions are aligned to Licora v5.5.1.
Create and administer software licenses from a central interface.
Track activated devices and change access when required.
A device-bound protocol for clients that cannot safely retain a shared API key.
Manage server-side API credentials used by compatible integrations.
Operate through a role-aware admin panel with visibility into system activity.
Install compatible official releases through a verification and rollback-aware path.
Security model
For desktop and public clients, Licora API v2 uses an App ID, license key, stable device ID and a client-generated P-256 key pair. The private key stays on the client.
Product interface
The previews below are rebuilt from the original Licora UI screenshots you supplied. Layout, density, navigation, cards, tables and modals follow the real product; all displayed data is synthetic or masked.
Verified delivery
Licora's update center checks the official stable GitHub release, validates signed release metadata and package contents, then applies compatible updates with backup and rollback protections.
For developers
API v2 provides focused endpoints for activation, credential refresh, status checks and deactivation. API v1 remains available for trusted or legacy integrations.
/api/v2/activate.phpPOST/api/v2/refresh.phpPOST/api/v2/status.phpPOST/api/v2/deactivate.phpPOST# Activate an approved app + device POST /api/v2/activate.php app_id + license_key + device_id device public key + signed proof # Check current status POST /api/v2/status.php bearer access token + device proof # Rotate refresh credential POST /api/v2/refresh.php # Revoke this device credential POST /api/v2/deactivate.php
Deployment
Licora supports PHP 8.0+, MySQL or MariaDB, HTTPS, and CLI cron jobs. Follow the official deployment documentation for web-server deny rules and production hardening.

Open source
Licora is released under the MIT License and maintained by Vib Tools.
FAQ

Download the latest stable Licora package directly from the official GitHub release assets.