Passbolt CE - Ubuntu Server

πŸ”— Official Passbolt CE Ubuntu Installation (always check for updated process)

πŸ”— Install Passbolt CE on Ubuntu

Network and Domain

  • Point your DNS records domain to your Linux host machine, if you want to reach it from the public network.

  • Open these ports so Passbolt can be accessed from inside the network (in this case).

    • 80 (http) , 11443 (https)

  • On the Linux machine:

sudo ufw allow 80
sudo ufw allow 11443
sudo ufw status

wget "https://download.passbolt.com/ce/installer/passbolt-repo-setup.ce.sh"

wget "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

... Follow the remaining Configuration here


Install Docker and Docker Compose

πŸ”— Docs - Install Docker Engine on Ubuntu

  • Install dependencies and setup repository

  • Install Docker Engine and Compose

Install Passbolt - Docker


Last updated

Was this helpful?