How to change DirectAdmin admin passsword from SSH?

HostStud

Administrator
Staff member
You can change the DirectAdmin password by executing the following command in SSH :

Code:
$ passwd admin
$ passwd admin
changing password for user admin.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.
 
Top