Доработка hestiacp для rpm
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alexey Berezhok 9d93d56a05
Added document fixes
7 months ago
bin Added document fixes 7 months ago
docs Added document fixes 7 months ago
func Move from putey.net to brepo.ru 8 months ago
install Move to hestiaip 8 months ago
src Fixed firewall rules restoring on system reboot 7 months ago
test Move from putey.net to brepo.ru 8 months ago
web Added document fixes 7 months ago
CHANGELOG.md Added document fixes 7 months ago
CONTRIBUTING.md Added document fixes 7 months ago
LICENSE Initial 1 year ago
README.md Added document fixes 7 months ago
SECURITY.md Initial 1 year ago
build.js Initial 1 year ago
crowdin.yml Initial 1 year ago
hestiacp-rpm Added support build RPM under MSVSphere 9 1 year ago
package-lock.json Initial 1 year ago
package.json Added document fixes 7 months ago
renovate.json Initial 1 year ago

README.md

Hestia Control Panel

Lightweight and powerful control panel for the modern web

Original project: | View Changelog | HestiaCP.com | Documentation | Forum

RPM support project: | Documentation for version with RPM support

Welcome!

Hestia Control Panel is designed to provide administrators an easy to use web and command line interface, enabling them to quickly deploy and manage web domains, mail accounts, DNS zones, and databases from one central dashboard without the hassle of manually deploying and configuring individual components or services.

Features and Services

  • Apache2 and NGINX with PHP-FPM
  • Multiple PHP versions (5.6 - 8.2, 8.0 as default)
  • DNS Server (Bind) with clustering capabilities
  • POP/IMAP/SMTP mail services with Anti-Virus, Anti-Spam, and Webmail (ClamAV, SpamAssassin, Sieve, Roundcube)
  • MariaDB/MySQL and/or PostgreSQL databases
  • Let's Encrypt SSL support with wildcard certificates
  • Firewall with brute-force attack detection and IP lists (iptables, fail2ban, and ipset).

Supported platforms and operating systems

  • MSVSphere: 9
  • AlmaLinux: 9
  • RockyLinux: 9

Currently stayed support of Debian and Ubuntu, but new functional will be available only for RPM based systems. For full supportin of Debian and Ubuntu use original HestiaCP

NOTES:

  • Hestia Control Panel does not support 32 bit operating systems!
  • Hestia Control Panel in combination with OpenVZ 7 or lower might have issues with DNS and/or firewall. If you use a Virtual Private Server we strongly advice you to use something based on KVM or LXC!

Installing Hestia Control Panel

  • NOTE: You must install Hestia Control Panel on top of a fresh operating system installation to ensure proper functionality.

While we have taken every effort to make the installation process and the control panel interface as friendly as possible (even for new users), it is assumed that you will have some prior knowledge and understanding in the basics how to set up a Linux server before continuing.

Step 1: Log in

To start the installation, you will need to be logged in as root or a user with super-user privileges. You can perform the installation either directly from the command line console or remotely via SSH:

ssh root@your.server

Step 2: Download

Download the installation script for the latest release:

wget https://dev.brepo.ru/bayrepo/hestiacp/raw/branch/master/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:

yum update

Step 3: 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.

Custom installation

You may specify a number of various flags during installation to only install the features in which you need. To view a list of available options, run:

bash hst-install.sh -h

How to upgrade an existing installation

Automatic Updates are enabled by default on new installations of Hestia Control Panel and can be managed from Server Settings > Updates. To manually check for and install available updates, use the system package manager:

dnf update

Issues & Support Requests

  • If you encounter a general problem while using Hestia Control Panel for RPM based system use issue report

For original HestiaCP for Debian and Ubuntu use original version:

See original copyright of HestiaCP

License

Hestia Control Panel is licensed under GPL v3 license, and is based on the VestaCP project.