i cannot access server after installation

izon90

New member
Joined
Nov 10, 2009
Messages
4
I have finished installing directadmin in ubuntu 9.04 which is a vps i have purchased from burst.net and they won't install it for me. so i have to install it myself. I cannot access the server ip address with 2222 port. I am sure I followed the steps which installguide.html indicates. I have changed the ethenet_device to venet0:0. What could be wrong?
 
Check firewall.

Check to make sure its listening on 2222:

netstat -na | grep -i list | grep 2222
 
And make sure you've got the right password. If you set up the admin password in advance you may have missed the note at the end of the setup; DirectAdmin changes the admin password.

Jeff
 
same problem on CentOS

Hi there,

I have followed the http://www.directadmin.com/installguide.html intallation guide, but i get this error when accessing htt://myop:2222/ Unable to connect : Problem loading the page

I tryed netstat like scsi suggested and the server is not listenning on port 2222, should i set that manually ? and How ?

Thanks for your help !
 
http://myip/ shows "Apache is functioning normally".

however when i try to start directadmin with: /sbin/service directadmin start
it says:

Starting DirectAdmin: /bin/bash: /usr/local/directadmin/directadmin: cannot execute binary file [FAILED]

I tryed to reinstall DA, at the end it shows:

*************************************
* *
* All parts have been installed *
* *
*************************************

Type: /sbin/service httpd restart
./install.sh: line 225: ./directadmin: cannot execute binary file
./install.sh: line 228: ./directadmin: cannot execute binary file

System Security Tips:
http://help.directadmin.com/item.php?id=247

when i type this /sbin/service httpd restart
Stopping httpd: [FAILED]
Starting httpd: httpd: Syntax error on line 143 of /etc/httpd/conf/httpd.conf: Syntax error on line 21 of /etc/httpd/conf/extra/httpd-vhosts.conf: Could not open configuration file /etc/httpd/conf/ips.conf: No such file or directory

I'm really confused...
 
Last edited:
Make sure your binary matches your license, which matches your OS distribution.

Contact DirectAdmin Support.

Jeff
 
Back
Top