Email notifications are available. SMTP settings are managed via environment variables.
{{else}}
SMTP is not configured
Set the KEYWARDEN_SMTP_HOST environment variable to enable email notifications.
See the Email documentation for details.
{{end}}
System Master Key
About the System Master Key
The system master key is used by Keywarden to authenticate against remote servers for
key deployments and assignment syncs. You must add this public key to the
~/.ssh/authorized_keys file of the admin user on each target server.
{{if .MasterKeyPublic}}
{{.MasterKeyFingerprint}}
{{else}}
System master key not found. Please restart Keywarden to generate it.
{{end}}
Regenerate Master Key
Warning
Regenerating the master key will invalidate all existing server connections.
You must re-deploy the new public key to all target servers. This action cannot be undone.
Backup & Restore
About Backups
Backups contain all system data including users, SSH keys, servers, groups, assignments,
cron jobs, settings, and audit logs. The backup file is encrypted with AES-256-GCM using
the password you provide. Keep the password safe — without it, the backup cannot be restored.
Export Backup
Restore Backup
Warning
Restoring a backup will replace all current data with the data from the backup file.
This action cannot be undone. Make sure to export a current backup first if needed.