Skip to content

Latest commit

 

History

5,768 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Teampass

Teampass

Self-hosted password management your whole team can trust

Folder-level access control · authenticated AES-256-GCM encryption · compliance evidence
Your secrets never leave your infrastructure.

🌐 teampass.net · 📖 Documentation · 💬 Discussions · 🐳 Docker Hub


Release License PHP Docker Pulls Stars

CodeQL Docker Build Security policy Sponsor


Contents


About

Teampass is an open-source credential vault you run yourself. No account to create, no company behind the curtain holding your data — just a PHP/MySQL application on your own server, with folder-level access control, per-user encryption keys and a full audit trail.

It has been built and maintained since 2009, driven by what real teams actually run into: who should see which credential, how to prove it to an auditor, and how to stop passwords living in chat threads and spreadsheets.

Teampass interface
📸 More screenshots

Items and secrets

Item list Item detail

Folders and roles

Folder tree Roles Role rights Role assignment

Authentication and MFA

MFA setup OAuth2 settings

Encryption keys

Key management Key regeneration

Search, export, one-time view

Keyword search Export One-time view TOTP

Background tasks

Tasks Task settings

Who it's for

🏠 Individuals & Homelab

Own your vault, literally.

  • Runs on a Raspberry Pi or a €5 VPS
  • Personal folders encrypted with your own key
  • Import from Bitwarden, LastPass, 1Password or KeePassXC
  • Free forever, no sign-up required

👥 Teams & SMB

Stop sharing passwords in chat.

  • Folders and roles instead of a shared document
  • A record of who accessed what, and when
  • Secure Send for clients and contractors
  • Browser extension for day-to-day autofill

🏛️ Enterprise & Regulated

Prove your access controls, don't just claim them.

  • Access recertification campaigns with immutable decisions
  • Compliance reports and evidence export
  • LDAP/AD with nested groups, OAuth2 SSO
  • Data classification and ownership

Security

Encryption you can describe to an auditor

Secrets are encrypted with AES-256-GCM using random nonces and per-secret salts, under 256-bit object keys. The private key that unlocks them is derived from your password with PBKDF2-SHA256 at 600 000 iterations.

  • Authenticated encryption — tampering is detected, not silently decrypted - Per-user key distribution — every user holds their own RSA-wrapped copy of each object key, so removing an account actually revokes access instead of just hiding a button
  • Lazy migration — format upgrades happen on access, with no maintenance window
Teampass encryption model

Transparency over silence

A password manager that reports no vulnerabilities is not a password manager that has none.

Findings are triaged, fixed and published as GitHub Security Advisories with CVE identifiers.

Found a vulnerability? Please report it privately through GitHub Security Advisories — never in a public issue.


Features

🗂️ Folder and role access control
  • Folders — unlimited nesting, per-folder password complexity rules
  • Roles — grant access by role, not user by user
  • Rights — read, write, no-edit, no-delete, resolved least-permissive-wins
  • Users — per-user overrides on top of roles
  • Personal folders that nobody else can read, including administrators
🔐 Authenticated encryption
📊 Security posture
  • Security Posture Dashboard scoring weak, reused and breached credentials
  • Breach detection — Have I Been Pwned checks without sending your passwords
  • Password renewal — expiry policies and reminders
  • Micro-learning — in-app nudges instead of a yearly slideshow
🏛️ Governance and audit
🪪 Identity integration
  • Authentication — local, LDAP/AD with nested groups, OAuth2 / SSO
  • Multi-factor: TOTP (Google Authenticator), Duo Security, YubiKey, AGSES
  • Network ACL — restrict access by IP range
  • Session management — timeouts, concurrent sessions, Redis-backed storage
🤖 Automation
📦 Migration in and out
  • Import — Bitwarden, LastPass, 1Password, KeePassXC, CSV
  • Export — CSV, PDF, and a self-contained encrypted offline HTML vault
  • No lock-in: it is your database, on your server, under GPL-3.0
