ISPConfig 3.2.10 Released

This version resolves some PHP 8+ compatibility issues and mostly solves bugs, though we have introduced a few new features as well.

What’s new in ISPConfig 3.2.10?

Here are a few highlights of the changes:

General

  • When updating to a newer version from 3.2.10 (or newer), you will not be asked for a MySQL root user password unless necessary
  • Added menu.d directory support to all UI modules
  • Fixed a issue that broke quota notifications

Sites

  • Renamed “Shell user” to “SSH/SFTP User”

DNS

  • Added API calls for DNSSEC functions
  • Fixed CAA record for Sectigo (please be aware that existing CAA records will need to be updated manually if necessary)
  • Fixed the DNS zone import function

You can see the full changelog here:

https://git.ispconfig.org/ispconfig/ispconfig3/-/milestones/83

Known issues

Please take a look at the bug tracker:

https://git.ispconfig.org/ispconfig/ispconfig3/-/issues?scope=all&utf8=%E2%9C%93&state=opened&label_name[]=Bug

You can report bugs at https://git.ispconfig.org/ispconfig/ispconfig3/-/issues

Supported Linux Distributions

– Debian 9 – 11 (recommended) and Debian testing
– Ubuntu 16.04 — LTS – 22.04 LTS (recommended)
– CentOS 7 – 8

Download ISPConfig 3.2.10

https://www.ispconfig.org/downloads/ISPConfig-3.2.10.tar.gz

The installation instructions for ISPConfig can be found here:

https://www.ispconfig.org/ispconfig-3/documentation/

How can I update to the ISPConfig 3.2.10?

You can update to ISPConfig 3.2.10 by using the ispconfig_update.sh command.

Manual update instructions

In case you need to run the update manually without using ispconfig_update.sh, use the manual download procedure below:

Run the following commands as root user on your ISPConfig server:

cd /tmp
wget https://www.ispconfig.org/downloads/ISPConfig-3.2.10.tar.gz
tar xvfz ISPConfig-3.2.10.tar.gz
cd ispconfig3_install/install
php -q update.php