Favicon of Bitwarden

Bitwarden

Securely manage passwords and passkeys for personal or business use. Generate, save, and autofill credentials across all devices with open-source, audited security.

Protect your sensitive information with a trusted, open-source password manager designed for both personal and business security. All data in your vault is protected with zero-knowledge, end-to-end encryption, meaning only you have access to your information. It simplifies online security by making it easy to generate, save, and autofill strong credentials across all your devices, defending you against phishing and data breaches.

Key capabilities include:

  • Password & Passkey Management: Create and store unique credentials for every account, and autofill them instantly on any browser or device.
  • Secure Sharing: Share credentials safely with colleagues using organization collections or transmit encrypted text and files to anyone.
  • Centralized Administration: Businesses can manage access controls, enforce security policies, and run security reports from a single dashboard.
  • Seamless Integrations: Connect with your existing tech stack, including SSO providers, directory services, and SIEM tools.
  • Flexible Hosting: Choose between cloud hosting or a self-hosted deployment on-premises for complete data sovereignty.

Directory Structure

bitwarden
bwdata
.env
docker-compose.yml

docker-compose.yml

services:
  bitwarden:
    image: bitwarden/self-host:latest
    container_name: bitwarden
    restart: always
    ports:
      - "80:8080"
      - "443:8443"
    environment:
      BW_DOMAIN: "https://bitwarden.example.com"
      BW_DB_PROVIDER: "sqlite"
      BW_DB_FILE: "/etc/bitwarden/bwdata/core/attachments/db.sqlite3"
      BW_INSTALLATION_ID: "${BW_INSTALLATION_ID}"
      BW_INSTALLATION_KEY: "${BW_INSTALLATION_KEY}"
      adminSettings__admins: "${ADMIN_EMAIL}"
    volumes:
      - ./bwdata:/etc/bitwarden/bwdata

.env

BW_INSTALLATION_ID=your_installation_id_here
BW_INSTALLATION_KEY=your_installation_key_here
ADMIN_EMAIL=admin@example.com
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Bitwarden

Favicon

 

  
  
Favicon

 

  
  
Favicon