For AI agents: a documentation index is available at /llms.txt. A markdown version of this page is available at /guide/self-hosted/admin/licence.md.
Licence and versions
How licensing works on a self-hosted install, where to check it, and what governs limits.
Self-hosted Orangescrum is a commercially licensed product. The licence is verified during installation and stored with your instance.
#Where to check it
Subscription & Plan in the admin area shows:
| Licence & contract | Who it is issued to and its term |
| Plan limits | What your agreement covers |
| Current usage | Users and workspaces in use |
| Version | The Orangescrum release you are running |
That version number is the first thing support will ask for.
#How limits work
The application does not enforce a project cap
Self-hosted Orangescrum does not limit projects in the software. If your install was sold with a per-seat or per-project licence, that limit is contractual rather than technical โ the product will not stop you exceeding it.
That cuts both ways: nothing breaks if you go over, and nothing warns you either. Check Current usage against your agreement periodically rather than assuming the software is policing it.
#During installation
The installer asks for your licence email, validates it with Orangescrum, and stores the key with the instance.
Validation needs outbound internet access
On a restricted or air-gapped network, allow the call before you start โ or arrange an offline activation with support ahead of the install window.
#Add-ons
Optional modules are enabled per licence:
Some need infrastructure as well as a licence โ the Advanced Dashboard runs Superset and its own database, which is why the deployment has more than one service. See Architecture.
#Versions and releases
Check your version before reporting a problem or planning an upgrade โ behaviour and available modules differ between releases. Release notes accompany each package.
โฌ๏ธUpgradingApplying a new release safely.
#The Public API differs from Cloud
Do not follow the Cloud API reference for a self-hosted install
The self-hosted Public API add-on is a different surface from the Orangescrum Cloud Developer API documented in the API section.
Self-hosted exposes conventional REST โ GET, POST, PATCH, DELETE under
/api/v1/{resource} โ plus a GraphQL endpoint and webhooks, authenticated with
an X-API-Key header. Cloud's partner API is all POST, with HMAC-signed and
encrypted payloads.
Your instance ships an interactive reference at /developer โ Swagger UI
and GraphiQL against your own data. That is authoritative for your version.
An Owner or Admin enables the add-on and generates keys under Public API โ Keys. The secret is shown once at creation.