# ispconfig on rhel9 ```shell dnf config-manager --enable crb ``` ```shell dnf install -y epel-release ``` ```shell dnf install -y wget curl ``` ```shell dnf install -y https://repo.okay.com.mx/centos/9/x86_64/release/okay-release-1-10.el9.noarch.rpm --nogpgcheck ``` ```shell dnf install -y task-ispconfig3 ``` ```shell systemctl enable --now mariadb ``` ```shell mkdir -p /usr/local/src/ispconfig cd /usr/local/src/ispconfig wget https://ispconfig.org/downloads/ISPConfig-3.2.11p1.tar.gz tar -zxvf ISPConfig-3.2.11p1.tar.gz cd ispconfig3_install/install ``` ```shell php install.php ```