Passbolt Password Manager
Passbolt is a security-first, open source password manager for teams that helps organizations centralize, organize and securely share passwords and sensitive information with cross-platform support and team collaboration features.
Passbolt is a security-first, open source password manager for teams that helps organizations centralize, organize and share passwords and secrets securely. **Key Features:** - **Security:** User-owned secret keys with end-to-end encryption and regular third-party security audits - **Collaboration:** Secure credential sharing with advanced team management policies - **Privacy:** EU-based (Luxembourg), no telemetry collection, air-gapped deployment capable - **Cross-platform:** Browser extensions, mobile apps, CLI tools and more **Initial Setup:** After successful deployment, you need to create the first admin user via Docker command. SSH into your Lazycat server and run: ``` lzc-docker exec -it cloudlazycatappliupassbolt-passbolt-1 su -s /bin/bash -m www-data -c "/usr/share/php/passbolt/bin/cake passbolt register_user -u <YOUR_EMAIL> -f <FIRST_NAME> -l <LAST_NAME> -r admin" ``` Replace `<YOUR_EMAIL>`, `<FIRST_NAME>`, and `<LAST_NAME>` with actual values. Upon successful execution, you'll receive a setup URL similar to: ``` https://passbolt.{box-name}.heiyu.space/setup/install/1eafab88-a17d-4ad8-97af-77a97f5ff552/f097be64-3703-41e2-8ea2-d59cbe1c15bc ``` Open this URL in your browser to complete the admin account registration process. **Important Note:** If you encounter an issue where the admin role information is empty during initialization, this may be a known Passbolt bug. Solution: **completely uninstall the application (with data deletion)**, then reinstall and reinitialize. Once the admin account is initialized with the correct role information, all subsequently created and invited users will not encounter this issue. You can use it with confidence. **Official Website:** https://www.passbolt.com **Repository:** https://github.com/lazycatapps/passbolt.git **Quick Start Guide:** https://github.com/lazycatapps/passbolt/blob/main/QUICKSTART.md





