Hestia control panel是一個輕型架站管理控制台。
雖然剛開始有一些陌生,但是操作幾次以後就會變得很熟練。
一,安裝
Step 1: Log in as the system user (root):
二,下載安裝程式
Step 2: Download the installer:
wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh
三,執行安裝程式
Step 3: Run the installer and follow the prompts:
bash hst-install.sh
四,執行自動安裝(默認):
bash hst-install.sh --interactive no --email email@domain.tld --password p4ssw0rd --hostname hostname.domain.tld -f
這樣就可以了。
如果你想要更精省,可以使用參數來排除預設值中不要的東西。
bash hst-install.sh --apache no --postgresql yes --clamav no --spamassassin no
Apache2, ClamAV , Spamassassin將被排除,而預設中沒有的postgresql將會被加入。
沒有admin密碼?
cd /usr/local/hestia/bin
./v-change-user-password admin yourpass