Skip to content

Version 1.699

Released: 2026-04-14

Service Log Viewer evolutionnew

A dedicated log viewer has been added to each system service page. Users can now view service logs directly in the Evolution interface, with support for filtering by log level and date range.

Service Log Viewer

Save File Manager editor options evolutionnew

File Manager now saves your editor preferences, including line numbers, line wrap, and tab size. Your selected options stay in place and no longer reset when the browser is reloaded.

The File Manager editor footer now displays the cursor position, including the current line and column.

View User > User Domains evolutionnew

The View User page has been split into two separate pages: User Info and User Domains. This would simplify the layout of each page, provide better concern separation and improve navigating user-related resources.

TLS support for connecting to MySQL/MariaDB databases new

The directadmin service settings for connecting to a remote MySQL/MariaDB server are updated to support enabling connection encryption.

The configuration file /usr/local/directadmin/conf/mysql.conf has two new fields:

  • tls=yes/no enables or disables encryption of the outgoing connections to the database server.
  • tls_verify=yes/no enables or disables strict verification of the server TLS certificate. Disabling the verification can be useful if the database server is using self-signed certificates.

Databse service settings

Php-fpm support for OpenLiteSpeed custombuild new

Removed the roadblock for using PHP-FPM with OpenLiteSpeed.

Slight template adjustments were made along the way:

  • added new custombuild/configure/openlitespeed/httpd-webapps-fpm-extprocessor.template
  • renamed old custombuild/configure/openlitespeed/httpd-webapps-extprocessor.template to httpd-webapps-ls-extprocessor.template
  • adjusted data/templates/openlitespeed_vhost.conf

User Messages evolutionupdate

The Messages page has been redesigned with a cleaner layout. A search field was added for filtering messages, the per-page selector was replaced with proper pagination.

Before the changes

Messages page before

After the changes

Messages page after

Simplified system file editor evolutionupdate

The previous system file editor included advanced features and extra options that were not needed for everyday tasks. In this release, it was replaced with a simpler standard editor to make file editing easier and more straightforward.

User Statistics evolutionupdate

User stats have been restructured to be consistent with the reseller and server stats pages. AWStats setting has been moved from User Stats to the Domain Statistics page.

Disk Usage evolutionupdate

Disk usage pages have been restyled, replacing the tabbed layout with a streamlined single-page experience.

Bandwidth & History Tables evolutionupdate

History and bandwidth breakdown tables have been updated with consistent table styling, and the chart/table toggle has been refreshed.

Software version changes custombuildupdate

  • litespeed updated from 6.3.5-0 to 6.3.5-1
  • ls-php-litespeed updated from 8.1 to 8.3
  • nginx updated from 1.29.7 to 1.29.8
  • phalcon (PHP extension) updated from 5.10.0 to 5.11.1
  • PHP 8.4 updated from 8.4.19 to 8.4.20
  • PHP 8.5 updated from 8.5.4 to 8.5.5
  • ssh2 (PHP extension) updated from 1.4.1 to 1.5.0

Stats pages are now correctly indexed for search, including bandwidth breakdown which previously was unsearchable.

Removed "Edit in new tab" action in File Manager evolutionremoval

The separate "Edit in new tab" action has been removed from File Manager. As the editor workflow has improved, this extra action is no longer needed.

Protected directories outside the document root directory removal

It will no longer be possible to password-protect directories that are outside of the virtual host document root directory.

Protecting such directories used to work only when the Apache web server was used. This change unifies how the protected directories work across all web servers.