Install the following prerequisite
Step One
- Run yum update command
yum update
- Run wget update command
yum install wget
Step Two
- For CentOS 7
yum install psmisc net-tools systemd-devel libdb-devel perl-DBI
- For CentOS 6
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
DirectAdmin Installation
- Disable SELinux. Disable the firewall.
setenforce 0
- Download DirectAdmin installation script.
wget http://www.directadmin.com/setup.sh
- Change the downloaded setup file permission
chmod 755 setup.sh
- Now run the installation script.
./setup.sh
- Enter your License Key. Installation Completed. Login to DirectAdmin
http://serverip:2222
For more Configuration: [Visit]