ISPConfig 3.2.9 Beta 1 Released

This is a beta (pre-release) version of the upcoming 3.2.9 release for testing. We do not recommend updating production systems to the beta version. We plan to release the final version of ISPConfig 3.2.9 on November 21, 2022, if no major issues are found in the pre-release version.

What’s new in ISPConfig 3.2.9?

This version implements new features such as support for Ubuntu 22.04 and general support for PHP 8 and 8.1 as default PHP versions. Also, two-factor authentication is now available and several minor bugs found in the previous version have been fixed. Here are a few highlights of the changes:

General

  • Added support for Ubuntu 22.04
  • Implemented two-factor authentication
  • Added function to send quota messages to resellers
  • Fixed typo in the ISPConfig vhost which fixes the redirection of http to https

Client

  • Added function to set default country for new clients

DNS

  • Fixed DNS zone import function
  • Fixed issue where the entropy was too low for BIND on some systems

You can see the full changelog here:

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

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.9b1

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

The installation instructions for ISPConfig can be found here:

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

Installing ISPConfig 3.2.9 beta 1 on Ubuntu 22.04

Here is a short guide on how to install this IPConfig pre-release on Ubuntu 22.04.

https://www.ispconfig.org/blog/installing-ispconfig-3-2-9-beta-1-on-ubuntu-22-04/

Manual update instructions

If you want to test this beta release, 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.9b1.tar.gz
tar xvfz ISPConfig-3.2.9b1.tar.gz
cd ispconfig3_install/install
php -q update.php