Quick Start Guide¶
Get Dokploy up and running in under 10 minutes.
Prerequisites¶
- Linux server (Ubuntu/Debian/CentOS)
- 2GB+ RAM
- Root access
- Domain name (optional, for SSL)
Installation (5 minutes)¶
1. Install Dokploy¶
Wait for installation to complete (~5-10 minutes).
2. Access Dashboard¶
Open your browser:
Create your admin account with email and password.
Deploy Your First App (2 minutes)¶
From Docker Hub¶
- Create a project: "My App"
- Add application → Docker Image
- Configure:
- Click "Deploy"
From Git Repository¶
- Create a project
- Add application → Git
- Configure:
- Click "Deploy"
Add SSL Certificate (2 minutes)¶
- Point DNS A record to your server IP
- In application settings → Domains
- Add domain:
app.example.com - Wait for SSL certificate (1-2 minutes)
- Access:
https://app.example.com
Next Steps¶
- Getting Started Guide - Detailed instructions
- Traefik OVH DNS Setup - Wildcard certificates
- Deployment Examples - More examples
Total Time: ~10 minutes
You're ready to deploy! 🚀