Updating your DirectAdmin License manually


Enter Your Query:
Use '%' for wildcards and quotes for "exact phrases"


Top Level » TroubleShooting
Top Level » DirectAdmin

Updating your DirectAdmin License manuallyLast Modified: Jan 18, 2013, 4:11 pm
If you need to update your DirectAdmin license manually, you can do so by running the following commands:

cd /usr/local/directadmin/scripts
./getLicense.sh 123 1234
service directadmin restart

Where 123 and 1234 are your Client ID and License ID, respectively. If there are errrors extracting the update.tar.gz file, then run:
head -n 1 /usr/local/directadmin/conf/license.key

to search for an error. If there is an readable error inside the file, double check the IP you are using matches the IP in the license on our system.  Also check that it's active in our clients section.  Failing that, you'll need to contact sales@directadmin.com to get your license activated or updated.

If you have multiple IPs on your device and wget is binding to the incorrect one, you can specify the IP to bind to by adding it as the last argument:

cd /usr/local/directadmin/scripts
./getLicense.sh 123 1234 1.2.3.4
service directadmin restart



If you're not able to connect to port 443 on directadmin.com (https), or are not getting any results (no returned data), it may be a block somewhere on 443.
For that case, you can try using port 80 to get the license.  To do this, type:

echo 1 > /root/.insecure_download

and the scripts will automatically download over port 80, without encryption.


If you get errors during the restart, eg:

Stopping DirectAdmin: [ FAILED ]
Starting DirectAdmin: [ OK ]

your PID file may be out of sync. In the case, restart directadmin forcefully:

killall -9 directadmin
/etc/init.d/directadmin start

Retry the restart command, to ensure that both the "Stopping" and "Starting" sections are "[ OK ]".

If you cannot connect to port 2222 at all, see this guide:
http://help.directadmin.com/item.php?id=75
 
Related Helpfiles
error with wget: use `--no-check-certificate` for licenses/updates
How to compile wget for your system
I need to automate the updating of my license file in ssh

© 2003 JBMC Software, Suite 173  3-11 Bellerose Drive, St Albert, AB  T8N 1P7  Canada.  Mon-Fri 9AM-5PM MST