hestiacp

Hestia Control Panel | A lightweight and powerful control panel for the modern web.

Github星跟踪图

Hestia Control Panel

Current stable release: Version 1.0.6, released on September 26th, 2019.
Current development release: Version 1.1.0, release date yet to be determined.

Please read this, before you start!

HestiaCP is not an autopilot for your server. Hestia is a tool to enable various hosting related settings via a web interface.

We assume that you are familiar with the basics of server administration, as well as knowledge about setting up and managing hosting applications. This means we assume that even without Hestia you would be able to set up a LAMP stack and manage your email, but are looking for a tool to simplify these tasks.

We cannot provide support for requests that do not describe in detail the troubleshooting you have already done or that clearly show a lack of will and knowledge to solve the problem.

We're looking for some extra hands on deck!

Are you a software developer, tester, or have experience in writing documentation or guides? Do you have some spare time to contribute and want to help further the development of Hestia Control Panel?Please send an email to info@hestiacp.com with a quick outline of your previous experience in any of these areas or where you think you could help on the project and we'll reach out to discuss with you further.

As always we welcome all feedback and contributions!

Sincerely,
The Hestia Control Panel development team

What is Hestia Control Panel?

  • An open source web server control panel with an easy-to-use interface.
  • A lightweight alternative to cPanel, Plesk, etc.

What does Hestia Control Panel support?

  • Standard Web Server (Apache/NGINX) with PHP
  • PHP Web Application Server (NGINX + PHP-FPM)
  • Multiple PHP versions (5.6 - 7.3)
  • DNS Server (Bind) with clustering capabilities
  • Mail Server (Exim/Dovecot) with Anti-Virus and Anti-Spam (ClamAV and SpamAssassin)
  • Database functionality (MariaDB/PostgreSQL)
  • Let's Encrypt SSL with wildcard certificates

Supported operating systems:

  • Debian 8 or 9
  • Ubuntu 16.04 LTS or Ubuntu 18.04 LTS (the latest LTS release is recommended)
  • NOTE: Hestia Control Panel must be installed on top of a fresh operating system installation to ensure proper functionality.

Installing Hestia Control Panel

Step 1: Log in

To install Hestia Control Panel on your server, you will need to be logged in as root or a user with super-user privileges in order to continue. 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.

Additional installation notes:

To perform an unattended installation using the default options:

bash hst-install.sh -f -y no -e <email> -p <password> -s <hostname>

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, @gabizz has made available a command-line script generator at https://gabizz.github.io/hestiacp-scriptline-generator/ which allows you to easily generate the installation command via GUI. (Please note that this generator still references the master branch, which is not intended for production use - see development builds below.)

Installing & testing development builds

In order to install a development build based on the latest published code, you should first have an instance of Hestia Control Panel set up. If you do not have a server configured, please install the latest stable build using the instructions above before continuing.

PLEASE NOTE: Development builds should not be installed on systems with live production data without understanding the potential risks involved.

To install a development build, first ensure that you have the latest Git upgrade script installed which handles new dependencies added after the 1.0.x branch:

wget -O $HESTIA/bin/v-update-sys-hestia-git https://raw.githubusercontent.com/hestiacp/hestiacp/master/bin/v-update-sys-hestia-git
chmod +x $HESTIA/bin/v-update-sys-hestia-git

Then run the following command:

v-update-sys-hestia-git branchname

Replace branchname with the name of the branch you wish to install from, such as release or master (stable and current development branches, respectively).

Reporting Issues

If you've run into an issue with Hestia Control Panel, please let us know as soon as possible so that we may investigate further and resolve any issues in a timely manner.

Bug reports can be filed using GitHub's Issues feature.

Contributions

If you would like to contribute to the project, please read our submission guidelines for a brief overview of our development processes and standards.

Donations

Hestia Control Panel is open source and completely free for everyone to use.

If you would like to help our developers cover their time and infrastucture costs, or to support the Hestia Control Panel project as a whole, please consider making a donation via PayPal or become a sponsor.

paypal

License

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

主要指标

概览
名称与所有者hestiacp/hestiacp
主编程语言Shell
编程语言Shell (语言数: 7)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2018-11-07 21:02:45
推送于2025-06-10 02:49:15
最后一次提交
发布数95
最新版本名称1.9.3 (发布于 )
第一版名称0.9.8-28 (发布于 )
用户参与
星数3.8k
关注者数98
派生数754
提交数12.5k
已启用问题?
问题数2140
打开的问题数248
拉请求数2461
打开的拉请求数29
关闭的拉请求数366
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?