HestiaCP là bảng quản trị Web mã nguồn mở dành cho VPS, nó rất nhanh, rất nhẹ, rất mượt, hơi nghèo tính năng.
Trang chủ: https://hestiacp.com/
Github: https://github.com/hestiacp/hestiacp
File Manager: https://github.com/ngatngay/hestiacp-file-manager
Trình tạo mã cài đặt: https://hestiacp.com/install.html
Đọc trước:
https://hestiacp.com/docs/introduction/getting-started.html
Thao tác ban đầu:
Đăng nhập SSH, chạy lệnh:
sudo apt update
sudo apt upgrade
- Đổi mật khẩu nếu cần, lệnh đổi:
passwd
- Chạy lệnh:
sudo reboot
- Đợi 5 phút.
- Đăng nhập SSH.
- Chạy lệnh.
sudo apt update
sudo apt upgrade
apt-get update && apt-get install ca-certificates
wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh
bash hst-install.sh --multiphp yes --named no --exim no --dovecot no --clamav no --spamassassin no
- Làm theo những gì nó bảo.
Mặc định nó cấm đăng nhập vào phpMyAdmin bằng IP VPS, làm theo code sau để mở.
nano /etc/apache2/conf.d/[ip].conf
# Add the following code before both </VirtualHost> closing tags
IncludeOptional /etc/apache2/conf.d/*.inc
# Restart apache2
systemctl restart apache2
# You can also add the following in /etc/apache2.conf instead
IncludeOptional /etc/apache2/conf.d/*.inc
# Fix chmod
chown -R root:www-data /etc/phpmyadmin/
chown -R root:www-data /usr/share/phpmyadmin/tmp/
File Manager mặc định của nó rất ngu.
Cấu hình:
vi /usr/local/hestia/web/fm/configuration.php
sudo a2enmod ssl
sudo a2enmod proxy
sudo a2enmod proxy_balancer
sudo a2enmod proxy_http
systemctl restart apache2