The ISPConfig development version supports Ubuntu 24.04 now. You can install a Ubuntu 24.04 system like this: Code: wget -O - https://get.ispconfig.org | sh -s -- --use-ftp-ports=40110-40210 --unattended-upgrades --channel=dev It's important to use --channel=dev for now as this selects to install code from the development channel. Official support for Ubuntu 24.04 will be announced in the next few days with the ISPConfig 3.2.12 release. You can switch a system that was installed with the development version to the stable branch by running the following command: Code: ispconfig_update.sh After ISPConfig 3.2.12 has been released.
just ran a quick grep on the ai archive, it does not install the incron package still? It is a feature for the php-fpm reload functionality but not mentioned in the howto nor the ai that the incron package needs to be installed for it to work.
ispconfig 3.2.12 is ready. Thank you for the work @till . this instruction is always correct . wget -O - https://get.ispconfig.org | sh -s -- --use-ftp-ports=40110-40210 --unattended-upgrades --channel=dev or do I need to use this approach to update ubuntu and ispconfig ? wget -O - https://get.ispconfig.org | sh -s -- --use-ftp-ports=40110-40210 --unattended-upgrades thank you
Follow the installation tutorial, it covers Ubuntu 24.04: https://www.howtoforge.com/ispconfig-autoinstall-debian-ubuntu/
Why do you write I would say using --channel=dev is always wrong. Do not use the development branch, it is beta version and mostly does not work properly. When it starts working it is released as stable. ISPConfig developer might use the dev branch to keep up to date on what other developers are doing.