Hestia cp Install


     The Hestia Control Panel is a popular and powerful web hosting control panel that can be installed on Ubuntu. Here are the steps to install the Hestia Control Panel on Ubuntu:

(You can copy commends, and if you’re using Putty, just right click to paste them into the terminal.)

1. First, update your Ubuntu system to ensure that all packages are up to date. Open a terminal window and run the following commands:

sudo apt update && sudo apt upgrade -y

2. Change to sudo

sudo su -

3. Once your system is up to date, install the Hestia Control Panel repository by running the following command:

wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh 

4. Important - CHANGE THE NEXT LINE TO USE YOUR OWN DETAILS, recommend using a subdomain like 'server/hcp/mycp' for your panel as I've done here:

You’ll need to change some parts to match your own details for email (admin@your_domain.com), password (your@password) and hostname (server.your_domain.com). I’d recommend using a sub-domain like ‘server/hcp/mycp’ for your panel as I’ve done here.

bash hst-install.sh --interactive no --email admin@domain.com --password my123password --hostname server.domain.com -f

4. After the installation is complete, reboot:

reboot

you can access the Hestia Control Panel by navigating to your server's IP address in your web browser, followed by :8083. For example, if your server's IP address is 192.168.1.100, you would navigate to http://192.168.1.100:8083 in your web browser.

Finally, log in to the Hestia Control Panel using the admin username and password you set during the installation process.


To internet... setup the port for your network After installing, the ports you’ll need to add to your ingress rules are here:

8083,80,443,143,993,110,995,22,25,465,587

That's it! You should now have the Hestia Control Panel installed and ready to use on your Ubuntu server.

Previous Post Next Post