← Discover
Discover · GitHub · Vaultwarden↑ +78 today

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

Download and run the container
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:latest

If you don't write code

🤖 Paste this into your AI agent (Claude Code · Codex · Antigravity)

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

Who it is forIt is for users who want to host their own passwords and sensitive data on their own server rather than relying on third-party cloud services.
LicenseAGPL-3.0

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.