⚡ Daily productivity

Get started

Requirements

Database MySQL 5.7+ or MariaDB 10.7+
PHP 8.2 or newer (tested against 8.3)
Required extensions openssl mysqli mbstring bcmath iconv xml gd curl gmp — plus ldap for LDAP/AD
Recommended extensions apcu (config cache) · opcache (performance) · redis (HA sessions) · pcntl + posix (WebSocket daemon)

Teampass follows active PHP support. Running the latest stable PHP release is strongly recommended for both security and performance.

🐳 Docker

docker run -d --name teampass \
  -p 8080:80 \
  -v teampass_data:/var/www/html \
  teampass/teampass:latest

Images are published to both registries:

  • Docker Hub — teampass/teampass
  • GitHub Container Registry — ghcr.io/nilsteampassnet/teampass

📖 Docker guide · Migrating an existing install to Docker

🖥️ Bare metal (recommended for production)

Installing directly on a PHP/MySQL server gives the best performance and the most control over your environment.


Documentation

📖 Full documentation Install, features, administration
🚀 Installation Step-by-step first setup
🔄 Upgrade Moving between versions
🛡️ Security hardening Production checklist
⚙️ Performance PHP-FPM, caching, tuning
🔌 REST API Endpoints, JWT auth, clients
🧩 Browser extension Setup and usage
🩺 Troubleshooting When something goes wrong

Languages

Teampass ships in 25 languages, translated by the community.

English French German Spanish Italian
Portuguese Portuguese (BR) Dutch Russian Ukrainian
Polish Czech Hungarian Romanian Bulgarian
Greek Turkish Swedish Norwegian Estonian
Catalan Chinese Japanese Vietnamese 🇸🇦 Arabic (in progress)

Translations are managed on POEditor — a few strings from you go a long way.

Help translate


Community

Contributing

Contributions of any kind are very welcome. Fork the repo, make your changes, then open a pull request — see CONTRIBUTING.md for the development setup, coding standards and branch conventions, and CODE_OF_CONDUCT.md for how we work together.

Submit a PR

Reporting bugs

If something does not work as it should, raise a ticket. Please include the steps to reproduce, your server configuration, and the diagnostic report from Admin → Bug icon (bottom left).

Raise an Issue

Asking questions

Questions, deployment advice and ideas belong in Discussions rather than the issue tracker.

Discussions

Contributors

Teampass is what it is thanks to these people.

Contributors

Star history

Star History Chart


Support Teampass

Teampass is free, GPL-3.0, and has been maintained by one person since 2009. There is no company behind it — which is exactly the point, and also why support matters.

What sponsorship funds

  • Security work — triaging reports, fixing them, and publishing advisories with CVEs
  • Releases — testing, upgrade paths, and keeping older installations able to move forward
  • Documentation — the guides at documentation.teampass.net
  • Translations — coordinating 25 languages
  • Infrastructure — Docker images, CI, and the project websites

Become a sponsor

The goal is 100 monthly sponsors. Every tier helps, and small recurring amounts help most because they make the work predictable.

Sponsor on GitHub Donate via PayPal

Sponsors

Huge thanks to everyone who sponsors this work — you keep Teampass free for everyone else.

Sponsors

Commercial support

Sponsorship funds the free server. The browser extension and professional services fund the roadmap.

Pro Extension Browser autofill, capture and phishing protection — from €49/year, 30-day trial
Services Feature development, deployment assistance, priority handling — quoted per engagement

Pricing


License

Teampass is released under the GNU General Public License v3.0.

You are free to use, study, modify and redistribute it — including commercially — provided derivative works remain under the same license.

📋 Dependency license compliance report


Made in France

Built and maintained by Nils Laumaillé since 2009.

Copyright © 2009-2026 Nils Laumaillé


StandWithUkraine

About

Collaborative Passwords Manager

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1.8k stars

Watchers

93 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages