How to install DirectAdmin on Linux Server
Go to the below path.
cd /usr/local/src
Download the setup file using the below command.
wget http://www.directadmin.com/setup.sh
If permission is incorrect then provide 755 permission to that file.
chmod 755 setup.sh
Run the setup using the below command.
./setup.sh