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) ..
Category : Check Lists
Directadmin Migration:Upgade Steps &..
There is a more straight forward way of using Cpanel’s Transfer Tools to migrate accounts between servers. However, this tool may seem unreliable at times when file sizes are too large. In this case, I will be using an SME07 account to migrate to a Cloud server with IP 103.57.189.194 as an example. First thing’s ..
• 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 ..
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 ..
– 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 – ..