Category : Check Lists

Before the installation of DirectAdmin, please make sure the pre-provision installation or setup has completed. The pre-provision steps can be found at here. Run a pre-install commands, where you can refer at here. Download the installer cd /opt wget -O setup.sh https://directadmin.com/setup.sh chmod 755 setup.sh ./setup.sh You will need to enter the Client ID (4115) ..

Read more

• Complete the pre-installation as it can be referred at here. • Install the cPanel screen cd /opt curl -o latest -L https://securedownloads.cpanel.net/latest sh latest • Install Cloud Linux cd /opt wget https://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy sh cldeploy -i reboot • Install multiple PHP (PHP selector) yum groupinstall alt-php -y • Update CageFS & LVE Manager so that ..

Read more

yum clean all yum erase NetworkManager mariadb-libs* -y yum install perl wget screen net-tools bind-utils ntpdate vim psmisc -y • Disable the selinux perl -pi -e “s/SELINUX=enforcing/SELINUX=disabled/g” /etc/selinux/config setenforce 0 • Stop and disable the firewalld systemctl stop firewalld systemctl disable firewalld • Customize and optimize ssh service cp /etc/ssh/sshd_config /etc/ssh/sshd_config.tmp cat /etc/ssh/sshd_config.tmp | sed ..

Read more

– install cPanel – install Cloud Linux – install cagefs lve-stats php-selector – install vrspamd – install modsecurity + OWASP3 rules and configure the cronjob to update the rules – install config server firewall – install clamav – install maldet and configure the cronjob – install config server modsecurity – install *small-dns.com ssl certificate – ..

Read more