Self-host with Docker ยท Yantr
Vaultwarden
Lightweight, open-source Bitwarden-compatible password manager server written in Rust.
1
Ports
3
Notes
4
Use Cases
About
What Vaultwarden does
Vaultwarden (formerly Bitwarden_RS) is a lightweight, open-source server implementation of the Bitwarden password management API, written in Rust. It's fully compatible with official Bitwarden clients including browser extensions, desktop apps, and mobile apps. All passwords are encrypted...
Install Flow
How to self-host Vaultwarden
Vaultwarden can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what Vaultwarden does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Store and manage all your passwords in a self-hosted vault that only you control, with full Bitwarden client compatibility.
- Generate TOTP two-factor authentication codes directly within Vaultwarden for added security.
- Securely share passwords or notes with family members using the Send feature with expiration and deletion options.
- Access your passwords from any device using official Bitwarden apps while keeping your data on your own server.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 80 | HTTP | Web UI |
Docker Image
vaultwarden/server:latest
Service Name
vaultwarden
Notes
Things to know before you deploy
- Requires HTTPS for browser extensions to work properly
- All data is encrypted client-side - server never sees your master password
- WebSocket support enabled for real-time notifications
Related Apps
More tools you might pair with Vaultwarden
Page generated 2026-06-23T15:50:08.758Z