Bobcares

Try our smart search search

Learn how to change the DirectAdmin License Key. Our DirectAdmin Support team is here to help you with your questions and concerns.

DirectAdmin Change License Key | Guide

DirectAdmin is a powerful tool for managing our server.

However, sometimes we may need to manually update our license to keep everything running smoothly.

DirectAdmin Change License Key

Here are the steps to manually update our DirectAdmin:

  1. To begin with, gather the Client ID (uid) and License ID (lid). These are unique identifiers provided to us by DirectAdmin.
  2. Then, head to the right directory by typing `cd /usr/local/directadmin/scripts` in the terminal. Then, run this command , replacing `123` and `1234` with your Client ID and License ID respectively:
    ./getLicense.sh clientID LicenseIDCopy Code
  3. After updating the license, restart the DirectAdmin service to apply the changes:
    service directadmin restartCopy Code

Troubleshooting Tips

Here are some troubleshooting tips in case you run into trouble while changing the DirectAdmin License Key:

  • If you encounter errors while extracting the update files, run the following command to identify any issues:
    head -n 1 /usr/local/directadmin/conf/license.keyCopy Code
  • If you have multiple IPs on your device and run into issues with wget binding to the incorrect one, specify the IP to bind to by adding it as the last argument in the command:
    ./getLicense.sh clientID LicenseID 1.2.3.4Copy Code
  • If you cannot connect to port 443, try using port 80 to download the license file:
    echo 1 > /root/.insecure_downloadCopy Code
  • If you run into errors during the restart process, restart DirectAdmin forcefully by running:
    killall -9 directadmin
    /etc/init.d/directadmin start
    Copy Code

Change Server IP

If we change our server’s IP address, then we have to update the DirectAdmin license as seen here:

  1. First, contact DirectAdmin to obtain a new license file reflecting the updated IP address.
  2. Then, SSH into our server and run the following commands to update the license and restart DirectAdmin:
    /usr/local/DirectAdmin/scripts/getLicense.sh
    /etc/init.d/DirectAdmin restart
    Copy Code
  3. Next, download the ipswap.sh script from DirectAdmin and make it executable:
    wget http://www.DirectAdmin.com/ipswap.sh
    chmod 755 ipswap.sh
    Copy Code
  4. Now, run the ipswap.sh script with the old and new IP addresses as arguments:
    ./ipswap.sh OLP_IP NEW_IPCopy Code
  5. Finally, restart the needed applications to apply the changes:
    /etc/init.d/httpd restart
    /etc/init.d/proftpd restart
    /etc/init.d/exim restart
    /etc/init.d/dovecot restart
    Copy Code

With these steps, we can easily update our DirectAdmin license.

 

[Need assistance with a different issue? Our team is available 24/7.]

Conclusion

In brief, our Support Experts demonstrated how to change DirectAdmin License Key.

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED