• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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