How to get the website cp password

More information required, linuxnewbie.

Are you a server administrator with your own copy of DirectAdmin?

If so, do you mean the main root and/or admin password? Which one?

If you're not a server administrator with your own copy of DirectAdmin, then you'll need to contact your hosting company.

Jeff
 
You haven't clarified for me which password you're missing.

In general, linux/unix passwords are one-way encodes, and there's no way to get a password back once it's forgotten.

If you've lost your root password you can boot your server in a diagnostic mode and change the password; how you do it is OS distribution specific.

In linux the mode is called linux single.

If you've lost your admin password you can shell into your server as root and run this command:
Code:
# passwd admin
to change the password.

To change a reseller or user password you log into the control panel as admin and click on the link for changing passwords.

To change an email password you click on the change password box in the mailbox section of the control panel.

Jeff
 
Mail John and Mark support @ directadmin . com with your server IP, they will be able to help you.
 
Back
Top