Step 1: Log in
Step 2: Update exist system
apt update && apt upgrade -y
Step 3: Download
Download the installation script for the latest release:
wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh
If the download fails due to an SSL validation error, please be sure you’ve installed the ca-certificate package on your system – you can do this with the following command:
apt-get update && apt-get install ca-certificates
Step 4: Run
To begin the installation process, simply run the script and follow the on-screen prompts:
bash hst-install.sh
You will receive a welcome email at the address specified during installation (if applicable) and on-screen instructions after the installation is completed to log in and access your server.