Directadmin always back to "License key is missing on this server"

sunarta25

New member
Joined
Jul 12, 2024
Messages
2
got the error yesterday, and re-apply the license, but after 30 minute its back to missing license key, and Run this bellow command:

/usr/local/directadmin/scripts/getLicense.sh 'Your_DA_license_key'
systemctl restart directadmin

got From Support Ticket, but still its comeback again, so tired to set license every 30 minute, and other information is my DA version is v1.660, i was update to v1.664, hope the license fixed, but still comeback.. and than i check after re-apply the license, its going back to version v.1.660, how it can be?

Screenshot 2024-07-13 084517.png


bellow is successful update
Screenshot 2024-07-13 072117.png


and now i check it again my version

Screenshot 2024-07-13 090855.png


how can we fix this?
 
What does the permissions of your license file say?
Do this
Code:
ls -alt /usr/local/directadmin/conf/license.key

And after this error did you do this?

Code:
echo YOURLICENSEKEY > /usr/local/directadmin/conf/license.key
chmod 600 /usr/local/directadmin/conf/license.key

If the permissions are not good or you used the old license update script after updating DA might see the file as modified and you have this error all the time.
 
Back
Top