別のシステムを使用していますか?
- Centos7にCyberpanelをインストールする方法
CyberPanelは、OpenLiteSpeedを搭載したWebホスティングコントロールパネルです。このガイドでは、Ubuntu18.04LTSにCyberPanelをインストールする方法について説明します。このガイドでは、 192.0.2.123を使用しています IPアドレスの例として。
CyberPanelをインストールするには、Ubuntu18.04LTSを実行しているVultrVPSへのルートアクセスが必要です。 CyberPanelをインストールする前に、ベストプラクティスガイドに従ってサーバーを更新してください。
インストールスクリプトをダウンロードします。
# wget -O installer.sh https://cyberpanel.net/install.sh
スクリプトを実行可能にして、 installer.shを実行します 。
# chmod 755 installer.sh
# sh installer.sh
1と入力します およびENTER CyberPanelをインストールするには
CyberPanel Installer v2.00
1. Install CyberPanel.
2. Addons and Miscellaneous
3. Exit.
Please enter the number[1-3]:
1と入力します およびENTER OpenLightSpeedを使用してCyberPanelをインストールします。
CyberPanel Installer v2.0
RAM check : 71/487MB (14.58%)
Disk check : 1/20GB (7%) (Minimal 10GB free space)
1. Install CyberPanel with OpenLiteSpeed.
2. Install Cyberpanel with LiteSpeed Enterprise.
3. Exit.
Please enter the number[1-3]:
Yと入力します およびENTER フルインストールを選択します。
Install Full service for CyberPanel? This will include PowerDNS, Postfix and Pure-FTPd.
Full installation [Y/n]:
ENTERと入力します 最新バージョンを選択します。
Press Enter key to continue with latest version or
Enter specific version such as: 1.9.4 , 1.9.5 ...etc
デフォルトのパスワードまたはランダムなパスワードを選択するか、 Dと入力して独自のパスワードを設定します 、または R 、または S 。次に、 ENTERと入力します 。
Please choose to use default admin password 1234567,
randomly generate one (recommended) or
specify the admin password?
Choose [d]fault, [r]andom or [s]et password: [d/r/s]
Yと入力します およびENTER Memcachedをインストールします。
Do you wish to install Memcached extension and backend?
Please select [Y/n]:
Yと入力します およびENTER Redisをインストールするには
Do you wish to install Redis extension and backend?
Please select [Y/n]:
はいと入力します WatchDogを起動します。
Would you like to set up a WatchDog (beta) for Web service and Database service ?
The watchdog script will be automatically started up after installation and server reboot
If you want to kill the watchdog , run watchdog kill
Please type Yes or no (with capital Y, default Yes):
スクリプトは、CyberPanelとその拡張機能をインストールします。完了すると、スクリプトに管理者の詳細が表示されます。
OSファイアウォールとVultrファイアウォールの両方が、次のポートでインバウンドとアウトバウンドに対して開いていることを確認します。
- TCP:CyberPanelの場合は8090
- WebサーバーのTCP:80、TCP:443、UDP:443
- FTPの場合はTCP:21およびTCP:40110-40210
- メールサービスの場合、TCP:25、TCP:587、TCP:465、TCP:110、TCP:143、TCP:993
- DNSサービスのTCP:53およびUDP:53
CyberPanelを構成する
- ポート8090でサーバーのIPアドレスにアクセスします。例: https://192.0.2.123:8090 。管理者ログインが表示されます。
- adminと入力します ユーザー名と1234567 パスワードについて。
- 「CyberPan」という名前の横にあるユーザーメニューの矢印をクリックします。
- プロファイルの編集を選択します 。
- adminを選択します ユーザーの変更のドロップダウンメニュー ページ。
- これで、名前、名前、メールアドレス、パスワードを適宜変更できます。
CyberPanelが正常にインストールされました。