Install issue

donald22

New member
Joined
Apr 4, 2014
Messages
1
Hi, I have installed DA on my server and although it says installed successfuly
Code:
"## INSTALL_COMPLETE
## ACCOUNT_INFO


The following information has been set:

Admin username: admin
Admin password: *************
Admin email: [email][email protected][/email]


Server IP: 46.xx.xx.xx
Server Hostname: host.xxxxxxxxx.com

To login now, follow this link:

[url]http://46.xx.xx.xx:2222[/url]

and enter your Admin username and password when prompted.

You should now visit [url]http://admin.site-helper.com[/url] and [url]http://www.directadmin.com/newinstall.html[/url] to learn how to get started.

Thank you for using DirectAdmin. Should you have any questions, don't hesitate to contact us at [email][email protected][/email]

## REPORT_END
Permissions set

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

[root@host ~]# "
When I go to http://46.xx.xx.xx:2222 it says firefox cannot connect.

Although this is my first attempt at installing DA, I should add that I have successfully installed Cpanel 1000 times.
 
Then your firewall is blocking the port or it never really started.

Use the command to see if the port is listening:

Code:
netstat -na | grep -i list | grep 2222
 
I can't remember now for certain but I believe that even though the DA install turned off the SELinux I'm pretty sure I had to restart iptables myself.

You might want to check if SELinux is installed.

# getenforce

If you see a response of "permissive" then flushing/restarting the iptables should do the trick..
 
Have you verified that DirectAdmin is running?
Code:
$ ps waux | grep directadmin
Jeff
 
Back
Top