-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Importing data from Keepass or KeepassX
Bitwarden can import your data from a large number of applications.
The current importers let you only choose the format, not HOW the data is translated to Bitwarden.
Importing from Keepass or KeepassX gives complete different results, although they use the same Keepass 2.x kbdx database:
- Keepass CSV files are imported at the Organization level (owner of each entry) and translates the Keepass Groups into Bitwarden Collections.
- Keepass XML files are imported at the User level (owner of each entry) and translates the Keepass Groups into Bitwarden Folders with as main folder the name of the Keepass database.
It is a lot of work in Bitwarden itself to change Collections to Folders or to transfer ownership of all the entries. So depending on what you want, choose the appropriate method!
An alternative approach is to do the import with KP2BW - KeePass 2.x to Bitwarden Converter which supports more Keepass Features like file attachments, references and even more!
Groups:
- Group1
- Group1Sub1
- Group2Sub2
- Group2
Owner = Organization
Collections:
- Group1
- Group1Sub1
- Group2Sub2
- Group2
Owner = Logged in User
Folders:
- MyVault
- Group1
- Group1Sub1
- Group2Sub2
- Group2
- Group1
Note: you might have to create the main folder manually, as the import shows MyVault/Group1 as a Folder. Creating the folder MyVault shows the subfolders in the MMI.
Note2: you can edit the folders to remove the main folder 'MyVault', or edit the exported CSV file and remove the 'MyVault/' string in each entry before importing into Bitwarden.
- Which container image to use
- Starting a container
- Using Docker Compose
- Using Podman
- Updating the vaultwarden image
- Overview
- Enabling admin page
- SMTP configuration
- Disable registration of new users
- Disable invitations
- Enabling WebSocket notifications
- Enabling Mobile Client push notification
- Other configuration
- Using the MariaDB (MySQL) Backend
- Using the PostgreSQL Backend
- Running without WAL enabled
- Migrating from MariaDB (MySQL) to SQLite
- Hardening Guide
- Password hint display
- Enabling U2F and FIDO2 WebAuthn authentication
- Enabling YubiKey OTP authentication
- Fail2Ban Setup
- Fail2Ban + ModSecurity + Traefik + Docker
- Translating the email templates
- Translating admin page
- Customize Vaultwarden CSS
- Using custom website icons
- Disabling or overriding the Vault interface hosting
- Building binary
- Building your own docker image
- Git hooks
- Differences from the upstream API implementation