Kashish26
Uploaded by
2 SLIDES
21 VIEWS
0LIKES

install directpanel on CentOS

DESCRIPTION

DirectAdmin is a proprietary web-based control panel that you can install on your server which offers a variety of system administration features. In this web hosting tutorial, we are going to install DirectAdmin on a CentOS server. So Let's have a look at the tutorial on How to Install the DirectAdmin Panel on CentOS<br><br>

Download Presentation

install directpanel on CentOS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript

Playing audio...

  1. How to Install DirectAdmin Panel on CentOS DirectAdmin is a proprietary web-based control panel that you can install on your server which offers a variety of system administration features. In this web hosting tutorial, we are going to install DirectAdmin on a CentOS server. So Let's have a look at the tutorial on How to Install the DirectAdmin Panel on CentOS How to Install DirectAdmin Panel on CentOS Step 1: Make sure that you are logged in under your root user and that you have purchased a DirectAdmin license from their official site. Step 2: Update your server using the following commands so that it has the latest packages: yum update Step 3: Install the packages that DirectAdmin needs on CentOS 6 to run properly. You can do that by executing the following command yum install wget gcc gcc-c++ flex bison make bind bind- libs bind-utils openssl openssl-devel perl quota libaio libcom_err-devel libcurl-devel gd zlib-devel zip unzip libcap-devel cronie bzip2 cyrus-sasl-devel perl-ExtUtils- Embed autoconf automake libtool which patch mailx db4- devel If you are running CentOS 7, run the following commands: yum install psmisc net-tools systemd-devel libdb-devel perl-DBI Step 4: Download the DirectAdmin installation script through wget. If you don’t have wget yet, then you can install it via the command yum install wget wget http://www.directadmin.com/setup.sh chmod 755 setup.sh To run the installation script, simply enter the command:

  2. ./setup.sh Step 5: After that, it asks for the license key: Enter_Your_License_Key, and press Enter Tutorial: How to Install DirectAdmin Panel on CentOS Note: Keep all credentials in your records which provide in Putty Tutorial: How to Install DirectAdmin Panel on CentOS Step 6: Follow the instructions on the screen to complete the DirectAdmin installation. You can access DirectAdmin once it’s finished installing with your web browser by navigating to http://server_ip:2222.

More Related