HostwareSupport-Linux Hosting technical support for cPanel, Plesk, Directadmin servers

Linux Hosting technical support for cPanel, Plesk, Directadmin and No control panel servers offers and listing
http://hostwaresupport.com/

Nov 15, 2009

How to install direct admin control panel in Linux...


In order to install DA, you should know your client id, License ID. You will need to contact your host to get it. Here, I have assumed Client ID 3989 & License ID 48001.

Login as root and download the setup.sh file

1. yum install make

2. yum install gcc*

3. wget http://www.directadmin.com/setup.sh

Hint: Use "fetch" instead of "wget" on FreeBSD systems.

4. Change permissions on the setup.sh file

# chmod 755 setup.sh

Run the setup script!

5s. ./setup.sh

Client ID 3989
License ID 48001
Server IP 94.229.68.220
hostname massive.noidelement.com

venet0:0
eth0

ethernet_dev=eth0:1

or other systems with the IP on a different device, it might be:
ethernet_dev=eth1

type: /sbin/ifconfig
to see which device your IP is in.
to /usr/local/directadmin/conf/directadmin.conf.

If you get any error like xyz library is not found, in this case you should install it using yum.

For example.
Suppose, you get error flex not found, then you should use....
yum install flex

After that, you will have start from step 5s.

You have to solve every error till you get following message..



The following information has been set:

Admin username:   admin
Admin password:   n2dAn2Yh
Admin email:      admin@t-robinson.co.uk


Server IP: 94.229.68.167
Server Hostname: t-robinson.co.uk

To login now, follow this link:

http://94.229.68.167:2222

and enter your Admin username and password when prompted.





1 comment: