Admin-Ahead Community

Linux => Control Panels => DirectAdmin => Topic started by: rohitj on October 26, 2013, 03:54:34 pm

Title: Can’t login to DirectAdmin on port 2222
Post by: rohitj on October 26, 2013, 03:54:34 pm
Can’t login to DirectAdmin on port 2222

1. DirectAdmin might not be running or
2. You have a firewall blocking port 2222.

In case issue second  is the one affecting you,

iptables -I INPUT -p tcp –dport 2222 -j ACCEPT
Check your /var/log/directadmin/error.log to check for any errors as to why it isn’t starting:

tail /var/log/directadmin/error.log