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