In this article, AZDIGI would like to guide you through updating your DirectAdmin license when you renew your license or update it.
To update the license, you must buy a DirectAdmin License and AZDIGI is currently a DirectAdmin Reseller, you can refer to information about the license and price at the link below:
Necessary information before updating the license
- SSH: root account (IP, user, password, port)
- UID: Client ID (Company or agent will send it to you)
- Default if you buy the license at AZDIGI UID will be 65035
- LID: License ID (Company or agent will send it to you)
After you SSH into the VPS and enter the commands as follows:
cd /usr/local/directadmin/scripts ./getLicense.sh 65035 1234 service directadmin restart
Note:
- 65035: is UID
- 1234: LID
Note: If there is an extraction error, then run the following command
head -n 1 /usr/local/directadmin/conf/license.key
Then you enter the commands:
cd /usr/local/directadmin/scripts ./getLicense.sh 65035 1234 1.2.3.4 service directadmin restart
In there:
- 65035: UID
- 1234: LID
- 1.2.3.4: VPS’s IP
So the process of updating the DirectAdmin license has been completed.