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 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…