Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Reset DirectAdmin “admin” Password  (Read 3380 times)

0 Members and 1 Guest are viewing this topic.

Vinil

  • Guest
Reset DirectAdmin “admin” Password
« on: November 13, 2013, 06:58:54 am »
DirectAdmin determines the admin password during installation and saves these passwords into the file called setup.txt.

You can find the admin password from the file /usr/local/directadmin/scripts/setup.txt

------
adminname=admin
adminpass=xxxxxxx
------

where adminpass=xxxxxxx is the admin password generated during DA installation.

To change admin password, login the server as root and execute:

passwd admin

Enter your new password here.


That's it  :)