• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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