Home / Servers / VAULTWARDEN VPS

Self-host Vaultwarden on a no-KYC VPS

Skip the Bitwarden Premium subscription and own your password vault. Anonymous signup, no email required, no KYC. Pay with crypto or card, full root, no logs.

Deploy Vaultwarden VPS from $15.59 / month / 1 GB RAM is enough

Quick start: Vaultwarden on Servury via Docker

Tested on Ubuntu 24. Pick a 1 GB+ plan, deploy, SSH in.
# 1. Install Docker
curl -fsSL https://get.docker.com | sh

# 2. Run Vaultwarden with persistent storage
docker volume create vw_data
docker run -d --name vaultwarden --restart unless-stopped \
  -p 80:80 \
  -v vw_data:/data \
  -e DOMAIN=https://vault.yourdomain.com \
  -e SIGNUPS_ALLOWED=true \
  vaultwarden/server:latest

# 3. Point vault.yourdomain.com at this server
# 4. Put Caddy in front for automatic HTTPS:
#    vault.yourdomain.com {
#      reverse_proxy localhost:80
#    }
# 5. Open https://vault.yourdomain.com, create account, install Bitwarden apps

Why people self-host Vaultwarden

Free Premium features TOTP, attachments, emergency access, organizations, custom fields. All Bitwarden Premium features unlocked, zero subscription.
Your data on your server No third-party can subpoena, scan, or lose your encrypted vault. Even if Bitwarden Inc. disappears tomorrow, your vault keeps working.
Family plan, no per-seat fee Bitwarden charges per user. Vaultwarden lets you create unlimited orgs and unlimited users on the same VPS for free.
Compatible with all Bitwarden apps Drop in your custom server URL during login: iOS, Android, browser extensions, desktop, CLI all work unchanged.
Yubikey & WebAuthn Hardware key 2FA, U2F, WebAuthn, TOTP, email codes. Same auth surface as the official server.
Lightweight Vaultwarden is a Rust rewrite of the Bitwarden server. Runs comfortably on 256 MB RAM. A 1 GB VPS hosts it plus Caddy plus a small SQLite/Postgres easily.

Fair questions

Is Vaultwarden the same as Bitwarden?

Vaultwarden is an unofficial, lighter Rust implementation of the Bitwarden server API. Official Bitwarden client apps work with it without modification. The vault format and encryption are identical, so you can migrate freely between the two.

Is it safe to self-host my password manager?

Yes, when done right. Vaults are encrypted client-side with your master password before they ever reach the server, so even if someone breached the VPS they would only see encrypted blobs. The two things to get right are HTTPS in front (Caddy makes this trivial) and regular backups of /vw_data.

How much VPS do I need?

A 1 GB plan is plenty for a household or small team. Vaultwarden itself uses ~50 MB RAM. The bottleneck is almost never compute, it is making sure backups exist.

How do I back up my vault?

Snapshot the docker volume (vw_data) on a schedule. We recommend a nightly cron that rsyncs the data dir to a remote location, plus keeping the last 30 days. The whole vault is usually under 100 MB even for power users.

Can I disable signups so only I can register?

Yes. Set SIGNUPS_ALLOWED=false after creating your account. You can still invite users into orgs from the admin panel.

Does Vaultwarden support sending files (Bitwarden Send)?

Yes, full Send support including expiring links and download limits.

Do I need a domain name?

For the mobile/desktop apps to work properly with HTTPS, yes, you need a domain pointing at your VPS. Any registrar works. Free options like DuckDNS also work.

Does Servury log my traffic?

No. Servury runs no application-level logging on customer servers. Anonymous signup, crypto/card payment, no logs.

Other use cases

AnythingLLM VPS Self-host AnythingLLM to chat with your PDFs, codebases, and knowledge bases privately. Coolify VPS Run Coolify on your own VPS to deploy apps, databases, and services with one click. A self-hosted Vercel/Heroku. CrewAI VPS Run multi-agent CrewAI workflows on your own VPS, 24/7, without Replit or notebook tabs open. Crypto VPS Anonymous VPS for crypto trading bots, nodes, and miners. Dev/Staging VPS Disposable dev and staging VPS, deployable in 30 seconds, paid by the day. Dify VPS Self-host Dify on a no-KYC VPS for private LLM apps and RAG pipelines. Discord Bot VPS Host Discord bots 24/7 on an anonymous VPS. discord.js, discord.py, JDA, anything. No KYC. Encrypted VPS Full-disk-encrypted VPS in Montreal on owned hardware. Flowise VPS Self-host Flowise to build LLM apps, chatbots, and agents with a visual drag-and-drop UI. Forex VPS Low-latency VPS for forex trading and MT4/MT5 EAs. FreeBSD VPS Anonymous FreeBSD VPS on owned hardware, no KYC, crypto accepted. Gaming VPS Low-latency VPS for game servers and dedicated lobbies. Gitea / Forgejo VPS Self-host Gitea or Forgejo on a no-KYC VPS. A lightweight GitHub alternative with full Actions support. Hermes Agent VPS Self-host Hermes Agent 24/7 on a no-KYC VPS, anonymous signup, crypto accepted. Immich VPS Self-host Immich to replace Google Photos with AI search, face recognition, and mobile auto-upload. LibreChat VPS Self-host LibreChat on a no-KYC VPS as a private multi-provider chat UI. Mastodon VPS Run a self-hosted Mastodon instance on your own VPS. Federated, ad-free, no algorithmic feed. Matrix Synapse VPS Self-host a Matrix Synapse server. End-to-end encrypted, federated chat, voice, and video. Minecraft Server VPS Host a Minecraft server (Vanilla, Paper, Fabric, Forge) on an anonymous VPS. Full root, no KYC. n8n VPS Self-host n8n on a no-KYC VPS for unlimited workflows, no n8n Cloud bill. Nextcloud VPS Self-host Nextcloud to replace Google Drive, Docs, Photos, Calendar, and Contacts with one private suite. Ollama VPS Self-host Ollama on a no-KYC VPS for a private LLM API endpoint. Open WebUI VPS Self-host Open WebUI as a private ChatGPT alternative on a no-KYC VPS. OpenBSD VPS Anonymous OpenBSD 7.8 VPS with full root access on owned hardware. OpenClaw VPS Run an OpenClaw AI assistant gateway 24/7 on a no-KYC VPS. Pi-hole VPS Run Pi-hole on a VPS to block ads and trackers across every device, including phones on mobile data. Plausible Analytics VPS Self-host Plausible Analytics on your own VPS. Cookieless, GDPR-compliant Google Analytics alternative. Scraping VPS Web scraping VPS with no KYC, fast IP rotation, and crypto payments. Telegram Bot VPS Host Telegram bots 24/7 on an anonymous VPS. Long-poll or webhook. aiogram, Telegraf, anything. Tor Relay & Bridge VPS Run a Tor middle relay or obfs4 bridge on a privacy-friendly VPS. Help users in censored regions reach the open internet. VPN VPS Self-hosted VPN VPS for personal WireGuard or OpenVPN endpoints. WireGuard VPS Self-host a WireGuard VPN on a dedicated VPS. Faster than commercial VPNs, no shared IP, no logs.