Search K
Appearance
Appearance
Released: 2025-10-28
The Create File action in File Manager now uses a new API endpoint, replacing the previous one.
The file and folder search in File Manager now has a cleaner look that matches the regular page search, making it easier to use.

It is no longer possible to access user level DNSSEC page when user_dnssec_control is set to 0 in directadmin.conf.
In Trash, you can now only restore items or delete them permanently. Creating new files or folders in Trash directory, or copying, moving, renaming items, etc., is no longer allowed.
/CMD_API_DNS_CONTROL handler validation for DNS record type parameter fix Validation logic for /CMD_API_DNS_CONTROL is updated to correctly report errors about malformed DNS entry parameter values.
/CMD_MODSECURITY endpoint no longer supports action=log parameter removal The endpoint /CMD_MODSECURITY no longer returns the ModSecurity log with the action=log parameter. The log is available with the new API endpoints:
/api/modsecurity-audit-log/summary - key data from the ModSecurity log./api/modsecurity-audit-log/entry - more detailed information about a single event in the log.The legacy endpoint was not used by the Evolution skin. The Enhanced skin is updated to redirect users to the new API endpoint.
enable_threads configuration option from directadmin.conf removal Multi-server configuration will automatically use concurrent requests to multiple servers on the supported actions.
The option enable_threads to enable or disable threads for multi-server actions is removed from the directadmin.conf file.
zip related configuration from directadmin.conf removal Updated codebase supports Zip archives out of the box and stops relying on system zip tools. This renders zip related fields in directadmin.conf non-functional.
The following fields are removed from directadmin.conf:
zipzip_binunzip_binextra_unzip_optionNew option for the RoundCube SSO login, ability to set:
da config-set one_click_webmail_link 'https://webmail.domain.com' --restartwhere the default value will remain as /roundcube.
More information in the documentation.