Ubuntu22.04 ホスティングコントロールパネル「aapanel」をインストールする
環境
OSバージョンを確認します
# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.1 LTS"
操作方法
1.システムパッケージのアップデートを行います
# sudo apt update && sudo apt upgrade
2.下記サイトから最新版をダウンロードします
https://www.aapanel.com/new/download.html#install
以下のコマンドを実行します
# wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && sudo bash install.sh aapanel 略 Do you want to install aaPanel to the /www directory now?(y/n): #y
実行結果
略 ================================================================== Congratulations! Installed successfully! ================================================================== aaPanel Internet Address: http://133.201.26.161:7800/cfc41cef aaPanel Internal Address: http://192.168.238.128:7800/cfc41cef username: a4zoiims password: cb652975
3.動作確認
例 http://192.168.238.128:7800/cfc41cefにアクセスします。
username: a4zoiims
password: cb652975
「username」と「password」を入力して「Login」を押します。