How to change the DirectAdmin logo on the login page

DirectAdmin allows you to customize the logo on the login screen. There are two files that are used by default: /usr/local/directadmin/data/skins/evolution/assets/img/logo.svg /usr/local/directadmin/data/skins/evolution/assets/img/logo_white.svg To use your own logo, upload the files to: /usr/local/directadmin/data/skins/evolution/assets/img/custom/logo.svg /usr/local/directadmin/data/skins/evolution/assets/img/custom/logo_white.svg DirectAdmin custom logo Note that the /custom/…

Continue ReadingHow to change the DirectAdmin logo on the login page

How to get all domain document roots for all users

In version 1.62.8, DirectAdmin introduced the possibility to get the list of document roots via the CMD_API_DOMAIN command. The option to use with the API command is document_root_all CMD_API_DOMAIN?json=yes&action=document_root_all DirectAdmin states that the old method to get the document roots…

Continue ReadingHow to get all domain document roots for all users

How to fix “SSL is not enabled for this domain” message on DirectAdmin

If you disabled the SSL functionality in Account Manager >> SSL Certificates >> Disable SSL, you will not be able to access the Account Manager >> SSL Certificates area. You will get an error message: Cannot Execute Your Request SSL…

Continue ReadingHow to fix “SSL is not enabled for this domain” message on DirectAdmin

How to block DirectAdmin commands

In DirectAdmin you can block commands server-wide or only for specific user(s). The commands that can be blocked can be found at: https://www.directadmin.com/api.html https://www.directadmin.com/search_versions.php?help=no&versions=yes&query=CMD_API_https://www.directadmin.com/search_versions.php?help=no&versions=yes&query=CMD_ A. Block DirectAdmin commands globally To block commands for all the users on the server, you…

Continue ReadingHow to block DirectAdmin commands