< All Topics
Print

How to download DirectAdmin on Linux Centos?

DirectAdmin(DA) is basically the Commercial Hosting Control Panel that has been used for selling reseller and shared hosting accounts.

Fresh CentOS 6 or 7 must be installed on your server.

  • Sign in to your server via SSH Client.

wget http://www.directadmin.com/setup.sh
chmod 755 setup.sh
./setup.sh

DirectAdmin will need you to install the pre-install packages, type “Y” and click Enter.

directadmin-install-required-packages

  • After that, you will be required to enter the Client ID of DirectAdmin, your DA license ID and after that type in your hostname, for instance, server1.example.com

directadmin-install-step2

  • When you enter, it may ask for confirmation. If you added all the right details, press “Y“. Then type “Y” twice.

    If you need to download the default Apache and PHP settings then press “Y“.

directadmin-default-apache-setting-setup

Once the download is complete, it may take 20-30 minutes to finish

Scroll to Top