Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Can’t login to DirectAdmin on port 2222  (Read 6188 times)

0 Members and 1 Guest are viewing this topic.

rohitj

  • Guest
Can’t login to DirectAdmin on port 2222
« 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