New DA install, no password??

darkus

Verified User
Joined
Dec 15, 2005
Messages
114
Hey guys, I just installed a fresh copy of DA, this is now my third install, but for some reason the install script went fine but did not spit out my DA password which was strange. DA is up and running just fine, but how can i retrieve the password ?
 
Try running this command as the root user through SSH:

Code:
cat /usr/local/directadmin/scripts/setup.txt

Look at the variable "adminpass" and that will be your password to login. Your username should be "admin". Hope this helps. :)
 
Perhaps this command will spit-out the answer easier?

Code:
cat /usr/local/directadmin/scripts/setup.txt | grep "adminpass"
 
Back
Top