Receive "License has expired" When login to DA

kutedock

New member
Joined
Mar 14, 2022
Messages
2
Hi
We have problem about can't update license key
OS: Ubuntu 20.04.1 LTS
DA v. : 1.63.4
First time we use TEMPORARY TRIAL LICENSE then before license expire we buy new one (Lite license) and use this command

cd /usr/local/directadmin/scripts
./getLicense.sh 'license key'
service directadmin restart
ref: https://docs.directadmin.com/directadmin/general-usage/licensing.html

Then we can use normally since 06/03/2022 to 13/03/2022 until today we got error "License has expired" See the Debug Guide Current Server Time: XXXXXXX again

And I trying to reupdate my license key this procedure

cd /usr/local/directadmin/scripts
./getLicense.sh 'license key'
service directadmin restart
ref: https://docs.directadmin.com/directadmin/general-usage/licensing.html

But not resolve and got same error.

Thanks you for you help :)
 
Try updating Directadmin first and then renewing your license:

Code:
/usr/local/directadmin/scripts/getDA.sh current
 
Back
Top