Setup Control Panel

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.

Login to SSH Terminal

Setup Commands

sudo apt -y update && sudo apt -y upgrade
wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh

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 --force