Directadmin Version 1.53.2
OS: CentOS 7.x
After install Directadmin on the CentOS 7, As you said in here:
https://help.directadmin.com/item.php?id=75
Must open 2222 port in firewall with this command:
And so this pre-install commands:
https://help.directadmin.com/item.php?id=354
I thinks better and simple include this command in install processing. To avoid confusing users without opening the web input page, immediately after installation.
OS: CentOS 7.x
After install Directadmin on the CentOS 7, As you said in here:
https://help.directadmin.com/item.php?id=75
Must open 2222 port in firewall with this command:
Code:
firewall-cmd --permanent --zone=public --add-port=2222/tcp
https://help.directadmin.com/item.php?id=354
I thinks better and simple include this command in install processing. To avoid confusing users without opening the web input page, immediately after installation.
Last edited: