Back to articles
Vaultwarden Has a Free Self-Hosted Password Manager
How-ToDevOps

Vaultwarden Has a Free Self-Hosted Password Manager

via Dev.to DevOpsAlex Spinov

Vaultwarden is a free, open-source implementation of the Bitwarden server API written in Rust. It lets you self-host your own password manager with full Bitwarden client compatibility. What Is Vaultwarden? Vaultwarden is a lightweight alternative to the official Bitwarden server. It implements the Bitwarden API, so you can use ALL official Bitwarden apps and browser extensions. Key features: Full Bitwarden client compatibility Password vault with unlimited entries Organizations and sharing TOTP (2FA codes) generation File attachments Send (secure sharing) Emergency access Runs on minimal hardware (<50MB RAM) Written in Rust (fast and secure) Quick Start docker run -d \ --name vaultwarden \ -p 80:80 \ -v vw-data:/data \ vaultwarden/server:latest Open http://your-server . Create an account. Start saving passwords. Use With Bitwarden Apps All official Bitwarden clients work with Vaultwarden: Browser: Chrome, Firefox, Safari, Edge extensions Desktop: Windows, macOS, Linux apps Mobile: iOS

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
2 views

Related Articles