This is part of the VPS Installation Guide!
Do not proceed if you are not using the recommendations from the Introduction step!
In this step, we assume that you already have a VPS and domain. Let's proceed to setup the server control panel. This panel will be used to manage the entire server such as SSL, Databases and many more.
You can use your preferred SSH client for this. If you are using windows, we recommend using PuTTY SSH client.
Using the VPS credentials you receive, login to your VPS:

Replace "SERVER_IP" with your actual VPS IP address then press "Open".
The first time you login, you will be greeted with security alert, click "Accept":

Type "root" then press enter, then type your root password then press enter to proceed:

After that you should see your VPS welcome message.
Run the following command and wait:
sudo apt -y update && sudo apt -y upgradeRun this command and wait:
wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.shNow run this command and wait:
Replace "yourzenderdomain.com" with your actual domain. Replace "[email protected]" with your email and "adminpassword" with your preferred password.
bash hst-install.sh --hostname 'server.yourzenderdomain.com' --username 'admin' --email '[email protected]' --password 'adminpassword' --multiphp '8.3,8.4' --api no --forceWhen you are asked to continue, type "y" then press enter:

You will then be asked to press enter to reboot, do it then close the terminal:

Wait until your VPS is done with reboot then go to https://server.yourzenderdomain.com:8083
Proceed to the next step.