This version introduces numerous improvements, including system load graphs on the Dashboard and in the Monitor Module, PostgreSQL database support for websites, enhancements to Let’s Encrypt SSL certificates, PHP-CLI versions that match the website’s PHP versions, and more.
Update 2025-04-26: We updated the released version today to 3.0.3p1 to fix an issue that clients were unable to create a new database due to limit exceeded messages.
We’re introducing real-time visualization of your server’s performance. With ISPConfig 3.3, you can view your system load, memory usage, and network data transfer as easy-to-understand graphs. These will be displayed on the dashboard and within the monitor module, giving you insight into resource usage at a glance.
Beyond MySQL and MariaDB, you’ll be able to use PostgreSQL databases for websites in ISPConfig. This highly requested feature provides greater flexibility, enabling you to host web applications that rely on PostgreSQL.
Auto Cleanup of Certificates: Old certificates will be automatically removed, reducing clutter and keeping your certificate storage organized.
ECC Certificates: In addition to RSA certificates, Let’s Encrypt in ISPConfig 3.3 will support ECC (Elliptic Curve Cryptography) certificates for more modern and efficient encryption.
When you define the PHP version for a website, the same version will now apply to any shell users associated with that website. This streamlines your workflow, ensuring consistent environments for your development and deployment processes.
We’re making it easier than ever to expand ISPConfig’s functionality. With the ISPConfig Plugin/Extension Installer, you will be able to discover and install new extensions without leaving the control panel (System > Extension Installer and via ispc extensions command). This means a smoother and more centralized management experience.
Extension repository: https://repo.ispconfig.com/
More extensions, such as the ISPConfig WordPress Manager and ISPConfig Billing Module will be available in the next few days.
Your ISPConfig configuration and database will benefit from an automatic nightly backup process. These backups will keep your environment secure and recoverable, minimizing downtime in case of data loss or system issues.
For users running MySQL 8 or later, we are adding support for sha2_caching_password. This ensures you’re taking advantage of the latest authentication methods, offering improved security for your databases.
Please see the changelog for a full list of features and bug fixes:
https://git.ispconfig.org/ispconfig/ispconfig3/-/milestones/48
Please take a look at the bug tracker:
You can report bugs at https://git.ispconfig.org/ispconfig/ispconfig3/issues
https://www.ispconfig.org/downloads/ISPConfig-3.3.0p1.tar.gz
The installation instructions for ISPConfig can be found here:
https://www.ispconfig.org/ispconfig-3/documentation/
You can update to ISPConfig 3.3 by using the ispconfig_update.sh command.
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.3.0p1.tar.gz tar xvfz ISPConfig-3.3.0p1.tar.gz cd ispconfig3_install/install php -q update.php