View Single Post
  #1 (permalink)  
Old 12-05-2008, 01:45 PM
Suhaib Suhaib is offline
Administrator
 
Join Date: Sep 2008
Posts: 27
Default How to update DirectAdmin License Manually ?

In case you need to update DirectAdmin manually, you need to run the following command :

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
Reply With Quote