License management

Activate your license to validate commercial use. Enterprise licenses unlock premium features including RBAC, LDAP and audit logs.

{#if licenseLoading}

Loading license information...

{:else if licenseInfo?.valid && licenseInfo?.active} {@const isEnterprise = licenseInfo.payload?.type === 'enterprise'} {#if isEnterprise} Active Enterprise license {:else} Active SMB license {/if}

Licensed to

{licenseInfo.payload?.name}

License type

{#if isEnterprise} Enterprise {:else} SMB {/if}

Licensed host

{licenseInfo.payload?.host}

Issued

{new Date(licenseInfo.payload?.issued || '').toLocaleDateString()}

Expires

{licenseInfo.payload?.expires ? new Date(licenseInfo.payload.expires).toLocaleDateString() : 'Never (Perpetual)'}

Current hostname

{licenseInfo.hostname}
{#if $canAccess('settings', 'edit')}
{/if}
{:else} Activate license {#if licenseFormError}
{licenseFormError}
{/if} {#if licenseInfo?.error && !licenseFormError}
{licenseInfo.error}
{/if}

Enter the name exactly as provided with your license

Current hostname (for license validation)

{licenseInfo?.hostname || 'Unknown'}
{#if $canAccess('settings', 'edit')}
{/if}
{/if}