• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

unable to get admin password

C

coderli

Guest
I am attempting to install Plesk on Fedora core 2 (fresh install of fodera) and Plesk is giving me errors. here is the error log:

Code:
ERROR while trying to Unable to get admin password

Aborting...

I am installing Plesk 7.5.3 via SSH using root. I have installed 7.5 with no problem but with 7.5.3 that error shows up. Anybody know what it is asking? why is it not able to get admin password? is it trying to get it from MySQL? any help would appreciated thanks.

Coderli
 
Are you root?

It can't read /etc/psa/.shadow to get the admin password. I think you're trying to install Plesk as a non-root user (!)

Try reading the file yourself...

# cat /etc/psa/.psa.shadow
 
Back
Top