vaultwarden

Administer self-hosted Vaultwarden deployments via Docker and environment configuration.

6|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill vaultwarden
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vaultwarden
Source: https://github.com/L3DigitalNet/Claude-Code-Plugins/tree/main/plugins/linux-sysadmin/skills/vaultwarden
Command: npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill vaultwarden

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the administration and maintenance of a self-hosted Vaultwarden password manager instance, ensuring its security and availability.

Core Features & Use Cases

  • Docker Deployment & Management: Handles container status, logs, restarts, and updates.
  • Configuration & Security: Guides through environment variable setup, admin panel activation, and user management.
  • Backup & Restore: Provides commands for backing up and restoring Vaultwarden data.
  • Troubleshooting: Offers solutions for common issues like connectivity, email delivery, and database errors.
  • Use Case: You need to enable the admin panel for your Vaultwarden instance, generate an admin token, and then disable new user signups.

Quick Start

Use the vaultwarden skill to check the container status and view the live logs.

Frequently Asked Questions about vaultwarden

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy Vaultwarden using Docker and configure the environment variables?

To deploy Vaultwarden using Docker, run the container image and configure environment variables for settings like admin panel access and SMTP integration. Docker command-line operations manage container status, logs, and updates.

What is the best way to backup and restore a self-hosted Vaultwarden password manager instance?

The best way to backup and restore Vaultwarden is by using specific Docker commands to copy and secure the database files. This ensures your self-hosted password manager data remains available and recoverable.

Why is my Vaultwarden SMTP email delivery not working for new user signups?

Vaultwarden SMTP email delivery failures usually occur due to incorrect environment variable configuration or reverse proxy setup. Troubleshooting requires checking SMTP integration settings and container logs for connectivity errors.

Do I need Docker and command-line knowledge to manage a Vaultwarden self-hosted deployment?

Yes, managing a Vaultwarden self-hosted deployment requires Docker and basic command-line knowledge to execute container operations, configure environment variables, and perform backup and restore procedures.

How do I enable the Vaultwarden admin panel and disable new user signups?

To enable the Vaultwarden admin panel, you must generate an admin token and set it via environment variables. Once inside the admin panel, you can configure user management settings to disable new user signups.

Can I use a reverse proxy with Vaultwarden for secure self-hosted password management?

Yes, you can set up a reverse proxy with Vaultwarden for secure self-hosted password management. The configuration process guides you through reverse proxy setup alongside Docker deployment and environment variable tuning.