GNU/Linux >> Linux の 問題 >  >> Cent OS

CentOS6VPSにZPanelをインストールする方法

この記事では、CentOS6VPSにZPanelをインストールするために必要な手順について説明します。

ZPanelは、サーバーの管理に非常に役立つ無料のWebホスティングコントロールパネルです。このパネルは、ホームサーバーまたはプロフェッショナルサーバーを、本格的で使いやすく管理しやすいWebホスティングサーバーに変えることができます。

Linux CLIの経験がない人には、コントロールパネルを使用してサーバーを管理することをお勧めします。 ZPanel Webインターフェイスから数回クリックするだけで、データベース、ドメイン、FTPアカウントなどを管理できます。

要件

このチュートリアルでは、SSD 1LinuxVPSホスティングプランを使用します。

システムを更新する

Linux VPSにユーザーrootとしてログインし、まずすべてのパッケージが最新であることを確認します。

# yum -y update

ZPANELをインストール

ZPanelインストールスクリプトを/optディレクトリにダウンロードします。選択したディレクトリにスクリプトを自由にダウンロードできます。

# cd /opt

必要なパッケージをいくつかインストールしましょう:

# yum install wget kernel-headers

インストールスクリプトをダウンロードします:

# wget https://raw.github.com/zpanel/installers/master/install/CentOS-6_4/10_1_1.sh

スクリプトを実行可能にします:

# chmod +x 10_1_1.sh

次のコマンドで実行すると、ZPanelのインストールが開始されます。

# ./10_1_1.sh

以下の内容は、インストールが開始されたことを意味します。

package php is not installed
package httpd is not installed
package mysql is not installed
package bind is not installed
package postfix is not installed
package dovecot is not installed
Detected : CentOs  6.6  64
Ok.
##############################################################
# Welcome to the Official ZPanelX Installer for CentOS 6.4   #
#                                                            #
# Please make sure your VPS provider hasn't pre-installed    #
# any packages required by ZPanelX.                          #
#                                                            #
# If you are installing on a physical machine where the OS   #
# has been installed by yourself please make sure you only   #
# installed CentOS with no extra packages.                   #
#                                                            #
# If you selected additional options during the CentOS       #
# install please consider reinstalling without them.         #
#                                                            #
##############################################################
Would you like to continue (y/n)? y

「y」と入力して続行します。

次に、タイムゾーンを設定するオプションが表示されます。タイムゾーンを選択して、インストールを続行します。

Find your timezone from : http://php.net/manual/en/timezones.php e.g Europe/London
Please identify a location so that time zone rules can be set correctly.
Please select a continent or ocean.
1) Africa
2) Americas
3) Antarctica
4) Arctic Ocean
5) Asia
6) Atlantic Ocean
7) Australia
8) Europe
9) Indian Ocean
10) Pacific Ocean
11) none - I want to specify the time zone using the Posix TZ format.

サーバーのFQDN、サーバーのIPアドレスを入力し、「y」と入力して、最終的にZPanelのインストールを開始します。

サーバーの仕様やインターネット接続によっては、インストールに時間がかかる場合がありますので、お気軽にコーヒーを飲んでください。

すべてがインストールされた後、次のように歓迎されます:

##############################################################
# Congratulations ZpanelX has now been installed on your     #
# server. Please review the log file left in /root/ for      #
# any errors encountered during installation.                #
#                                                            #
# Save the following information somewhere safe:             #
# MySQL Root Password    : m4bjGbpjIM6kQRwl
# MySQL Postfix Password : hsNPDMtVFNZ3570s
# ZPanelX Username       : zadmin                            #
# ZPanelX Password       : RvplCNLcThGBWBwf
#                                                            #
# ZPanelX Web login can be accessed using your server IP     #
# inside your web browser.                                   #
#                                                            #
##############################################################

Restart your server now to complete the install (y/n)?

繰り返しになりますが、「y」と入力してサーバーを再起動すると、インストールが完了します。

次に、お気に入りのWebブラウザーを開き、http:// your_server_ipに移動して、ZPanel管理インターフェースにアクセスします。

ログインページで歓迎されます。 「ZPanelXユーザー名」と「ZPanelXパスワード」の値を使用してログインします。

おめでとうございます。CentOS6VPSにZPanelが正常にインストールされました。

もちろん、Linux VPSホスティングサービスのいずれかを使用している場合は、これを行う必要はありません。その場合は、専門のLinux管理者にZPanelのインストールを依頼するだけです。 24時間年中無休でご利用いただけます。リクエストはすぐに処理されます。

PS。この投稿が気に入った場合は、左側のボタンを使用してソーシャルネットワーク上の友達と共有するか、下に返信を残してください。ありがとう。


Cent OS
  1. CentOS8にTeamspeak3サーバーをインストールする方法

  2. CentOS7にProFTPDをインストールする方法

  3. CentOS6VPSにImpressCMSをインストールする方法

  1. CentOS7にMinecraftサーバーをインストールする方法

  2. CentOS7VPSにRailoをインストールする方法

  3. CentOS7VPSにphpwcmsをインストールする方法

  1. CentOS8にNginxをインストールする方法

  2. CentOS8にPostgreSQLをインストールする方法

  3. CentOS8にMariaDBをインストールする方法