Steps to install DirectAdmin control panel on Centos 7

kumkumsharma

Administrator
Staff member
DirectAdmin is a control panel for Linux OS. This control panel is just like cpanel but little bit cheaper than cpanel. To install DirectAdmin your operating requires at least 1 GB of RAM and 2 GB of swap space.

NOTE: Server hostname should be fully qualified domain name.

  • Use below command to download setup .sh file.
Code:
wget -O setup.sh https://www.directadmin.com/setup.sh
  • Now change the permission of your setup.sh file and this script will install all the setup.
Code:
chmod 755 setup.sh
Code:
./setup.sh auto
  • After that you can see the control panel details for your server. And you can see the DirectAdmin panel after the installation. You can use this link:
Code:
http://IP address:2222.
  • Now you have to change the password of your DirectAdmin panel.
 
Top