Encrypted Volumes
All data within the self-hosted Vault is stored on encrypted disk volumes. We recommend using LUKS on Linux or your provider’s native volume encryption (e.g., AWS EBS encryption) to ensure data-at-rest security.Firewall Configuration
Configure your host firewall (e.g.,ufw or iptables) to only allow traffic on necessary ports:
- Port 443: Inbound for the user dashboard and API.
- Port 6333: Internal communication only (Qdrant/Vector DB).
- Port 5432: Internal communication only (PostgreSQL).