Overview
Vaultwarden web-vault sign-in
The Vaultwarden web-vault sign-in, served by nginx on first boot.
Vaultwarden web-vault sign-in
Create your account
Admin diagnostics panel
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
Private Password Management, Running in Minutes
Vaultwarden is a lightweight, Rust-based password manager server fully compatible with official Bitwarden desktop, mobile, CLI, and browser-extension clients. This AMI delivers Vaultwarden 1.36.0 compiled from source and fully configured so your team has a private, self-hosted credential vault running within minutes of launch - no manual compilation, no dependency chasing, no configuration guesswork.
Who This Is For
This image is built for IT administrators and security engineers at small-to-midsize teams who need self-hosted credential management with full data sovereignty. Whether you are a 10-person startup consolidating shared passwords, a regulated firm requiring on-premises secret storage, or an MSP provisioning per-client vaults, this AMI eliminates the operational overhead of building and maintaining Vaultwarden from scratch.
Application Stack
The Vaultwarden server, built from upstream Rust source against an embedded SQLite database, runs behind nginx as a reverse proxy. The server binds to the loopback interface while nginx serves the web-vault and upgrades the WebSocket notifications endpoint on port 80, ready for you to terminate TLS on port 443. The entire stack runs on a single instance with a minimal resource footprint.
Secure By Default
On first boot, a one-shot service generates a fresh admin token unique to that instance, stores only its argon2id hash in the server configuration, and writes the plaintext token to a root-only file. The SQLite database ships empty - no users, vaults, or shared credentials are baked into the image. This means your instance starts at a zero-trust baseline without manual hardening steps.
Ready To Use
- Launch the AMI and allow inbound traffic on ports 80 and 443.
- Retrieve the admin token from the root-only file on the instance.
- Browse to the web-vault, create your administrator account.
- Install the Bitwarden client of your choice and point it at your server URL.
- Use the admin diagnostics panel to invite users, manage organisations, and lock down open registration.
Compared to a manual Vaultwarden install, this image eliminates Rust toolchain setup, web-vault build steps, nginx configuration, and admin-token generation - saving hours of initial setup and reducing misconfiguration risk.
Example Use Case
A 50-person remote engineering team needs to consolidate credentials currently scattered across browser password stores and shared spreadsheets. The team lead launches this AMI on a t3.small instance, terminates TLS with an AWS Application Load Balancer, and invites the team via the admin panel. Within a single afternoon, every engineer syncs credentials across desktop and mobile Bitwarden clients with full end-to-end encryption and no third-party cloud dependency.
cloudimg Support
cloudimg provides 24/7 technical support by email and live chat. Our engineers assist with deployment, upgrades, TLS termination, backup configuration, and client onboarding. Critical issues receive a one-hour average response time. Support is included with your subscription - no separate ticket system or portal required.
Get Started
Launch the AMI, follow the steps above, and reach out to cloudimg support if you need assistance with TLS setup or scaling guidance. A deployment quick-start guide and TLS termination walkthrough are available upon request from the support team.
Vaultwarden and Bitwarden are trademarks of their respective owners. All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
Highlights
- Deploy a private password manager in minutes, not hours. This AMI eliminates Rust toolchain setup, web-vault compilation, nginx configuration, and admin-token generation that a manual install requires. Vaultwarden 1.36.0 is compiled from source and pre-configured with the official web-vault and nginx reverse proxy, fully compatible with all Bitwarden desktop, mobile, CLI, and browser-extension clients out of the box.
- Zero-trust security posture from first boot without manual hardening. A unique admin token is auto-generated per instance and stored only as an argon2id hash - the plaintext is written to a root-only file accessible solely by the instance owner. The SQLite database ships completely empty with no baked-in users or credentials, so your instance starts clean with no attack surface from prior data.
- 24/7 technical support from cloudimg with a one-hour average response for critical issues. Engineers assist with deployment, upgrades, TLS termination, backup configuration, and client onboarding - covering the operational tasks that differentiate a supported AMI from running unsupported open-source software on your own.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
- ...
Dimension | Description | Cost/hour |
|---|---|---|
t3.medium Recommended | t3.medium | $0.08 |
t3.micro | t3.micro instance type | $0.04 |
t2.micro | t2.micro instance type | $0.04 |
i4i.large | i4i.large instance type | $0.08 |
m5dn.metal | m5dn.metal instance type | $0.24 |
m8i.8xlarge | m8i.8xlarge instance type | $0.24 |
i4i.8xlarge | i4i.8xlarge instance type | $0.24 |
m5ad.16xlarge | m5ad.16xlarge instance type | $0.24 |
r5ad.xlarge | r5ad.xlarge instance type | $0.12 |
r7i.2xlarge | r7i.2xlarge instance type | $0.24 |
Vendor refund policy
Refunds available on request.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
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
Initial release of Vaultwarden 1.36.0, the Rust Bitwarden-compatible self-hosted password manager server.
Additional details
Usage instructions
Connect via SSH on port 22 as the default login user for your operating system variant (the user guide lists it per variant; on Ubuntu it is 'ubuntu'). Vaultwarden is served on port 80 through nginx (the server listens on 127.0.0.1:8000). Retrieve the generated admin token with: sudo cat /root/vaultwarden-credentials.txt. Browse to http://<instance-public-ip>/ to reach the web-vault and create your account, and to http://<instance-public-ip>/admin to open the diagnostics panel using the token. The liveness endpoint http://<instance-public-ip>/alive is open. Services are managed with systemctl (vaultwarden, nginx). To enable HTTPS, follow the Let's Encrypt section of the user guide.
Resources
Vendor resources
Support
Vendor support
cloudimg Support
cloudimg provides 24/7 technical support for this Vaultwarden AMI by email and live chat. Our engineers assist with:
- Initial deployment and instance configuration
- TLS termination setup (e.g., with AWS ALB or Let's Encrypt)
- Backup and restore procedures for the SQLite database
- Vaultwarden version upgrades and security patches
- Client onboarding and organisation management
- Performance tuning and troubleshooting
Response Times: Critical issues receive a one-hour average response.
Prerequisites: We recommend launching on a t3.small or larger instance with at least 1 GB RAM. Open inbound ports 80 and 443 in your security group. The admin token is located at a root-only file on the instance after first boot.
Getting Started: After launch, retrieve your admin token, browse to the instance IP to access the web-vault, and create your administrator account. Install any official Bitwarden client and point it at your server URL. If you need help with TLS configuration or scaling, contact support immediately after launch.
Contact: Email support@cloudimg.co.uk or use live chat for immediate assistance. Support is included with your subscription.
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.