• 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Clean install > admin / setup does not work

W

wmostrey

Guest
I just did a clean install on a Fedora Core 2 system of the install script type. Everything went perfect, but when I connect to https://[mydomain]:8443 and try to login with user admin and password setup, I get the message "Access denied". Why is that? (And no, my caps-lock is not on). How can I reset the password without access to the GUI?

When I open /etc/psa/.psa.shadow the password is "setup" but I really cannot log in.
 
You mysql password is different than setup. If you try in command line to login to mysql with:

mysql -uadmin -psetup

Does it work?
 
I found the problem, though I think it's more of a bug: When I connect to https://[domainname]:8443 it does not work. When I connected to https://[ip]:8443 it did work, though in the installation manual it says that I can connect to either the domain name or the ip address, I guess it's either listed wrong in the manual, or it's a bug.
 
Technically there is no difference if you login through website name or IP. Do you use a home router with load balancing?
 
I am having this problem too..

mysql -uadmin -p`cat /etc/psa/.psa.shadow

I log in just fine, cant login via psa.
 
My problem I guess was roots pw needs to match the pw set for admin, install didnt grab it correctly the first time around.
 
Back
Top