README > VPS Infra > Dokploy Install
โ Docker Install | Claude Code โ
curl -sSL https://dokploy.com/install.sh | sh- Open the Dokploy web interface via the URL shown at the end of the install script (e.g.,
http://<vps-ip-address>:3000) - Create an admin account
- Go to Settings > Web Server > Server Domain:
- Domain:
dokploy.your-domain.com - Let's Encrypt Email:
hello@your-domain.com - HTTPS: toggle on
- Certificate Provider: Let's Encrypt
- Click Save
- Domain:
- Enable the VPS firewall from the Hostinger panel โ see Firewall Config
- Reboot the VPS
- Access Dokploy at
https://dokploy.your-domain.com
Settings > Web Server > Web Server: enable "Daily Docker Cleanup".
Dokploy projects are located in /etc/dokploy/compose.
Each compose folder contains:
code/โ Git repository clone with the.envgenerated by Dokployfiles/โ persistent volume data between builds
Create symlinks for quick access from both users:
# From ubuntu user
ln -s /etc/dokploy/compose ~/projects
sudo ln -s /etc/dokploy/compose /root/projectsAPI documentation: https://dokploy.your-domain.com/swagger
Generate an API token: Dokploy > Profile > API/CLI Keys > Generate New Token.