DirectAdmin Password Reset or Recover Options
Password Reset From The DirectAdmin Panel
You possibly can reset the password out of your DirectAdmin panel. Please observe the steps given under.
1) Log in to your DirectAdmin panel.
2) Click on on the icon ‘Password’ from the checklist.
3) Enter the present password and new password within the prompted area and click on on the ‘Submit’ button.
Get better DirectAdmin Present Password
You possibly can recuperate the DirectAdmin password by checking the DirectAdmin set up log. The set up log will show the password which was set throughout the set up time. For this, please observe the under given steps.
1) Log in to the server through ssh.
$ ssh root@ServerIP
Enter the password when prompted.
2) Run the next command.
$ cat /var/log/directadmin/set up.log | grep Admin
Pattern Output:
Admin person created
Admin username: admin
Admin password: S1vhutnd54Ok
Admin electronic mail: admin@dnhdasg.area.com
Then enter your Admin username and password when prompted.
Thanks for utilizing DirectAdmin. Ought to you will have any questions, don’t hesitate to contact us at assist@directadmin.com
You’ll get the DirectAdmin password from the above given output.
Change DirectAdmin Password From Command Line.
You possibly can change the present DirectAdmin password to new one from command line. It may be completed by executing the next command.
$ passwd admin
altering password for person admin.
New password:
Retype new password:
passwd: all authentication tokens up to date efficiently.
Your DirectAdmin password has been efficiently modified and you’ll log in to your DirectAdmin panel together with your newly created admin password.