Search K
Appearance
Appearance
Released: 2026-03-16
The File Manager code editor was updated to a new built-in version. For most users, it works the same as before and keeps mostly the same editing experience.
The .ini and .perl files no longer have syntax highlighting. Also, the editor theme selector was removed, and the editor now switches automatically between light and dark modes based on your skin customization settings.
Move to trash option evolutionupdate You can now choose whether Move to trash is enabled by default in the File Manager remove dialog.
This setting is available in Skin Options > File Manager > Enable "Move to trash" by default.
"Modify user"/"Modify reseller" were hidden inside tab panels of "View user"/"View reseller" pages. This led to confusing UI.
As part of ongoing work on improving user overview/modify, "Modify user"/"Modify reseller" pages were extracted into separate pages.
The default value for the configuration option delete_messages_days is changed from 0 (disabled) to 365 (1 year).
The default value for the configuration option delete_tickets_days is changed from 0 (disabled) to 730 (2 years).
These changes make sure old messages and tickets are automatically removed from the system.
connection_info.sh script update The script connection_info.sh is used to collect information about connections to the server. It is executed when the server is under high load. The output of this script is sent to the server administrator.
Main changes:
connection_info_post.sh hook.3.2.16 to 3.2.17RC115.0.0 to 15.5.01.1-87 to 1.1-914.24.0 to 4.24.11.29.5 to 1.29.68.4.18 to 8.4.198.5.3 to 8.5.4The MySQL and MariaDB engines support database names up to 64 characters. The database management interface allows users to create databases with names up to this limit.
However, the real limit might be shorter depending on how many _ symbols are in the database name.
The problem is reported upstream in MDEV-39047.
A workaround is added to reject database names that can cause problems with GRANT statements.
The file /etc/virtual/use_rbl_domains can be used to control if Exim should perform spam blocking rules. This file used to be reset to enable it for all domains every time Exim is recompiled.
The issue is fixed, and this file will only be updated during the initial DirectAdmin installation.
When excluding a rule from the ModSecurity configuration via the audit page, an error could be triggered if the rule message was too long or contained control characters.
Additional validation was introduced to sanitize rule messages before the quick-exclude action.
Plugin scripts executed by Plugin Manager (install.sh, uninstall.sh, update.sh) no longer have access to environment variables related to the API request that triggered their execution.
"SSH Keys" menu entry was used in the reseller-level menu; "Help" menu entry was used in both admin and reseller-level menus. These entries have been removed to separate areas of responsibility, improve menu consistency, and eliminate the possibility of undefined behavior in menu customization.
The option to enable or disable automatic hotfix releases for DirectAdmin is removed from the user interface. This option can still be managed using CLI commands da config-set autopatch 1 and da config-set autopatch 0.
Disabling automatic hotfix release installation is strongly discouraged.