Listing Thumbnail

    Bitwarden Self-Hosted Server

     Info
    Sold by: Bitwarden 
    Deployed on AWS
    AWS Free Tier
    Self-hosted Bitwarden password manager on a pre-configured Ubuntu VM with Docker and automated setup. Full data control, enterprise features like SSO and directory sync, and air-gapped support.
    4.6

    Overview

    Open image

    Deploy and manage your own Bitwarden password management server on AWS. Bitwarden is an open source password manager trusted by millions of individuals, teams, and organizations worldwide to securely store and share sensitive information.

    Why self-host Bitwarden?

    • Full data control - Your vault data stays on your infrastructure, in your AWS account, under your governance policies
    • Compliance - Meet data residency and regulatory requirements by keeping credentials within your environment
    • Customization - Configure SSO, directory sync, policies, and other enterprise features on your terms
    • Air-gapped deployments - Run Bitwarden in network-restricted environments where cloud services are not permitted

    What's included in this image

    This pre-configured Ubuntu 22.04 LTS AMI includes everything needed to get a Bitwarden server running:

    • Docker Engine and Docker Compose (required runtime for Bitwarden services)
    • Bitwarden setup container and installation script
    • UFW firewall pre-configured for HTTPS (443) and HTTP (80)
    • Automatic first-login installation wizard - just SSH in and follow the prompts
    • Weekly automatic update cron job to keep your server current

    Getting started

    1. Launch this AMI from the AWS Marketplace
    2. Ensure ports 80 and 443 are open in your Security Group
    3. SSH into your instance - the Bitwarden installer runs automatically on first login
    4. Follow the interactive prompts to configure your domain, SSL certificate, and database
    5. Access your Bitwarden web vault at your configured domain

    Recommended instance type: t3.medium (2 vCPUs, 4 GB RAM) or larger

    Requirements

    • A registered domain name pointed to your instance's public IP address
    • An SSL certificate (Let's Encrypt is supported and free) or your own certificate
    • A Bitwarden installation ID and key (free at bitwarden.com/host )

    Support and documentation

    About Bitwarden

    Bitwarden is the trusted open source password manager for businesses and individuals. With end-to-end encryption, cross-platform apps, and enterprise features like SSO and directory sync, Bitwarden helps organizations secure their credentials at scale. More at bitwarden.com . Source code is available at github.com/bitwarden .

    Highlights

    • Complete self-hosted password management. Deploy Bitwarden on your own AWS infrastructure with full control over your vault data. Meet data residency, compliance, and regulatory requirements by keeping credentials within your environment. Supports air-gapped and network-restricted deployments where cloud-hosted password management is not permitted.
    • Pre-configured and ready to launch. This AMI includes Docker, the Bitwarden installation script, firewall rules, and SSH protection out of the box. An automated first-run setup wizard walks you through domain, SSL, and database configuration. Bitwarden services start immediately after setup - go from launch to a running password manager in minutes.
    • Enterprise features and open source transparency. Bitwarden supports SSO, directory sync, organization policies, role-based access control, and event logging. End-to-end encryption protects all vault data. Bitwarden's source code is publicly available at https://github.com/bitwarden, enabling independent security audits and full transparency.

    Details

    Categories

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 24.04

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Bitwarden Self-Hosted Server

     Info
    This product is available free of charge. Free subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    AI Insights

     Info

    Dimensions summary

    The software itself is free. You pay only for the AWS EC2 instance you run it on, billed hourly. The 17 options map to different EC2 instance types across the t2, t3, t3a, c7a, and c8a families. Sizes range from small through 2xlarge, so hourly cost scales with the compute and memory each instance provides. Larger sizes carry more resources and cost more per hour. Pick the instance type that matches your expected server load. All options run the same self-hosted server; they differ only in underlying hardware capacity.

    Top-of-mind questions for buyers

    Each unit is one running AWS EC2 instance of the chosen type, billed per hour. The Bitwarden server software is free. Your hourly charge reflects the underlying compute and memory of that instance family and size, such as t3.medium or c7a.medium.
    Hourly software charges apply only while the instance runs. A fully stopped instance stops accruing hourly charges. Underlying AWS storage fees for the attached volume may still apply while the instance is stopped, but the metered hours count only running time.
    All 17 options run the same self-hosted server, so choice depends on server load, not features. Larger sizes add compute and memory for more concurrent users and directory sync. The c7a and c8a options are compute-focused; t2, t3, and t3a families offer burstable general-purpose sizing.
    bitwarden.com
    Helpful?

    Vendor refund policy

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes

    Version 2026.9.0

    Additional details

    Usage instructions

    Before you begin with your Bitwarden VM, you will need to obtain:

    1. A hostname (domain or subdomain) where you can create a DNS record pointing to your VM's IP address
    2. A Bitwarden installation ID and key from https://bitwarden.com/host/ . Bitwarden requires at least 2GB of RAM, so make sure to choose a plan with enough memory during creation. After you create your Bitwarden VM, Bitwarden's dependencies and installation scripts will be preinstalled and ready for you to use. You will need to connect to the VM via SSH to complete the setup.

    ssh ubuntu@your_vm_ip

    Once you connect, you'll be prompted to complete Bitwarden's installation. Provide the hostname that you will use (be sure you have setup the DNS record), your installation ID and key, and answer the questions about how you will configure SSL with your Bitwarden installation. Bitwarden requires a secure HTTPS connection to operate. The installer can generate a self-signed certificate for you if you do not have one.

    After you have completed the installation, you can visit your Bitwarden domain in a web browser, register a Bitwarden user account, and log in.

    Your Bitwarden VM has also been preconfigured with automatic updates so you won't need to worry about keeping the Bitwarden server application up to date. Update checks will occur weekly.

    Finally, application settings (such as a SMTP mail server) can be configured in /home/bitwarden/bwdata/env/global.override.env. If you need to make changes to your server's installation settings, you can do so in /home/bitwarden/bitwarden/bwdata/config.yml.

    More information on managing your Bitwarden server can be found at https://help.bitwarden.com/hosting/ .

    Support

    Vendor support

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    4.6
    1381 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    80%
    18%
    1%
    0%
    1%
    0 AWS reviews
    |
    1381 external reviews
    External reviews are from G2 .
    Anonymous

    Unparalleled Online Input Integration, But Lacks Desktop Features

    Reviewed on Sep 21, 2026
    Review provided by G2
    What do you like best about the product?
    I really like the security that Bitwarden offers. The integration with website input boxes is one of the best things, as it eliminates the need to consult a password file, decrypt, copy, and paste, which is an unpleasant process. This feature is extremely useful and makes using Bitwarden very practical. Additionally, I found the initial setup very easy and intuitive.
    What do you dislike about the product?
    I have difficulty with Bitwarden's integration in desktop applications, both on Linux and Windows. This is a feature that currently does not exist and would need to be developed from scratch to be useful.
    What problems is the product solving and how is that benefiting you?
    I use Bitwarden to avoid weak and old passwords and to have security without password files or notes. The integration with input boxes eliminates the need to copy and paste passwords, making everything easier.
    Health, Wellness and Fitness

    One password manager to rule them all.

    Reviewed on Sep 17, 2026
    Review provided by G2
    What do you like best about the product?
    What I like most about Bitwarden is its ease of use and the features that help improve day-to-day productivity. The vault syncs seamlessly across Firefox/Chrome extensions and other devices, making credentials available wherever I need them. The keyboard shortcuts for automatically filling usernames and passwords save a significant amount of time, and the integrated MFA code support makes authentication quick and effortless.

    Working within a large IT team, Bitwarden simplifies both user onboarding and offboarding through effective role-based access controls and account management. The ability to securely access passwords and shared vaults from anywhere is extremely convenient and supports flexible working.

    Overall, Bitwarden is a top-tier password management solution that is reliable, secure, and easy to manage. I would highly recommend it to any individual or organisation looking for a professional password management platform.
    What do you dislike about the product?
    There are very few negatives. The interface could be more modern, and auto-fill occasionally requires manual intervention on some websites. Aside from that (exact or start with),
    What problems is the product solving and how is that benefiting you?
    Bitwarden addresses the challenge of securely storing and managing credentials for both current and legacy systems. In many IT environments, access to older systems is still occasionally necessary, and having those credentials protected yet readily available saves significant time and effort.

    The Notes feature is especially useful because it lets us keep important context alongside credentials, including system details, access procedures, support contacts, and configuration notes. As a result, we spend less time hunting for separate documentation, and day-to-day operations run more efficiently.

    Bitwarden also makes knowledge transfer within the team easier. When staff document relevant information directly in vault entries, critical system knowledge is preserved and can be handed over smoothly during staff transitions, onboarding, and offboarding. This reduces reliance on individual team members and helps ensure continuity of support and administration.
    Keira D.

    Effortless Password Management with Top Security

    Reviewed on Sep 16, 2026
    Review provided by G2
    What do you like best about the product?
    I use Bitwarden because it lets me safeguard all my passwords, especially the ones I know I won't remember. The encryption and recommendations I read online convinced me to try it. I really like Bitwarden's interface and find it easy to use. Its security features for safeguarding important information are top-notch, and I love that it's reliable on both my mobile phone and browser. Accessing passwords is straightforward—just tap and copy. This ease of use, along with security and accessibility, makes Bitwarden extremely valuable to me. Setting it up was a breeze, just creating an account, downloading the extension, and importing passwords, and everything worked like a dream.
    What do you dislike about the product?
    Nothing comes to mind. Very happy with the software.
    What problems is the product solving and how is that benefiting you?
    I use Bitwarden to securely store and access my passwords on multiple devices, solving issues with security and accessibility across browsers.
    Computer Software

    Fast, Accurate Browser Extension That Keeps Logins Effortlessly Up to Date

    Reviewed on Sep 16, 2026
    Review provided by G2
    What do you like best about the product?
    The browser extension is the standout feature for me. The autofill is fast and accurate, and it picks the right login almost every time—even when I have multiple accounts saved for the same site. That comes up a lot in security work, where I’m constantly juggling different logins across client systems and internal tools at ROOT. The extension also integrates cleanly with Chrome and doesn’t slow the browser down, unlike some password managers I’ve used before.

    It reliably detects new logins and prompts me to save them right away, so my vault stays up to date without any extra effort. The lock/unlock flow—using a master password plus biometric unlock—is quick enough that it doesn’t interrupt my workflow, while still feeling secure for day-to-day use in a security-focused environment.
    What do you dislike about the product?
    The main improvement I’d like to see is more consistent autofill. On most sites it works perfectly, but on a handful of pages—especially some banking sites and internal tools—it either doesn’t trigger on its own or selects the wrong field. When that happens, I end up copying and pasting manually. It’s a small issue, but it breaks the “set it and forget it” experience I get almost everywhere else.

    The UI also feels a bit dated compared to some competitors. It’s fully functional, but the design doesn’t feel as polished, and a few settings are tucked away several menus deep. None of this blocks my work; it just feels like there’s room for a refresh.
    What problems is the product solving and how is that benefiting you?
    Before Bitwarden, the main risk was ending up with reused or weak passwords across different accounts and systems, which is a real liability in a security-focused environment like ROOT. Bitwarden addresses that by making it effortless to generate strong, unique passwords for every login and then autofill them instantly through the browser extension, so there’s no temptation to reuse credentials or write them down.

    The benefit is both practical and security-focused: I don’t have to remember dozens of complex passwords, yet each account still has one that would take forever to crack. It’s given me real peace of mind knowing that even if one service gets breached, my other accounts aren’t automatically put at risk.
    Computer Software

    Super Simple, Affordable 2FA Codes and Strong Password Suggestions

    Reviewed on Sep 15, 2026
    Review provided by G2
    What do you like best about the product?
    super simple and helps me a lot getting 2FA codes for the apps I use. and it's cheap, suggest good passwords
    What do you dislike about the product?
    nothing actually, it's one of the cheapest out there and suits me well
    What problems is the product solving and how is that benefiting you?
    saves all my passwords and specially the security 2fa codes
    View all reviews