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.

Self-hostedAdministration

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 & contractWho it is issued to and its term
Plan limitsWhat your agreement covers
Current usageUsers and workspaces in use
VersionThe 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:

๐Ÿ“–Wiki
๐Ÿ“Document Management
โš ๏ธRisk Management
๐ŸงชTest Case Manager
๐Ÿš‚Scaled Agile (SAFe)
๐Ÿ“ŠAdvanced Dashboard
โšกPublic API & webhooks
๐ŸทVersions & Releases

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.

โฌ†๏ธUpgrading

Applying 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.

#Renewals and changes