Table of Contents
Since the Vaultwarden admin page is separate from the official Bitwarden self-hosted System Administrator Portal, it is currently only available in English and not possible to provide multiple languages for different users on the same server.
If you or your admin don't understand English, or you prefer to have it display your preferred language, you can translate the admin page into your preferred language.
How to translate / customize the admin page?
You can use customized templates by
- copying the respective files from the repository (from
src/static/templates/admin
) to the correspondingTEMPLATES_FOLDER
with the same folder structure (e.g. todata/templates/admin
) - changing them (e.g. translate them - but be sure to keep the {{variables}} in the link intact so everything still works) and
- restarting vaultwarden to load the new (overwritten) templates.
Note: For ensuring compatibility you should initially download the templates for your version and you will also have to keep them up to date yourself if they ever change (or should new templates get added).
Translations
- Simplified Chinese by @wcjxixi: https://github.com/wcjxixi/vaultwarden-lang-zhcn
- Simplified Chinese by @zituoguan: https://github.com/zituoguan/vaultwarden-lang-zh_CN
- Simplified Chinese by @JinkaiNiu: https://github.com/JinkaiNiu/vaultwarden-zh-cn
- Russian by @marat2509: https://github.com/marat2509/vaultwarden-lang-ru
Warning
Translations are provided as is by community members and we have not tested them. So use them at your own risk. If there has been a breaking change (e.g. caused by a new release of Vaultwarden) inform the maintainer and/or make a note here.
FAQs
Troubleshooting
Container Image Usage
- Which container image to use
- Starting a container
- Using Docker Compose
- Using Podman
- Updating the vaultwarden image
Reverse Proxy
HTTPS
Configuration
- Overview
- Enabling admin page
- SMTP configuration
- Disable registration of new users
- Disable invitations
- Enabling WebSocket notifications
- Enabling Mobile Client push notification
- Enabling SSO support using OpenId Connect
- Other configuration
Database
- Using the MariaDB (MySQL) Backend
- Using the PostgreSQL Backend
- Running without WAL enabled
- Migrating from MariaDB (MySQL) to SQLite
Security
- Hardening Guide
- Password hint display
- Enabling U2F and FIDO2 WebAuthn authentication
- Enabling YubiKey OTP authentication
- Fail2Ban Setup
- Fail2Ban + ModSecurity + Traefik + Docker
Performance
Customization
- Translating the email templates
- Translating admin page
- Customize Vaultwarden CSS
- Using custom website icons
- Disabling or overriding the Vault interface hosting
Backup
Development
- Building binary
- Building your own docker image
- Git hooks
- Differences from the upstream API implementation
Alternative deployments
- Pre-built binaries
- Creating a systemd service
- Third-party packages
- Deployment examples
- Disable the admin token