Hi I installed the Ubuntu 22 server distro for Pi on my 5, and ran all the updates using this: ubuntu.com/core/docs/install-raspberry-pi After reboot I tried to following the perfect server guide for Ubuntu 22.04 but hit a snag: [INFO] Starting perfect server setup for Ubuntu 22.04.3 LTS [INFO] Checking hostname. [INFO] Configuring apt repositories. [INFO] Updating packages [INFO] Updated packages [INFO] Installing packages ssh, openssh-server, nano, vim-nox, lsb-release, apt-transport-https, ca-certificates, wget, git, gnupg, software-properties-common, curl, cron, ntp [ERROR] Exception occurred: ISPConfigOSException -> Installing packages failed. (/ispconfig.ai.php:15) Any ideas on things to try? Thanks, CJ
According to the output you posted, you were using the auto installer. A Raspi is a ARM server and the guide clearly says that ARM CPU is not supported, so running the auto installer on a ARM system must fail. https://www.howtoforge.com/ispconfig-autoinstall-debian-ubuntu/
Like @till wrote auto-installer is not going to work. However, this forum has threads about successfull ISPConfig install on Raspberry Pi. Search for those discussions. You need to use the manual installation guide, like this for Debian 12: https://www.howtoforge.com/perfect-server-debian-12-buster-apache-bind-dovecot-ispconfig-3-2/ Some packages are not available on ARM, so some adjustment is necessary.