{% extends 'core/base.html' %} {% block title %}Licensing | Killian{% endblock %} {% block content %}

Killian Licensing

Community Edition is free for up to 3 active users and 10 non-archived organizations.

Back
{% if license.validation_error %}
The installed license could not be validated: {{ license.validation_error }} Killian has fallen back to Community limits.
{% endif %} {% if usage.over_limit %}
Current usage exceeds the effective license. Existing data remains available, but new/reactivated users or organizations are blocked until usage is reduced or a suitable commercial license is installed.
{% endif %}

{{ license.edition }} Edition

Effective license and current usage
{% if license.is_commercial %} {% endif %}
Edition{{ license.edition }}
Installation ID{{ installation_id }}
Customer{{ license.customer }}
License ID{{ license.license_id }}
Expires{% if license.expires_at %}{{ license.expires_at }}{% else %}Never{% endif %}
Active users{{ usage.active_users }} / {{ user_limit_display }}
Organizations{{ usage.organizations }} / {{ organization_limit_display }}

Disabled users do not count toward the user limit. Archived organizations do not count toward the organization limit.

Install Commercial License

Commercial license files are verified locally with an Ed25519 signature.
{% csrf_token %}
Select the signed JSON license supplied for this Killian installation.
{% if installed_document %}

Return to Community Edition

Remove the installed commercial license from this server.
{% csrf_token %}

Removing the commercial license immediately restores Community limits. Existing data is not deleted.

{% endif %} {% endblock %}