Need some help...

aopguild

New member
Joined
Jul 8, 2004
Messages
2
Can anyone plz tell me how to retrieve my admin password. The login is the domain name. Can't remember the pass word for the life of me. I can log into my ftp service but not the direct admin service. Can anyone help, Thanks
 
Do you have SSH access?

If so, try

passwd admin

It will prompt you a new password.
 
Unfortunatly, you'll need to have direct access to the server, ssh won't work unless you allow root ssh access.
 
aopguild said:
Does anyone know if there is a pass word recovery service? i.e. via email?

Passwords are one way encrypted, you need to login as root (either through ssh, or through terminal locally), then run:

passwd admin

as mentioned previously.

Chris
 
Back
Top