Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 666 Bytes

File metadata and controls

22 lines (17 loc) · 666 Bytes

Setup Dokploy

Prerequisites

  • A Ubuntu Server: A Preconfigured Ubuntu Server with Access to it. Need help? Check out Setup Ubuntu Server.

Step 1: Install Dokploy

  1. Update your system:
sudo apt update && sudo apt upgrade -y
  1. Install Dokploy:
curl -sSL https://dokploy.com/install.sh | sh
  1. Access Dokploy at http://your-ip-from-your-vps:3000.

Step 2: Initial Configuration

Create an Admin Account: Fill in the necessary details to set up your administrator account. This account will be the admin account for Dokploy.
Dokploy Setup