Brak opisu

Kristan Kenney 78e8a1d7e2 Merge branch 'feature/2020-08_upgrade-script-fixes' into feature/2020-08_upgrade-script 5 lat temu
.github 153d791786 Create FUNDING.yml 5 lat temu
bin 2e35514edb Improvements to upgrade functions 5 lat temu
func 8a155688dc Change versioning scheme 5 lat temu
install 2e35514edb Improvements to upgrade functions 5 lat temu
src 8a155688dc Change versioning scheme 5 lat temu
test f08bf3931c Merge pull request #4 from vestacp-user/release_gen_pass 5 lat temu
web 2e35514edb Improvements to upgrade functions 5 lat temu
.gitignore 2cbea4e422 Ship composer.lock with the filemanager 5 lat temu
.gitmodules fe4e3bbe80 [Testing/CI] Added 'bats' test system for bash 5 lat temu
CHANGELOG.md 2e35514edb Improvements to upgrade functions 5 lat temu
CONTRIBUTING.md e655d934e7 Update Contribution Guidelines 5 lat temu
ISSUE_TEMPLATE.md 912d0ddd3f Docs: Updated Changelog, Contribution Guidelines and Issue Template 5 lat temu
LICENSE 6fa8db714a Rename LICENSE.txt to LICENSE 10 lat temu
README.md 0727ef9d5c Hestia Control Panel v1.2.1 5 lat temu
SECURITY.md 9c0f4c935d Add SECURITY.md 6 lat temu

README.md

Hestia screenshot

Hestia Control Panel

Latest stable release: Version 1.2.1 | View Changelog

Web: www.hestiacp.com
Documentation: docs.hestiacp.com
Forums: forum.hestiacp.com

paypal

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 - 7.4, 7.3 as default for optimal compatibility)
  • DNS Server (Bind) with clustering capabilities
  • POP/IMAP/SMTP mail services with Anti-Virus, Anti-Spam, and Webmail (ClamAV, SpamAssassin, and Roundcube)
  • MariaDB 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 operating systems

  • Debian 10, 9
  • Ubuntu 20.04 LTS, 18.04 LTS, or 16.04 LTS
  • NOTE: Hestia Control Panel must be installed on top of a fresh operating system installation to ensure proper functionality.

Installing Hestia Control Panel

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, @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.

Issues

If you've run into a problem, file a new issue report via GitHub so that we may investigate further.

We cannot provide support for requests that do not describe the troubleshooting steps that have already been performed, or for third-party applications which do not relate to Hestia Control Panel. Please make sure that you fill in the necessary details in your 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.