|
@@ -1,13 +1,30 @@
|
|
|
-[HestiaCP Control Panel](https://www.hestiacp.com/)
|
|
|
|
|
|
|
+[Hestia Control Panel](https://www.hestiacp.com/)
|
|
|
==================================================
|
|
==================================================
|
|
|
|
|
|
|
|
-**Hestia Control Panel is in Beta Release, please be careful if you decide to use it in production systems and report any bugs you might find.**
|
|
|
|
|
|
|
+Disclaimer
|
|
|
|
|
+----------------------------
|
|
|
|
|
+**Hestia Control Panel is in active development and has been made available as a pre-release beta.**<br>
|
|
|
|
|
+**Please use caution if you choose to use this software in a production environment.**
|
|
|
|
|
|
|
|
|
|
+What is Hestia Control Panel?
|
|
|
|
|
+----------------------------
|
|
|
* HestiaCP is a fork of VestaCP.
|
|
* HestiaCP is a fork of VestaCP.
|
|
|
* Main purpose of HestiaCP is to be more secure, better optimized and up to date.
|
|
* Main purpose of HestiaCP is to be more secure, better optimized and up to date.
|
|
|
-* HestiaCP is an open source, lightweight hosting control panel.
|
|
|
|
|
-* HestiaCP has a clean and focused interface without the clutter.
|
|
|
|
|
-* HestiaCP has the latest of very innovative technologies.
|
|
|
|
|
|
|
+* An open source web server control panel with an easy-to-use interface.
|
|
|
|
|
+* A lightweight alternative to cPanel, Plesk, etc.
|
|
|
|
|
+
|
|
|
|
|
+What roles does Hestia Control Panel support?
|
|
|
|
|
+----------------------------
|
|
|
|
|
+* Web (Apache/NGINX) with PHP
|
|
|
|
|
+* DNS (BIND)
|
|
|
|
|
+* Mail (Dovecot/Exim) with virus and spam filtering (via ClamAV/SpamAssassin respectively)
|
|
|
|
|
+* SQL (MariaDB or PostgreSQL)
|
|
|
|
|
+
|
|
|
|
|
+System Requirements
|
|
|
|
|
+----------------------------
|
|
|
|
|
+* Debian 8 or 9
|
|
|
|
|
+* Ubuntu 16.04 LTS or Ubuntu 18.04 LTS
|
|
|
|
|
+* **NOTE:** Hestia Control Panel must be installed on a clean operating system to ensure proper functionality.
|
|
|
|
|
|
|
|
How to install
|
|
How to install
|
|
|
----------------------------
|
|
----------------------------
|
|
@@ -15,7 +32,6 @@ Connect to your server as root via SSH
|
|
|
```bash
|
|
```bash
|
|
|
ssh root@your.server
|
|
ssh root@your.server
|
|
|
```
|
|
```
|
|
|
-
|
|
|
|
|
Download the installation script:
|
|
Download the installation script:
|
|
|
```bash
|
|
```bash
|
|
|
wget https://raw.githubusercontent.com/hestiacp/hestiacp/master/install/hst-install.sh
|
|
wget https://raw.githubusercontent.com/hestiacp/hestiacp/master/install/hst-install.sh
|
|
@@ -24,7 +40,11 @@ Then run it:
|
|
|
```bash
|
|
```bash
|
|
|
bash hst-install.sh
|
|
bash hst-install.sh
|
|
|
```
|
|
```
|
|
|
-or check the additional configuration commands:
|
|
|
|
|
|
|
+To perform an unattended installation with the default options:
|
|
|
|
|
+```bash
|
|
|
|
|
+bash hst-install-ubuntu.sh -f -y no -e <email> -p <password> -s <hostname>
|
|
|
|
|
+```
|
|
|
|
|
+For additional installation options:
|
|
|
```bash
|
|
```bash
|
|
|
bash hst-install.sh -h
|
|
bash hst-install.sh -h
|
|
|
```
|
|
```
|
|
@@ -35,6 +55,6 @@ HestiaCP is licensed under [GPL v3](https://github.com/hestiacp/hestiacp/blob/ma
|
|
|
|
|
|
|
|
Donations
|
|
Donations
|
|
|
----------------------------
|
|
----------------------------
|
|
|
-Hestia is open source, completely free to use and will stay free forever! If you like to donate something for our work and to help cover the expenses of our infrastructure, you can do this through PayPal:
|
|
|
|
|
|
|
+Hestia Control Panel is open source and completely free for all to use and enjoy!<br>If you would like to make a donation to help cover development and infrastructure costs, you may do so via PayPal:
|
|
|
|
|
|
|
|
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ST87LQH2CHGLA)
|
|
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ST87LQH2CHGLA)
|