Hello. I'm trying to install ISPConfig with auto install wget -O - h ttps://get.ispconfig.org | sh -s -- --use-nginx --use-ftp-ports=40110-40210 --unattended-upgrades on clean Debian12 guest machine, but getting an error: Exception occurred: ISPConfigOSException -> Installing packages failed. (/ispconfig.ai.php:15) How to fix?
Then your system has issues downloading and installing packages with apt. Is this an ARM64 or X86_64 system? Please note that 32Bit systems are not supported. Run: name -a and post the result. also run: df -h command and post the result. maybe your harddisk is full.
I didn't find anything about "name -a". Maybe you ment "uname -a": Linux isp 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64 GNU/Linux Also here is "hostname" and "hostname -f": And "df -h":
So it is x86_64 architecture which should work, and disks space is available. Maybe the error was transient, does it work now if you try again with same install command? If not, read the info on how to turn on debug on the ISPConfig autoinstaller, to see where the install fails.
In /tmp/ispconfig-ai/var/log/setup-20241127122900.log I found that it stops on installing php packages: I've added source lists already as it is said in Documentation: Maybe I need add some more source lists for php?
The installation instructions of the auto installer do not say to edit sources.list at all. I guess you mixed several incompatible install guides, which must result in a failed setup. So the next steps are: 1) Format your server so you are back at a clean minimal install. 2) Follow this guide only: https://www.howtoforge.com/ispconfig-autoinstall-debian-ubuntu/ Do not manually edit any config files or install other software.