Not accessing to DA/2222

jdn1976

Verified User
Joined
Mar 30, 2020
Messages
107
Hello, I installed the DA, but is not accessing on port 2222

[root@servidor directadmin]# ./directadmin o
Compiled on 'CentOS 7.0 64-Bit'
Compile time: Feb 27 2020 at 11:17:09
Timestamp: '1582827364'
Compiled with IPv6
gettext support: no
[root@servidor directadmin]#

tcp6 0 0 :::2222 :::* LISTEN 3375/directadmin


[root@servidor directadmin]# ps aux | grep directadmin
root 921 0.0 0.0 19520 52 ? Ss 11:27 0:00 /usr/local/directadmin/da-popb4smtp
nobody 3375 0.0 0.2 37268 2204 ? Ss 11:39 0:00 /usr/local/directadmin/directadmin d
nobody 3377 0.0 0.1 37268 1052 ? S 11:39 0:00 /usr/local/directadmin/directadmin d
nobody 3378 0.0 0.1 37268 1052 ? S 11:39 0:00 /usr/local/directadmin/directadmin d
nobody 3379 0.0 0.1 37268 1052 ? S 11:39 0:00 /usr/local/directadmin/directadmin d
nobody 3380 0.0 0.1 37268 1052 ? S 11:39 0:00 /usr/local/directadmin/directadmin d
nobody 3381 0.0 0.1 37268 1052 ? S 11:39 0:00 /usr/local/directadmin/directadmin d
nobody 3382 0.0 0.1 37268 1052 ? S 11:39 0:00 /usr/local/directadmin/directadmin d
nobody 3383 0.0 0.1 37268 1052 ? S 11:39 0:00 /usr/local/directadmin/directadmin d
nobody 3384 0.0 0.1 37268 1052 ? S 11:39 0:00 /usr/local/directadmin/directadmin d
nobody 3385 0.0 0.1 37268 1052 ? S 11:39 0:00 /usr/local/directadmin/directadmin d
nobody 3386 0.0 0.1 37268 1052 ? S 11:39 0:00 /usr/local/directadmin/directadmin d
root 3796 0.0 0.0 110676 884 pts/0 S+ 12:02 0:00 grep --color=auto directadmin
[root@servidor directadmin]#


[root@servidor directadmin]# lsof -i:2222
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
directadm 3375 nobody 3u IPv6 49239 0t0 TCP *:EtherNet/IP-1 (LISTEN)
directadm 3377 nobody 3u IPv6 49239 0t0 TCP *:EtherNet/IP-1 (LISTEN)
directadm 3378 nobody 3u IPv6 49239 0t0 TCP *:EtherNet/IP-1 (LISTEN)
directadm 3379 nobody 3u IPv6 49239 0t0 TCP *:EtherNet/IP-1 (LISTEN)
directadm 3380 nobody 3u IPv6 49239 0t0 TCP *:EtherNet/IP-1 (LISTEN)
directadm 3381 nobody 3u IPv6 49239 0t0 TCP *:EtherNet/IP-1 (LISTEN)
directadm 3382 nobody 3u IPv6 49239 0t0 TCP *:EtherNet/IP-1 (LISTEN)
directadm 3383 nobody 3u IPv6 49239 0t0 TCP *:EtherNet/IP-1 (LISTEN)
directadm 3384 nobody 3u IPv6 49239 0t0 TCP *:EtherNet/IP-1 (LISTEN)
directadm 3385 nobody 3u IPv6 49239 0t0 TCP *:EtherNet/IP-1 (LISTEN)
directadm 3386 nobody 3u IPv6 49239 0t0 TCP *:EtherNet/IP-1 (LISTEN)
[root@servidor directadmin]#


I try to find a solution on DirectAdmin Forum but not find a solution that fixed. I am NOT running CSF.

I have installed on a VPS
2x Core
1 Gb RAM
4 Gb SWAP
40 Gb SSD

Anyone can help me or explain why is not open I type myvpsip:2222?
 
Are you running Centos? Try this:
systemctl stop firewalld
systemctl disable firewalld

If that does not help, maybe this thread can help you out.
 
Ok I d
Are you running Centos? Try this:
systemctl stop firewalld
systemctl disable firewalld

If that does not help, maybe this thread can help you out.

I run the firewall commands and now is opening. That weird, I did not install CSF...

Thank you
 
You're welcome.
Sometimes the OS firewall by default so you have to disable it.
After that you can install and run CSF/LF.
 
Back
Top