ISPConfig installation on Ubuntu 24.04

Discussion in 'Developers' Forum' started by till, May 31, 2024.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
    Last edited: May 31, 2024
    ztk.me likes this.
  2. ztk.me

    ztk.me Well-Known Member HowtoForge Supporter

    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.
     
    ahrasis and till like this.
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, we should add that package indeed.
     
    ahrasis likes this.
  4. Oitsuki

    Oitsuki Member

    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
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Follow the installation tutorial, it covers Ubuntu 24.04:

    https://www.howtoforge.com/ispconfig-autoinstall-debian-ubuntu/
     
    ahrasis and Oitsuki like this.
  6. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    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.
     
    ztk.me, ahrasis and Oitsuki like this.

Share This Page