Articles

 550 relay not permitted, authentication required

If you encounter the error message "No route to host" when sending emails, it is likely caused by...

 Change DA port to your choice where CSF installed

Here I will show you how to change the port from 2222 to 9999 in two steps. Step One:...

 CustomBuild 2.0 not visible in DirectAdmin Dashboard

Run the following commands: cd /usr/local/directadminwget -O custombuild.tar.gz...

 DirectAdmin default domain path directory?

Following is the default path for DirectAdmin domain. /home/(user)/domains/(domain)/public_html/...

 DirectAdmin installed, but login URL not loading

Sometimes because of the firewalld the ports of DirectAdmin gets blocked, here's the solution:...

 Enable Password Reset Emails With DirectAdmin

The Lost Password Email DirectAdmin contains a feature to let users reset their passwords, but...

 Enable and disable to a website with IP address

To enable browsing websites with IP address, you have to run following commands cd...

 Fix or Reset Broken Permissions in DirectAdmin

Hi, there might be a situation when your permission of system files in DirectAdmin is altered...

 How to Install Roundcube in DirectAdmin via SSH

You can install Roundcube in DirectAdmin using the following steps: cd...

 How to Suspend/Unsuspend @ DirectAdmin via SSH

Hello guys, DirectAdmin continues to improve itself. Regardless of license or not, you can...

 How to enable Let's Encrypt SSL in DirectAdmin

If you want to install a basic SSL certificate for free with just one click, LetsEncrypt is a...

 How to fix license error on DA installed server?

To fix license error on DirectAdmin installed server just run the following command via SSH:...

 How to fix login details do not seem to be correct?

Problems I can’t log in to DirectAdmin. The login page just refreshes without any errors....

 How to free up some space in DirectAdmin?

You can do the following to free up some space: cd /usr/local/directadmin/custombuild rm -f...

 How to increase Maximum File Upload Limit?

Default file upload limit is 10 MB in DirectAdmin. It can be easily increased as required as...

 How to install CSF with BFM on DirectAdmin

CSF with Brute Force Monitor (BFM) will provide the extra benefit of BFM to find some extra cases...

 How to install Softaculous on DirectAdmin?

Step One: Install Ioncube firstly. Step Two: Install Softaculous with SSH wget -N...

 How to install and enable SpamAssassin on DA?

To enable SpamAssassin on DA, we need to install it first. Before installing SpamAssassin, ensure...

 How to install imagick with custombuild of DA?

Run the following command: cd /usr/local/directadmin/custombuild ./build update ./build...

 How to install imap & xmlrpc on DirectAdmin server

Modify the file: /usr/local/directadmin/custombuild/php_extensions.conf and perform the changes...

 How to install ionCube in PHP 7 on DirectAdmin?

Run the following command: cd /usr/local/directadmin/custombuild ./build update ./build set...

 How to migrate cPanel account to DirectAdmin?

The cPanel conversion script currently only works for Admin Level restores. You must have to be...

 How to move domain between DA user accounts?

Moving domain between user accounts can be done with following command, cd...

 How to reinstall DirectAdmin in your web server?

Run the following commands to install: cd /usr/local/directadmin./directadmin i./directadmin p

 How to update apache to the latest version?

Check the current version of apache by running httpd –v Then execute the following commands: cd...

 How to upgrade MySQL to MariaDB on DirectAdmin

To upgrade MariaDB using the custombuild script, do the following: cd...

 IMAP and SMTP mail settings | DirectAdmin

Incoming mail server (POP3 or IMAP): mail.domain.com Server hostname can also be used as mail...

 Increase the Max Upload File Size & Post Max Size

To increase the maximum size of a database that can be uploaded in DirectAdmin's PHPMyAdmin,...

 Install ModSec with OpenLiteSpeed & DirectAdmin

ModSecurity is an open-source, cross-platform web application firewall (WAF) engine developed by...

 Install OpenLiteSpeed with DirectAdmin

As of DirectAdmin 1.57 and running CustomBuild 2.0, you can now install OpenLiteSpeed....

 Install PECL extension for PHP an easy way

Installation of PECL extensions for PHP can be done an easy way. Learn here how to do it in a...

 Install SSL certificate on hostname in DirectAdmin

Instead of using https://ipaddress:2222 you can install an SSL certificate on...

 Installing Git On A DirectAdmin CentOS Server

Git is available via yum and can be installed with 'yum install git -y': yum install git -y You...

 Letting Users select between multiple php versions

You must be using the latest version of CustomBuild 2.0. The first PHP version will be the...

 MySQL err! Can’t connect to local MySQL server

Error connecting to MySQL: Can’t connect to local MySQL server through socket...

 Prevent PHPMyAdmin Bruteforcing in DirectAdmin

It is quite common to see automated attempts to locate PHPMyAdmin URLs for the purpose of...

 Set up 1-click login to RoundCube & phpMyAdmin

To enable one-click login for RoundCube cd /usr/local/directadmin/ ./directadmin set...

 The service ‘exim’ on server xxx is currently down

Rebuild your exim. cd /usr/local/directadmin/custombuild./build update./build set exim...

 The service ‘httpd’ on server xxx is currently down

Problems: The service ‘httpd’ on server server.example.com is currently down Job for...

 Transfer a domain from one user to another

Create new user with fake domain name, if the user does not exist. Then run below script. cd...