Password management on your own server
An abstract for this item could not be produced today · see the source link for details.
Updates
- August 24, 2026: Stars 65,983 → 65,982, latest release 1.37.2 (August 22, 2026).
What you get
- Fully compatible with official Bitwarden clients
- Can be hosted on your own server with low resource consumption
- Offers two-factor authentication and emergency access
Installation
docker pull vaultwarden/server:latest
docker run --detach --name vaultwarden \
--env DOMAIN="https://vw.domain.tld" \
--volume /vw-data/:/data/ \
--restart unless-stopped \
--publish 127.0.0.1:8000:80 \
vaultwarden/server:latestIf you don't write code
Help me install Vaultwarden, a tool that provides password management on my own server. This tool is server software compatible with Bitwarden clients. Since I will be installing using Docker, explain step by step how to configure the image commands to pull and run, mounting a volume to persist my data, and taking into account HTTPS requirements.
Related dictionary terms
Links
TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-08-24: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.