Install natively
Deploy on your favorite cloud provider
Install from scratch
Get started with our server installation guide
Passbolt can be installed on a large variety of servers in just a few minutes. Pick your flavor!
Install natively
Deploy on your favorite cloud provider
Install from scratch
Community Edition
Passbolt Community Edition (CE) is 100% open source, both free as in free beer and as in free speech. It comes with no strings attached.
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
In the next step, you will complete the configuration of your server and create the first admin user. It takes a minute.
See next steps in detailed installation guide