Nessuna descrizione

Robert Zollner 9ae4cc5163 Add upgrade procedure from webtpl multiphp to multi php-fpm backend 6 anni fa
bin 9ae4cc5163 Add upgrade procedure from webtpl multiphp to multi php-fpm backend 6 anni fa
func 9ae4cc5163 Add upgrade procedure from webtpl multiphp to multi php-fpm backend 6 anni fa
install 9ae4cc5163 Add upgrade procedure from webtpl multiphp to multi php-fpm backend 6 anni fa
src 1def183de2 Change path to theme files for compilation 6 anni fa
test b46e6d2f32 Add nginx reverse proxy instructions 6 anni fa
web b32b70d3d8 UI/Style: re-align timestamp notification and empty panel 6 anni fa
.gitignore 03e71ce0a2 Update .gitignore - do not include Visual Studio folders/files. 6 anni fa
CHANGELOG.md a7ed4c8097 Add changelog for demo mode and fix v-delete-user-notification check. 6 anni fa
CONTRIBUTING.md 8f77344d69 Updates to Readme, Issue Template, and Contribution Guidelines 6 anni fa
ISSUE_TEMPLATE.md 8f77344d69 Updates to Readme, Issue Template, and Contribution Guidelines 6 anni fa
LICENSE 6fa8db714a Rename LICENSE.txt to LICENSE 10 anni fa
README.md 59bdcbbd0d Add open call for beta testers to README.md 6 anni fa

README.md

Hestia Control Panel

Current stable release: Version 1.0.4, released on July 9th, 2019.

Wanted: Beta testers!

We're currently looking for people who would be willing to help us test development builds as we continue work on the project. If you have previous experience in software testing or development, awesome! If not, now is a great chance to get started.

If you're interested, please send us an e-mail at info@hestiacp.com, or get started today by installing a development build (see the instructions below) on a test server and send us your feedback through GitHub Issues.

We look forward to your feedback, and 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
  • 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

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.

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, run:

v-update-sys-hestia-git branchname

Replace branchname with the name of the branch you wish to install from, such as release, prerelease, or master (stable, beta/release candidate, and current development code 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.