Secure password collaboration
Passbolt is an open source credential platform for modern teams. A versatile, battle-tested solution to manage and collaborate on passwords, accesses, and secrets. All in one.
![Preview of Passbolt interface](/_next/image?url=%2Fimages%2Fhome%2Fhero.png&w=3840&q=75)
40,000+ organisations worldwide are using passbolt, including governments, defence agencies, IT companies, and many more.
Your team can’t stop sharing credentials. Passbolt empowers them to do it securely!
Untangle the chaos of insecure password sharing. Break silos and reclaim productivity, control, and traceability in credentials collaboration.
What makes Passbolt unique?
A mission-critical solution built for modern engineering teams, yet versatile and easy for anyone to use. Passbolt delivers unmatched collaboration, security, and control in credential management.
Secure by design
100% Open Source
Align your organisation's productivity and security goals
Passbolt is an all-in-one platform that can be adapted to all of your credential lifecycles and workflows, with secure centralisation, powerful organisation, fine-grained collaboration and extensive auditing and reporting capabilities. All this, in the hosting environment of your choice.
Modelled for your workflows
A credential manager that adapts to your team processes. Not the other way around.
Flexible taxonomy
Instant sharing
Use from anywhere
API integration
Beyond Passwords
Elevate your security posture with private keys
Your organisation's security is as strong as your user’s weakest password. It’s time to move away from passwords with randomly generated private keys.
Randomly generated private key
End-to-end encryption
Multifactor by default
Brute force protection
Phishing resistant
1:1 encryption
Interoperable
Admin controlled recovery mechanisms
Run it on your own server, natively
Stay in control of your data, deploy passbolt within minutes, on-prem or on infrastructure you already trust.
curl -LO
"https://download.passbolt.com/ce/docker/docker-compose-ce.yaml"
curl -LO
"https://github.com/passbolt/passbolt_docker/releases/latest/download/docker-compose-ce-SHA512SUM.txt"
sha512sum -c docker-compose-ce-SHA512SUM.txt && echo "Checksum OK" || (echo "Bad checksum. Aborting" && rm -f docker-compose-ce.yaml)
docker-compose -f docker-compose-ce.yaml up -d
helm repo add passbolt "https://download.passbolt.com/charts/passbolt"
helm install mypassbolt passbolt/passbolt
curl -LO
"https://download.passbolt.com/ce/installer/passbolt-repo-setup.ce.sh"
curl -LO
"https://github.com/passbolt/passbolt-dep-scripts/releases/latest/download/passbolt-ce-SHA512SUM.txt"
sha512sum -c passbolt-ce-SHA512SUM.txt && sudo bash ./passbolt-repo-setup.ce.sh || echo "Bad checksum. Aborting" && rm -f passbolt-repo-setup.ce.sh
sudo apt install passbolt-ce-server
curl -LO
"https://download.passbolt.com/ce/installer/passbolt-repo-setup.ce.sh"
curl -LO
"https://github.com/passbolt/passbolt-dep-scripts/releases/latest/download/passbolt-ce-SHA512SUM.txt"
sha512sum -c passbolt-ce-SHA512SUM.txt && sudo bash ./passbolt-repo-setup.ce.sh || echo "Bad checksum. Aborting" && rm -f passbolt-repo-setup.ce.sh
sudo apt install passbolt-ce-server
curl -LO
"https://download.passbolt.com/ce/installer/passbolt-repo-setup.ce.sh"
curl -LO
"https://github.com/passbolt/passbolt-dep-scripts/releases/latest/download/passbolt-ce-SHA512SUM.txt"
sha512sum -c passbolt-ce-SHA512SUM.txt && sudo bash ./passbolt-repo-setup.ce.sh || echo "Bad checksum. Aborting" && rm -f passbolt-repo-setup.ce.sh
sudo dnf install passbolt-ce-server
sudo /usr/local/bin/passbolt-configure
curl -LO
"https://download.passbolt.com/ce/installer/passbolt-repo-setup.ce.sh"
curl -LO
"https://github.com/passbolt/passbolt-dep-scripts/releases/latest/download/passbolt-ce-SHA512SUM.txt"
sha512sum -c passbolt-ce-SHA512SUM.txt && sudo bash ./passbolt-repo-setup.ce.sh || echo "Bad checksum. Aborting" && rm -f passbolt-repo-setup.ce.sh
sudo zypper install passbolt-ce-server
sudo /usr/local/bin/passbolt-configure
Insights from the blog
![Passbolt Raises $8M Series A led by Airbridge](/_next/image?url=https%3A%2F%2Fpassbolt-blog-2.ghost.io%2Fcontent%2Fimages%2F2025%2F01%2FPassbolt-Raises--8M-Series-A-led-by-Airbridge.png&w=1080&q=75)
Passbolt Raises $8M Series A led by Airbridge
Today marks an exciting milestone in Passbolt's journey. We're thrilled to announce our $8 million Series A funding round, led by Airbridge Equity Partners.
![2024: A Year in Review](/_next/image?url=https%3A%2F%2Fpassbolt-blog-2.ghost.io%2Fcontent%2Fimages%2F2025%2F01%2F2024_-A-Year-in-Review.png&w=1080&q=75)
2024: A Year in Review
As we close out 2024, it's time to look back on a year of growth, collaboration and highlights of 2024 for passbolt.Â
![How to resolve NGINX 502 Bad Gateway errors after an OS upgrade?](/_next/image?url=https%3A%2F%2Fpassbolt-blog-2.ghost.io%2Fcontent%2Fimages%2F2024%2F12%2FSmooth-OS-Blog-feature-image.jpg&w=1080&q=75)
How to resolve NGINX 502 Bad Gateway errors after an OS upgrade?
During an in-place upgrade on a passbolt server such as moving from Debian 11 to Debian 12 or Ubuntu 20.04 to Ubuntu 24.04 for example, configuration files may need adjustments to ensure a seamless transition.