Posted in DirectAdmin Hosting

DirectAdmin Server Certificate Creation

How do you add a Certificate to the server using Let’sEncrypt?   cd /usr/local/directadmin/script ./letsencrypt.sh request yourdomain.com 4096

Posted in Hosting

Locate which IPs your website was hosted on in the past!

Using a useful website, you can automated this using the following usr/local/bin/curl \ –request \ GET –url http://viewdns.info/iphistory/?domain=unixguru.co.uk \ |…

Posted in CloudLinux 7 DirectAdmin Linux PHP

DirectAdmin change MySQL PHP module on every user

I recently updated a server with DirectAdmin to MariaDB 10.2, which requires a different php module to talk to PHP….

Posted in CentOS 7 DirectAdmin

Install DirectAdmin on CentOS 7

Lets install of the packages that DirectAdmin will need before we start the install. yum install wget gcc gcc-c++ flex…