• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

admin login help

S

swebs

Guest
Need some help.

I cant seem to login to the control panel as "admin".

I can login to mysql as admin with the password that I know is the admin password but for some reason the control panel keeps giving me a "Login is incorrect".

Its actually giving the "Login is incorrect" for any login.

I tried the "service psa restart" but that didnt seem to help.

Any ideas or suggestions would be great.

Thanks in advance
 
Make sure that your IP is accepted by the server. Try to issue the following command:

echo "UPDATE misc set val='allow' where param='access_policy' | mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa
 
nice thanks.

I wonder what changed.

Why does the .psa.passwd file have the admin password in there in plain text? Can't anyone on the box with shell access can see it?
 
Originally posted by swebs
Why does the .psa.passwd file have the admin password in there in plain text? Can't anyone on the box with shell access can see it?

No, it should be locked down so only a user with root (or psaadm) access can read it - but I agree - it's not good programming ethics to have the password to administer a server lying around the system in plaintext. It may pose a risk if someone gains root access (through Apache or some other application) to reading files on the system.
 
Back
Top