transient licence check failure: incompatible version, please upgrade DirectAdmin

hayk

New member
Joined
Aug 15, 2006
Messages
4
I've got an error for a few days: license check failure error=transient licence check failure: incompatible version, please upgrade DirectAdmin
What could be the problem?
 
For a old Centos 6 box this fix it:

wget https://download.directadmin.com/di...adfcfec4ee9916bf06283e4134_rhel6_amd64.tar.gz
tar xzf "/root/directadmin_3eb92b2bee482dadfcfec4ee9916bf06283e4134_rhel6_amd64.tar.gz" -C /usr/local/directadmin # extracts downloaded package to /usr/local/directadmin
/usr/local/directadmin/directadmin permissions || true # runs post-upgrade permission fix step
/usr/local/directadmin/scripts/update.sh # runs other post upgrade fixes
service directadmin restart
 
I'm getting this on new install

---
License check failure See the Debug Guide
Reason: request failed: Post "https://licensing.directadmin.com/start": dial tcp: lookup licensing.directadmin.com on [::1]:53: read udp [::1]:44375->[::1]:53: read: connection refused
Current Server Time: Mon, 21 Nov 2022 17:19:28 CET
---

I tried debugging but to no avail. How to fix?

When I try to do:

bash <(curl -fsSL https://download.directadmin.com/setup.sh) 'sadadsdada/adasdasdasdasdasdasda='

---
curl: (6) Could not resolve host: download.directadmin.com
---

My server is by hetzner.
 
Back
Top