Results 1 to 2 of 2

Thread: How to update DirectAdmin License Manually ?

  1. #1
    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

  2. #2
    Join Date
    Sep 2008
    Posts
    25

    Default

    If there is any readable error inside the file, then you'll have to contact sales@directadmin.com to get your license activated or updated.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •