Installation
I use DigitalOcean on this demo.
- Click Access
- On Droplet Console, click Launch Droplet Console.
- Upgrade you system by this command:
sudo apt update && sudo apt upgrade -y
- Install
wget
for downloading.
sudo apt install wget curl -y
- Download the installation script:
wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh
- Run the installation script:
chmod +x install.sh
bash install.sh
After the installation, you will see login information. Login into your aaPanel using that login information.
No Comments