servisys / ispconfig_setup

ISPConfig autoinstaller and setup
GNU General Public License v3.0
507 stars 257 forks source link

Can't login with admin/admin - Debian 9 #273

Closed Jean-CS closed 5 years ago

Jean-CS commented 5 years ago

Trying to log in after the first installation with admin/admin returns error "Username or Password wrong.1".

The default ISPConfig Username is: admin
              and the Password is: admin
Warning: This is a security risk. Please change the default password after your                                                                                         first login.
Jean-CS commented 5 years ago

Alright alright, it's fixed.

Tried to follow this: https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-reset-the-administrator-password-in-ispconfig-3/

But then this command mysql -u root -p returned this error:

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2 "No such file or directory")

And then this clarified everything: https://stackoverflow.com/a/10545518

TLDR: MySQL was not running.