Hello @all, might it be possible to add the newer Ubunt Version-Strings to the monitor_tools.inc.php (at Line 90) case "23.10": $relname = "(Mantic Minotaur)"; $distconfid = 'ubuntu2310'; break; case "23.04": $relname = "(Lunar Lobster)"; $distconfid = 'ubuntu2304'; break; case "22.10": $relname = "(Kinetic Kodu)"; $distconfid = 'ubuntu2210'; break; This would be great. Best regards PP
Like @Th0m mentioned, ISPConfig supports LTS releases only, as Ubuntu itself sees the versions between LTS versions as Desktop and not server releases. So, we will add Ubuntu 24.04 there as soon as support for it is added in ISPConfig.