Mysql password
cat /usr/local/directadmin/conf/mysql.conf
Paths
script path /usr/local/directadmin/scripts/
Apache config file /etc/httpd/conf/httpd.conf
FTP locations
/etc/proftpd.passwd
/usr/local/directadmin/data/users/username/ftp.passwd
Manualy update directadmin licence
cd /usr/local/directadmin/scripts
./getLicense.sh ClientDI LicenseID
service directadmin restart
In case, you see errors while extracting update.tar.gz file, you can run the following :
head -n 1 /usr/local/directadmin/conf/license.key
If there is error inside file, check the IPs and license and make sure it's licensed. If multiple IPs on device and wget binds, you can mention IP to bind by adding last argument :
cd /usr/local/directadmin/scripts
./getLicense.sh clientID LicenseID 1.2.3.4
service directadmin restart
Location of IP's that assigned for specific account
/usr/local/directadmin/data/users/username/ip.list.
/usr/local/directadmin/data/users/username/domains/domain.com.conf
Apache/PHP recompilation in directadmin
http://help.directadmin.com/item.php?id=135
Chnage domain name
=======================
1. login to DirectAdmin control panel
2. show all users >> select the user >> Login as user >> domain setup >> chnage domain name >>
Change account user name
============================
cd /usr/local/directadmin/scripts
./change_username.sh oldusername newusername
Tomcat installation
http://www.directadmin.com/forum/showthread.php?t=2227