thrillhaus
Apr 5 2004, 07:46 PM
I logged onto the server, and open the Plesk shortcut on the server desktop. However, I was unable to log-on, as I could not guess the username and password!
I tried using admin, administrator, and webmaster with the password for my server.
alduin
Apr 5 2004, 07:59 PM
Plesk's default, at least on Linux, is admin/setup.
thrillhaus
Apr 5 2004, 08:11 PM
ah thanks
No one told me this until now
alduin
Apr 5 2004, 08:13 PM
No problem. You may also want to bookmark SW-Soft's PSA forums... there's all sorts of useful stuff in there...
http://forum.sw-soft.com/
thrillhaus
Apr 5 2004, 08:27 PM
New problem! lol
I logged in, but didn't click log-out. Now I'm unable to log back in due to the fact that it says someone is already connected. Will that just eventually time out?
thrillhaus
Apr 5 2004, 08:30 PM
OH ! Nevermind... found the answer on that forums link
alduin
Apr 5 2004, 08:33 PM
For the benefit of everyone else, yes. It'll just time out. =) Alternatively, if it's a Linux/BSD box, you could go into mysql via the command line and do:
CODE
use psa;
delete from sessions where login='admin';