> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/awesome-selfhosted/awesome-selfhosted/llms.txt
> Use this file to discover all available pages before exploring further.

# Password Managers

> Self-hosted password management solutions for storing, generating, and managing passwords

A [password manager](https://en.wikipedia.org/wiki/Password_manager) allows users to store, generate, and manage their passwords for local applications and online services.

## Applications

### AliasVault

End-to-end encrypted password manager with a built-in email alias generator and server.

* **Website**: [www.aliasvault.net](https://www.aliasvault.net)
* **Source Code**: [github.com/aliasvault/aliasvault](https://github.com/aliasvault/aliasvault)
* **License**: MIT
* **Platforms**: Docker

### Bitwarden

Password manager with a webapp, browser extension, and mobile app.

<Warning>This application has anti-features or dependencies on non-free software/services.</Warning>

* **Website**: [bitwarden.com](https://bitwarden.com/)
* **Source Code**: [github.com/bitwarden/server](https://github.com/bitwarden/server)
* **License**: AGPL-3.0
* **Platforms**: Docker, C#

### Passbolt

Collaborative password manager.

* **Website**: [www.passbolt.com](https://www.passbolt.com/)
* **Source Code**: [github.com/passbolt/passbolt\_api](https://github.com/passbolt/passbolt_api)
* **License**: AGPL-3.0
* **Platforms**: PHP, deb, K8S, Docker

### PassIt

Simple password manage with sharing features by group and user, but no administration interface.

* **Demo**: [app.passit.io](https://app.passit.io/)
* **Website**: [passit.io](https://passit.io/)
* **Source Code**: [gitlab.com/passit](https://gitlab.com/passit)
* **License**: AGPL-3.0
* **Platforms**: Docker, Django

### Psono

Password manager for companies.

* **Demo**: [www.psono.pw](https://www.psono.pw)
* **Website**: [psono.com](https://psono.com/)
* **Source Code**: [gitlab.com/esaqa/psono/psono-fileserver](https://gitlab.com/esaqa/psono/psono-fileserver)
* **License**: Apache-2.0
* **Platforms**: Python

### Teampass

Password manager dedicated for managing passwords in a collaborative way. One symmetric key is used to encrypt all shared/team passwords and stored server side in a file and the database. works on any server Apache, MySQL and PHP.

* **Website**: [teampass.net](https://teampass.net/)
* **Source Code**: [github.com/nilsteampassnet/TeamPass](https://github.com/nilsteampassnet/TeamPass)
* **License**: GPL-3.0
* **Platforms**: PHP

### Vaultwarden

Lightweight Bitwarden server API implementation written in Rust.

* **Source Code**: [github.com/dani-garcia/vaultwarden](https://github.com/dani-garcia/vaultwarden)
* **License**: GPL-3.0
* **Platforms**: Rust, Docker
