Hestia - установка панели на KVM VPS или выделенный сервер: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Перейти к:навигация, поиск
Строка 11: Строка 11:
 
Установка '''hestiacp''' (форк известной панели VestaCP) панели на Debian/Ubuntu:
 
Установка '''hestiacp''' (форк известной панели VestaCP) панели на Debian/Ubuntu:
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
# wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh
+
# wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh
# apt-get update && apt-get install ca-certificates
+
# apt-get update && apt-get install ca-certificates
# bash hst-install.sh -c no -v no -j yes -o yes -r 1717 -s test.net -e [email protected]
+
# bash hst-install.sh -c no -v no -j yes -o yes -r 1717 -s test.net -e [email protected]
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 
либо с паролем admin:
 
либо с паролем admin:
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
  # bash hst-install.sh -c no -v no -j yes -o yes -r 1717 -s test.net -e [email protected] -p my_pass
+
# bash hst-install.sh -c no -v no -j yes -o yes -r 1717 -s test.net -e [email protected] -p my_pass
 
</syntaxhighlight>
 
</syntaxhighlight>
  

Версия 08:51, 1 декабря 2020

Доступная цена

HestiaCP - установка панели на KVM VPS или выделенный сервер

Основной сайт проекта https://hestiacp.com/
Код на github: https://github.com/hestiacp/hestiacp/
Список изменений в новых версиях: https://github.com/hestiacp/hestiacp/blob/main/CHANGELOG.md

Ntask done.png Hestia 1.3.0 - список изменений

Установка hestiacp (форк известной панели VestaCP) панели на Debian/Ubuntu:

# wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh
# apt-get update && apt-get install ca-certificates
# bash hst-install.sh -c no -v no -j yes -o yes -r 1717 -s test.net -e [email protected]

либо с паролем admin:

# bash hst-install.sh -c no -v no -j yes -o yes -r 1717 -s test.net -e [email protected] -p my_pass

Из дополнительных опций:

-r, --port  Ставим 1717
 -c, --clamav Install ClamAV Ставим no
 -o, --multiphp Install Multi-PHP  Ставим yes
 -v, --vsftpd Install Vsftpd Ставим no
 -j, --proftpd Install ProFTPD Ставим yes
 -s test.net - Ваш домен или просто hostname сервера
 -e [email protected] - Ваш email
 -p, --password        задать пароль admin пользователя


Из особенностей панели, которые отличают ее от VestaCP

Поддержка SFTP chroot jails (можно зайти под локальным пользователем)
Поддержка дополнительных IP для web/mail/dns
Поддержка сразу нескольких версий PHP:
php5.6 (EOL)
php7.0 (EOL)
php7.1 (EOL)
php7.2
php7.3
php7.4
Поддержка установки SSL сертификатов для каждого домена исходящей/входящей почты (exim4, dovecot, webmail)
Поддержка SSL Let's Encrypt сертификатов для WEB и EMAIL доменов
Двухфакторная авторизация 2FA

Протестирована успешная установка 24.04.2020 на Ubuntu 18.04 bionic. По-умолчанию, установлено такое ПО

PHP 7.3.17-1+ubuntu18.04.1+deb.sury.org+1
 mariadb-server 10.4.12
 exim4 4.90.1

Протестирована успешная установка 24.04.2020 на Debian 10 buster. По-умолчанию, установлено такое ПО:

PHP 7.3.17-1+0~20200419.57+debian10~1.gbp0fda17
 mariadb-server-10.4
 exim4  4.92-8

Протестирована успешная установка 08.05.2020 на Ubuntu 16.04.6 LTS (Xenial Xerus). По-умолчанию, установлено такое ПО:

PHP 7.3.17-1+ubuntu16.04.1+deb.sury.org+1
 10.4.12-MariaDB
  exim4 4.86.2

Протестирована успешная установка 08.05.2020 на Ubuntu 20.04 LTS (focal). По-умолчанию, установлено такое ПО:

PHP 7.3.20-1+ubuntu20.04.1+deb.sury.org+1
 10.4.13-MariaDB-1:10.4.13+maria~focal
 exim4  - 4.93

Скриншоты панели hestiacp:

Hestiacp-1-screenshot.png