| DirectAdmin Setup |
|
If you prepared your server with the directives we mentioned on the previous article, it will be so much easy to install DireactAdmin software. You must download the setup file from DirectAdmin site:
mkdir /root/DA
cd /root/DA wget http://www.directadmin.com/setup.sh sh setup.sh
DirectAdmin setup will ask you your account number & your license number, if you mistype accidentally just press CTRL+C to quit and restart setup. After that step, follow the directives, (we offer apache 2, php5 installation and "yes" to all questions) and finis the installation. You should better restart the server but restarting DirectAdmin is enough with the command: #service directadmin restart
After the installation you can enter to your admin site by typing http://SERVERIP:2222 to your favorite browser. Don't panic if some of the services is not responding after setup, this is because you need to make some DNS configurations and you need to enter your master domain name to the control panel(cp). DirectAdmin setup creates a log file called setup.txt where all your passwords for your server is present: less /usr/local/directadmin/scripts/setup.txt
|