Hello, I started to follow this tutorial to install ispconfig on ovh vps https://www.howtoforge.com/ispconfig-autoinstall-debian-ubuntu/ wget -O - https://get.ispconfig.org | sh -s -- --use-ftp-ports=40110-40210 --unattended-upgrades I have this error Exception occurred: ISPConfigOSException -> Version 23.10 is not supported for ubuntu (/ispconfig.ai.php:15) Whats the best way to install ispon ubuntu23.10 php8.2 Thank you
Which also is not supported as it is still not LTS. Even the coming 24.04 LTS will not be immediately supported upon its release in April 2024 and may take time until 22.04.1 is released which is normally after October 2024, based on ISPConfig history. So your best option is Ubuntu 22.04 (php8.1) or Debian 12 (php8.2).
Ubuntu 23.010 and 23.04 are Ubuntu Desktop versions, not LTS server versions. Ubuntu itself recommends Ubuntu 22.04 for server use at the moment and as ISPConfig is a server control panel and not a desktop app, a server OS should be used. So the currently supported Ubuntu versions are the current Ubuntu server version, which is 22.04, and the old server version, which is 20.04. The next Ubuntu server version will be 24.04, released this spring, and ISPConfig will support it a few weeks after it becomes available. Alternatively, you can use Debian 12, which has some newer packages, but this does not matter much for server use in most cases and things like PHP 8.3 are available on both OS.