Vaultwarden App
About
Bitwarden is an Open Source Password Management solution for individuals, teams, and business organizations. Vaultwarden is an unofficial Bitwarden compatible server written in Rust, fully compatible with the client apps.
- Questions? Ask in the Cloudron Forum - Vaultwarden
- Vaultwarden Website
- Vaultwarden issue tracker
Users
Bitwarden does not support Single Sign On. This is by design for security reasons. You must create a new password for your Bitwarden account.
By default, open registration is enabled. This can be changed via the config variables by editing /app/data/config.json
using
the File Manager. For example, to disable signup but allow invitations set the variables as below:
"signups_allowed": false,
"invitations_allowed": true,
Admin
The admin UI is located /admin
. To login, look for the admin_token
field inside /app/data/config.json
using the File manager.

Custom config
Custom environment variables can be set in /app/data/config.env
using the File Manager.
Note that Vaultwarden's admin page generates config.json
which overrides the above env vars. See config docs for more information on which values are readonly and can only be set using environment variables.