About new server setup install da and services...

evolver

Verified User
Joined
Mar 11, 2006
Messages
44
Hello all,

I need your helps about new server setup...

My DC is install DA on my server.Today I was login the DA and I see Mysql,FTP,Exim is not running...

How can I install this applications ?

I think DC is not install them...


Please help me.
Thanks.
 
You may want to run the setup script again to reinstall everything. If they were not installed that is.

What happens when you try to start them up?

Login as admin on directadmin and go here:

http://your-ip:2222/CMD_SHOW_SERVICES

Then try to start the services that are down and see if they start.
 
Once thank you.
When I was try the start mysql,ftp or exim services the directadmin show this error message ;
=========================
An error has occurred

Details
=========================

How can I run the setup script again all in one or once ?

Thank you.
 
Last edited:
First optained the information you need for installation

Login to DA and goto License Page
Print it out or write it on paper
LID/CID/OS/IP

Then do setup by login as root in the shell

#cd
#wget http://www.directadmin.com/setup.sh
#chmod +x setup.sh
#./setup.sh
answer the question

when setup finished admin password will show on screen
and also in setup.txt under /usr/local/directadmin/conf
also mysql.conf for mysql password

on FreeBSD make sure you have setup a non root user for ssh in sshd_conf (also user in wheel group)
http://www.directadmin.com/installguide.html
 
Hello ,

DirectAdmin is working and installed by Datacenter.

Only mysql,exim mail server and proftpd server is not running on server...

Thanks...
 
evolver said:
Hello ,

DirectAdmin is working and installed by Datacenter.

Only mysql,exim mail server and proftpd server is not running on server...

Thanks...

DA Install script will install all required services not only DA itself.
mysql, exim, proftpd, php, apache, ... will be installed.

I don't know why your DC already install DA for you but exim, proftpd, mysql is not running.

Which OS you using does it match with your DA license?
 
kke said:

Which OS you using does it match with your DA license?

CentOS 4.4 ( FINAL )

But when I was look at the DA License page I see ;

DirectAdmin Values
Compiled for Debian 3.1
Server Version 1.28.0
Current Available Version 1.280000
Last Updated Thu Sep 21 16:23:45 2006
 
They they selected the wrong os when using the setup.sh script. I would suggest you do it again by yourself. Make sure to write down your client id and license id from the license page of directadmin as you will need them for reinstalling.

Then follow these steps as listed before:

#cd
#wget http://www.directadmin.com/setup.sh
#chmod +x setup.sh
#./setup.sh

Make sure to select centos when it asks which operating system.
 
Thank you I was try to re-install DA but the problem is not fixed.

No mysql,exim and ftp service on server :(
 
chatwizrd said:
They they selected the wrong os when using the setup.sh script. I would suggest you do it again by yourself. Make sure to write down your client id and license id from the license page of directadmin as you will need them for reinstalling.

Then follow these steps as listed before:

#cd
#wget http://www.directadmin.com/setup.sh
#chmod +x setup.sh
#./setup.sh

Make sure to select centos when it asks which operating system.

Oh, I think we must install OS match to the license.
When purchase the license we have to select an OS
This mean we can change OS without changing OS in the license?
What does DA protection check? only IP to match LID/CID?
 
chatwizrd said:
They they selected the wrong os when using the setup.sh script. I would suggest you do it again by yourself. Make sure to write down your client id and license id from the license page of directadmin as you will need them for reinstalling.

Then follow these steps as listed before:

#cd
#wget http://www.directadmin.com/setup.sh
#chmod +x setup.sh
#./setup.sh

Make sure to select centos when it asks which operating system.

Thank you again @chatwizrd ...
The problem is fixed :p

Problem is Wrong OS in DA License file.
 
Back
Top