No acces via 2222 - 503 Service Unavailable

kariha

Verified User
Joined
Sep 12, 2011
Messages
46
Hi, i have no access via port :2222.
Have tried a lots of suggested on the forum, but still no result.

How can I solve the problem ?

service directadmin restart
Stopping DirectAdmin: [ OK ]
Starting DirectAdmin: [ OK ]
 
Maybe your server has iptables that is blocking access to port 2222? If so try these two commands to turn off iptables (for CentOS servers):

Code:
/sbin/service iptables stop
/sbin/chkconfig iptables off

If that did not solve the problem, please see this guide for other solutions: http://help.directadmin.com/item.php?id=75
 
Back
Top