# Repository
Important: Please make sure that you use the correct repository for your distribution.
Debian 11 (bullseye) and Ubuntu 20.04:
wget -O /etc/apt/trusted.gpg.d/bananian-keyring.gpg https://bitwarden-deb.tech-network.de/bananian-keyring.gpg
wget -O /etc/apt/sources.list.d/vaultwarden.list https://bitwarden-deb.tech-network.de/sources.list/buster
Debian 12 (bookworm) and Ubuntu 22.04:
wget -O /etc/apt/trusted.gpg.d/bananian-keyring.gpg https://bitwarden-deb.tech-network.de/bananian-keyring.gpg
wget -O /etc/apt/sources.list.d/vaultwarden.list https://bitwarden-deb.tech-network.de/sources.list/bookworm
Debian 13 (trixie):
wget -O /usr/share/keyrings/vaultwarden-keyring.gpg https://bitwarden-deb.tech-network.de/vaultwarden-keyring.gpg
wget -O /etc/apt/sources.list.d/vaultwarden.sources https://bitwarden-deb.tech-network.de/sources.list/trixie
# Installation
apt-get update
apt-get install vaultwarden
# Configuration
- Vaultwarden config file is located at /etc/vaultwarden (config.env)
- Sample Apache configuration can be found here: Apache-VirtualHost.example.conf
- Sample Nginx configuration can be found here: Nginx-VirtualHost.example.conf
# Systemd service
- Enable: systemctl enable vaultwarden.service
- Start: systemctl start vaultwarden.service
- Status: systemctl status vaultwarden.service
- ...
# Breaking changes:
2022-05-17: Name changed from bitwarden_rs to vaultwarden. Existing installations will be migrated automatically.
2024-08-12: Support for Debian 10 dropped. Please upgrade your OS to Debian 11 or newer.
2025-09-19: Support for Debian 13 added. Please adjust your sources (new signing key).
2026-07-24: Support for arm64 has been dropped. This is due to low usage of this architecture, combined with the lack of an available arm64 build machine to maintain these builds. Please migrate to the official Docker image.
Sources and Credits:
Vaultwarden on GitHub:
GitHub - dani-garcia/vaultwarden
Eine ausführliche deutschsprachige Installationsanleitung gibt es hier: