Wednesday, February 5, 2025

Hestia CP

 Hestia CP

Log in to your server as root, either directly or via SSH: ssh root@your.server and download the installation script:


then run the following command, autogenerated based on the options you have chosen above:


apt-get update & apt-get upgrade


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


sudo bash hst-install.sh --apache yes --phpfpm yes --multiphp yes --vsftpd yes --proftpd no --named yes --mysql no --mysql-classic yes --postgresql no --exim yes --dovecot yes --sieve no --clamav no --spamassassin no --iptables yes --fail2ban yes --quota no --api yes --interactive yes --password no --with-debs no  --port '8083' --hostname 'vds1327503.hosted-by-itldc.com' --email 'dz888@ukr.net' --lang 'en'  --force 




                _   _           _   _        ____ ____


               | | | | ___  ___| |_(_) __ _ / ___|  _ \


               | |_| |/ _ \/ __| __| |/ _` | |   | |_) |


               |  _  |  __/\__ \ |_| | (_| | |___|  __/


               |_| |_|\___||___/\__|_|\__,_|\____|_|




                          Hestia Control Panel


                                  1.8.11


                            www.hestiacp.com




========================================================================




Thank you for downloading Hestia Control Panel! In a few moments,


we will begin installing the following components on your server:




   - NGINX Web / Proxy Server


   - Apache Web Server (as backend)


   - Multi-PHP Environment


   - Bind DNS Server


   - Exim Mail Server


   - Dovecot POP3/IMAP Server


   - MySQL8 Database Server


   - Vsftpd FTP Server


   - Firewall (iptables) + Fail2Ban Access Monitor




========================================================================


No comments:

Post a Comment

LAMP+PHP 5.6

sudo apt update sudo apt install apache2 -y sudo apt-key adv --fetch-keys 'https://mariadb.org/mariadb_release_signing_key.asc' sudo...