這裡面推薦的是一款簡單好用的網站管理面板,名字為:CloudPanel
下面是具體的安裝過程(中英文對照)
Login via SSH to the Server.
If you are using a private key to login, the SSH command would be:
通過 SSH 登錄到伺服器。
如果您使用私密金鑰登錄,則 SSH 命令將是:
ssh -i path_to_your_private_key root@yourIpAddress
If you are using a password to login, the SSH command would be:
如果您使用密碼登入,則 SSH 命令將是:
ssh root@yourIpAddress
Before running the installer, we need to update the system and install the required packages.
在運行安裝程式之前,我們需要更新系統並安裝所需的套件。
apt update && apt -y upgrade && apt -y install curl wget sudo
- Ubuntu 22.04 LTS
- Debian 11 LTS
Run the installer with your preferred Database Engine.
使用首選資料庫引擎運行安裝程式。(以MySQL8.0為例)
- MySQL 8.0
- MariaDB 10.9
- MariaDB 10.8
- MariaDB 10.6
curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh; \echo "eddff7944a111a0d68eab513a58ffeb2ade63a85b448c36c32ad581c647c7a6f install.sh" | \sha256sum -c && sudo bash install.sh
Access CloudPanel#
SECURITY
For security reasons, access CloudPanel as fast as possible to create the admin user. There is a small time window where bots can create the user. If possible, open port 8443 only for your IP via firewall.
You can now access CloudPanel via Browser: https://yourIpAddress:8443
Ignore the self-signed certificate warning and click on Advanced and Proceed to continue to CloudPanel.
訪問雲面板#
安全
出於安全原因,請儘快訪問雲面板以創建管理員使用者。有一個小的時間視窗,機器人可以在其中創建使用者。 如果可能,請僅通過防火牆為您的IP打開埠8443。
您現在可以通過瀏覽器訪問雲面板:https://yourIpAddress:8443
忽略自簽名證書警告,然後按兩下高級並繼續繼續存取 CloudPanel。