dokploy-docs
Installation
SKILL.md
Dokploy
Dokploy is a stable, easy-to-use, open-source deployment platform designed to simplify application management. A free self-hostable alternative to Heroku, Vercel, and Netlify, leveraging Docker and Traefik.
Quick Start
# Install Dokploy on your VPS (requires ports 80, 443, 3000 free)
curl -sSL https://dokploy.com/install.sh | sh
After installation, open http://your-server-ip:3000 to create your admin account and start deploying.
Installation
# Standard installation
curl -sSL https://dokploy.com/install.sh | sh
Related skills