Skip to main content

Installation

I use DigitalOcean on this demo.

  1. Click Access
  2. On Droplet Console, click Launch Droplet Console.
  3. Upgrade you system by this command:
sudo apt update && sudo apt upgrade -y
  1. Install wget for downloading.
sudo apt install wget curl -y
  1. Download the installation script:
wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh
  1. Run the installation script:
chmod +x install.sh
bash install.sh