7 Best Self-Hosted Password Managers in 2026 (Open Source)

Vaultwarden, Bitwarden self-hosted, Passbolt, Psono, KeePassXC, Padloc, and Password Pusher compared. Mobile, sharing, MFA, audit logs, and the right pick by use case.

Published: 2026-05-05

A self-hosted password manager keeps your secrets on hardware you control rather than a vendor cloud. Done well, it gives you the same daily-driver experience as 1Password or LastPass with stronger guarantees about who can see your data. Done poorly, it leaves you with a single-point-of-failure server that locks you out at the worst possible moment.

The 2026 self-hosted PM scene is healthier than ever. Vaultwarden has 35,000+ GitHub stars and is the default pick for individuals. The official Bitwarden server is the enterprise standard with audited code and full FIDO2 passkey support. Passbolt has overtaken Vaultwarden for team-focused setups. KeePassXC paired with a sync tool (Syncthing, Nextcloud) is the no-server option that has not gone away. Quick comparison first, then the writeups.

Quick comparison

AppLicenseStackMin RAMMobileSharingMFAAudit log
VaultwardenAGPLRust (single container)50 MBBitwarden appsOrg/CollectionsTOTP, FIDO2 (limited)Premium-tier
Bitwarden self-hostedBSL / GPL.NET + SQL Server2 GBBitwarden appsFull Org featuresTOTP, FIDO2, passkeysYes
PassboltAGPLPHP + MySQL1 GBiOS, AndroidGranular per-resourceTOTP, YubiKeyYes
PsonoApache 2.0Python + PostgreSQL1 GBiOS, AndroidGroup + shareTOTP, YubiKey, DuoEnterprise edition
KeePassXC + syncGPLSingle .kdbx filen/a (file-based)iOS (Strongbox), Android (Keepass2Android)None nativeHardware key, key filen/a
PadlocAGPLTypeScript500 MBiOS, AndroidOrg sharingTOTP, WebAuthnLimited
Password PusherOSL-3Ruby on Rails512 MBMobile webOne-time URL onlyn/a (no vault)Yes

1. Vaultwarden

The runaway favourite for self-hosted password managers. Vaultwarden is a Rust reimplementation of the Bitwarden server API, fully compatible with every official Bitwarden client (browser extension, mobile app, desktop, CLI). It runs in under 50 MB RAM and starts in seconds.

The Vaultwarden page has the install steps. For the head-to-head against the official server, see the Vaultwarden vs Bitwarden comparison.

2. Bitwarden (official self-hosted)

Bitwarden's own server, available for self-hosting under a Bitwarden Source License with permissive use terms. The same codebase that powers the bitwarden.com cloud product. Audited annually by third parties (Cure53, others), supports SSO, advanced organization policies, directory sync, and full FIDO2 passkey storage.

See Bitwarden self-hosted on Talos Tools.

3. Passbolt

The team-first self-hosted password manager. Built around shared resources rather than personal vaults: every credential has explicit owners and viewers, with granular per-resource access. Inline comments, version history, and audit logs are first-class.

Passbolt in the Talos catalog.

4. Psono

Open-source password manager with strong customization options. Self-hostable, scriptable via API, supports SAML SSO, Duo, YubiKey, and Active Directory in the enterprise edition. Heavily extensible if you have a developer on hand.

5. KeePassXC + Syncthing or Nextcloud

The no-server option. KeePassXC is a desktop app that opens an encrypted .kdbx file. You sync that file across devices using Syncthing, Nextcloud, or Dropbox. No backend to compromise. Works offline. Forever-free.

6. Padloc

A modern, minimal password manager built in TypeScript with end-to-end encryption. Clean web app, native-feel mobile apps, and a focused feature set rather than the kitchen-sink approach of Bitwarden.

7. Password Pusher

Not a vault. A one-time secret sharing tool. Drop a password or string in, get a one-time URL with optional expiry and view limits. The link self-destructs after use or after the timer.

Password Pusher on Talos Tools.

How to pick by use case

Backup strategy: the part everyone skips

A self-hosted password manager that has no backup is a single point of failure for your entire digital life. Set this up before you migrate your first credential.

For passwords inside the vault, generate them with our password generator rather than reusing variants of the same root.

FAQ

Vaultwarden or official Bitwarden?

Vaultwarden for individuals and small teams. Official Bitwarden when audit trail, formal third-party security audits, or enterprise SSO matter for compliance reasons. Both use the same client apps, so you can switch between them.

Self-hosted MFA: which methods work?

All seven support TOTP. Vaultwarden, Bitwarden, Passbolt, and Psono support YubiKey or FIDO2 hardware keys. Bitwarden has the best passkey support today. KeePassXC supports key files plus hardware keys for the database itself.

Is sharing with family safe?

Yes, on Vaultwarden, Bitwarden, Passbolt, and Padloc. Each supports organizations or families with shared collections and per-user access. KeePassXC is single-vault, so family sharing works only if everyone trusts the same .kdbx file.

Mobile app on Vaultwarden?

Yes. Vaultwarden uses the official Bitwarden mobile apps (iOS and Android). Point them at your server URL during onboarding. Same goes for browser extensions and the desktop app.

Backup strategy?

Daily encrypted database backups, off-site copies weekly, quarterly restore drills, and a sealed printout of master credentials in physical storage. Skip any of those and you have a fragile system, not a secure one.

What about KeePass alternatives like KeeWeb?

KeeWeb is a web-based KeePass viewer. It works, but development has slowed. KeePassXC is the better-maintained desktop choice. For browser-based KeePass, the official KeePassXC browser extension is more actively maintained than KeeWeb.

Where to go from here

For more self-hosted picks, the self-hosted apps directory covers cloud storage, calendars, analytics, and adjacent privacy tools. Adjacent listicles on the Talos Tools blog include the best self-hosted cloud storage roundup and the self-hosted email server guide.

If you are coming at this from a learning path, the cybersecurity roadmap covers credential management, MFA, and threat modeling, and the DevOps roadmap covers backup, secrets management, and infrastructure hardening.

Last updated: April 2026.

Last updated: 2026-05-10

Explore more on Talos.tools