This server needs a private key to encrypt/decrypt sensitive values. If lost, all data is unrecoverable.
Generated 12-word recovery phrase:
{{ pkError }}
| Key | api-mode-only | Created | |
|---|---|---|---|
| {{ env.key }} | api-onlycli-ok | {{ new Date(env.createdAt).toLocaleString() }} |
Created: {{ lastCreatedKey }} (copy now, it will not be shown again)
| Name | Preview | TTL | Expires | Last Used | Created | |
|---|---|---|---|---|---|---|
| {{ k.name || '—' }} | {{ k.maskedPreview }} | {{ formatTtl(k.ttl) }} | {{ k.expiresAt ? new Date(k.expiresAt).toLocaleString() : 'never' }} | {{ k.lastUsed ? new Date(k.lastUsed).toLocaleString() : 'never' }} | {{ new Date(k.createdAt).toLocaleString() }} |
| Fingerprint | Status | Created | |
|---|---|---|---|
| {{ wl.fingerprint }} | approved rejected pending | {{ new Date(wl.createdAt).toLocaleString() }} |
Database type: {{ activeDb }}
Server PK: LoadedNeeds input
When disabled, API key is the only auth factor. Whitelist tab is hidden.
When enabled, clients must provide a valid API key. No anonymous access.
Write PK to disk on shutdown to survive auto-restarts (systemd/docker). Encrypted with current date.
{{ n.projectName }} - fingerprint: {{ n.fingerprint }}
Select all (Ctrl+A) and copy (Ctrl+C)