Fără Descriere

Jaap Marcus 86f5bcbb56 Update translations 2 ani în urmă
.github e5ff339137 Update crowdin/github-action digest to 6a189cf (#4010) 2 ani în urmă
.husky f07b858961 Switch from Yarn v3 to npm (#3675) 2 ani în urmă
.vscode 50d5265e25 Add Renovate config (#3824) 2 ani în urmă
bin 75e13bd07d fix/time and date variables in v-change-user-package (#4008) 2 ani în urmă
docs 6e521fb586 Update exim.conf 2 ani în urmă
func 96c51ce258 Fix #3990 (#3993) 2 ani în urmă
install 1e98096921 Fix/xss vulnrebility (#4013) 2 ani în urmă
src c086719bb2 Update all non-major dependencies (#4011) 2 ani în urmă
test 96c51ce258 Fix #3990 (#3993) 2 ani în urmă
web 86f5bcbb56 Update translations 2 ani în urmă
.drone.yml e49bf36a23 Do not build twice (#4003) 2 ani în urmă
.editorconfig fe985ed3a0 Refactoring (#3158) 3 ani în urmă
.eslintignore f07b858961 Switch from Yarn v3 to npm (#3675) 2 ani în urmă
.eslintrc.cjs c151710b8c Remove typescript from the project for simplicity (#3821) 2 ani în urmă
.gitignore f07b858961 Switch from Yarn v3 to npm (#3675) 2 ani în urmă
.gitmodules fe4e3bbe80 [Testing/CI] Added 'bats' test system for bash 5 ani în urmă
.lintstagedrc.cjs 0558141712 Remove most unused JavaScript, modernized it and add Alpinejs (#3096) 3 ani în urmă
.markdownlint-cli2.cjs a6da0064a9 Switch to CJS for markdownlint config (#3115) 3 ani în urmă
.prettierignore 87a0a3eaa2 Feature Deb12 Support (#3661) 2 ani în urmă
.prettierrc.cjs 68b9ab1508 Update Linters (#3897) 2 ani în urmă
.stylelintignore f07b858961 Switch from Yarn v3 to npm (#3675) 2 ani în urmă
.stylelintrc.cjs cd30ed38bd Update stylelint and vitepress (#3256) 3 ani în urmă
CHANGELOG.md 8aa24605a8 Update CHANGELOG.md (#3958) 2 ani în urmă
CONTRIBUTING.md f07b858961 Switch from Yarn v3 to npm (#3675) 2 ani în urmă
LICENSE 6fa8db714a Rename LICENSE.txt to LICENSE 10 ani în urmă
README.md 2d78854557 Update versions release 2 ani în urmă
SECURITY.md c135987177 Bump DavidAnson/markdownlint-cli2-action from 9 to 10 (#3516) 2 ani în urmă
build.js 03c1d88762 Add web terminal (#3859) 2 ani în urmă
crowdin.yml e0c72930d3 Update crowdin.yml 2 ani în urmă
package-lock.json c086719bb2 Update all non-major dependencies (#4011) 2 ani în urmă
package.json c086719bb2 Update all non-major dependencies (#4011) 2 ani în urmă
renovate.json a0b72420cd Group some dependencies and fix branch prefix (#3851) 2 ani în urmă

README.md

Hestia Control Panel

HestiaCP Web Interface screenshot

Lightweight and powerful control panel for the modern web

Latest stable release: Version 1.8.6 | View Changelog

HestiaCP.com | Documentation | Forum

Drone Status Lint Status

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.

Donate

paypal

Bitcoin : bc1q48jt5wg5jaj8g9zy7c3j03cv57j2m2u5anlutu
Ethereum : 0xfF3Dd2c889bd0Ff73d8085B84A314FC7c88e5D51
Binance: bnb1l4ywvw5ejfmsgjdcx8jn5lxj7zsun8ktfu7rh8
Smart Chain: 0xfF3Dd2c889bd0Ff73d8085B84A314FC7c88e5D51

Features and Services

  • Apache2 and NGINX with PHP-FPM
  • Multiple PHP versions (5.6 - 8.2, 8.1 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

  • Debian: 12, 11, or 10
  • Ubuntu: 22.04 LTS, 20.04 LTS

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://raw.githubusercontent.com/hestiacp/hestiacp/release/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:

apt-get update && apt-get install ca-certificates

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

Alternatively, You can use https://hestiacp.com/install.html which allows you to easily generate the installation command via GUI.

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 apt package manager:

apt-get update
apt-get upgrade

Issues & Support Requests

  • If you encounter a general problem while using Hestia Control Panel and need help, please visit our forum to search for potential solutions or post a new thread where community members can assist.
  • Bugs and other reproducible issues should be filed via GitHub by creating a new issue report so that our developers can investigate further. Please note that requests for support will be redirected to our forum.

IMPORTANT: We cannot provide support for requests that do not describe the troubleshooting steps that have already been performed, or for third-party applications not related to Hestia Control Panel (such as WordPress). Please make sure that you include as much information as possible in your forum posts or issue reports!

Contributions

If you would like to contribute to the project, please read our Contribution Guidelines for a brief overview of our development process and standards.

Copyright

"Hestia Control Panel", "HestiaCP", and the Hestia logo are original copyright of hestiacp.com and the following restrictions apply:

You are allowed to:

  • use the names "Hestia Control Panel", "HestiaCP", or the Hestia logo in any context directly related to the application or the project. This includes the application itself, local communities and news or blog posts.

You are not allowed to:

  • sell or redistribute the application under the name "Hestia Control Panel", "HestiaCP", or similar derivatives, including the use of the Hestia logo in any brand or marketing materials related to revenue generating activities,
  • use the names "Hestia Control Panel", "HestiaCP", or the Hestia logo in any context that is not related to the project,
  • alter the name "Hestia Control Panel", "HestiaCP", or the Hestia logo in any way.

License

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