Go beyond simple password management and secure your entire digital life. This tool provides a single, safe place for not just your passwords, but also for credit cards, sensitive documents, secret notes, and license keys. Your data is protected with end-to-end encryption, meaning only you can ever access it.
Organize all your critical information in one flexible vault:
Access your encrypted vault from anywhere, at any time. With apps for Windows, MacOS, iOS, Android, and all major browsers, your data is always synchronized and available across all your devices. Need to share access with others? Securely share passwords and documents with your family, coworkers, or clients with just a few clicks.
Built on a foundation of transparency, the platform is fully open-source and has been independently audited by security experts. This commitment to openness ensures you can trust the technology protecting your most sensitive information.
services:
server:
image: padloc/server:latest
container_name: padloc_server
restart: unless-stopped
ports:
- "3000:3000"
environment:
- PL_PWA_URL=http://localhost:8080
- PL_SERVER_URL=http://localhost:3000
- PL_DATA_DIR=/data
- PL_EMAIL_SERVER=${PL_EMAIL_SERVER}
- PL_EMAIL_PORT=587
- PL_EMAIL_USER=${PL_EMAIL_USER}
- PL_EMAIL_PASSWORD=${PL_EMAIL_PASSWORD}
- PL_EMAIL_FROM=${PL_EMAIL_FROM}
volumes:
- ./server-data:/data
pwa:
image: padloc/pwa:latest
container_name: padloc_pwa
restart: unless-stopped
ports:
- "8080:8080"
environment:
- PL_SERVER_URL=http://localhost:3000PL_EMAIL_SERVER=smtp.example.com
PL_EMAIL_USER=your_smtp_username
PL_EMAIL_PASSWORD=your_super_secret_smtp_password
PL_EMAIL_FROM=padloc@example.comAuto-fetched about 21 hours ago
Auto-fetched about 21 hours ago