Installing ISPConfig 3.1 on Ubuntu Server 20.04 LTS, PHP 7.4, MySQL Ver 8.0.21-0ubuntu0.20.04.4 for Linux on x86_64 I'm almost done, but tried to log in with 'admin' and password provided during installation process but with no luck. The error message is as follows: "Username or Password wrong.1" Screenshot attached. Also, after installing ISPConfig I got admin login page without Logo image. I followed over instructions how to change admin password with this command: Code: UPDATE sys_user SET password = md5('admin') WHERE username = 'admin'; but surprisingly it turned out the dbispconfig database does not have such table. In fact, the database is empty. I also attached screen with tables list. The connection between ISPConfig web app and the DB is established because there is a row created with info about login attempts. Do anyone have an idea what's going on? The database seems to be corrupted. And why there is no Logo image on login page? Here is my htf_report.txt file: ##### SERVER ##### IP-address (as per hostname): ***.***.***.*** [WARN] could not determine server's ip address by ifconfig [INFO] OS version is Ubuntu 20.04.1 LTS [INFO] ISPConfig is installed. ##### ISPCONFIG ##### ISPConfig version is 3.1dev ##### VERSION CHECK ##### [INFO] php (cli) version is 7.4.3 ##### PORT CHECK ##### ##### MAIL SERVER CHECK ##### ##### RUNNING SERVER PROCESSES ##### [INFO] I found the following web server(s): Apache 2 (PID 1337332) [INFO] I found the following mail server(s): Postfix (PID 1337200) [INFO] I found the following pop3 server(s): Dovecot (PID 1337248) [INFO] I found the following imap server(s): Dovecot (PID 1337248) [INFO] I found the following ftp server(s): PureFTP (PID 1337410) ##### LISTENING PORTS ##### (only () Local (Address) [anywhere]:993 (1337248/dovecot) [anywhere]:995 (1337248/dovecot) [localhost]:10023 (1390/postgrey) [localhost]:10024 (1337231/amavisd-new) [localhost]:10025 (1337200/master) [localhost]:10026 (1337231/amavisd-new) [localhost]:10027 (1337200/master) [anywhere]:587 (1337200/master) [localhost]:11211 (1004/memcached) [anywhere]:110 (1337248/dovecot) [anywhere]:143 (1337248/dovecot) [anywhere]:465 (1337200/master) ***.***.***.***:53 (1337430/named) [localhost]:53 (1337430/named) [anywhere]:21 (1337410/pure-ftpd) ***.***.***.***:53 (882/systemd-resolve) [anywhere]:22 (1211/sshd [localhost]:631 (1127/cupsd) [localhost]:953 (1337430/named) [anywhere]:25 (1337200/master) *:*:*:*::*:443 (1337332/apache2) *:*:*:*::*:993 (1337248/dovecot) *:*:*:*::*:995 (1337248/dovecot) *:*:*:*::*:33060 (1336300/mysqld) *:*:*:*::*:10024 (1337231/amavisd-new) *:*:*:*::*:10026 (1337231/amavisd-new) *:*:*:*::*:3306 (1336300/mysqld) *:*:*:*::*:587 (1337200/master) [localhost]10 (1337248/dovecot) [localhost]43 (1337248/dovecot) *:*:*:*::*:8080 (1337332/apache2) *:*:*:*::*:80 (1337332/apache2) *:*:*:*::*:8081 (1337332/apache2) *:*:*:*::*:465 (1337200/master) *:*:*:*::*:8050 (1337332/apache2) [localhost]716 (233460/kdeconnectd) *:*:*:*::*264b:feff:fe54:53 (1337430/named) *:*:*:*::*:53 (1337430/named) *:*:*:*::*:21 (1337410/pure-ftpd) *:*:*:*::*:22 (1211/sshd *:*:*:*::*:631 (1127/cupsd) *:*:*:*::*:25 (1337200/master) *:*:*:*::*:953 (1337430/named) ##### IPTABLES ##### Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination
MySQL 8 is not supported by ISPConfig, so you can not install ISPConfig on a server that runs MySQL 8. Either install MariaDB or MySQL 5.7.