Directadmin not working

kikloo

Verified User
Joined
Jul 17, 2019
Messages
71
Hi,

I just installed DA on my server, and I get the following when i visit 2222:

---
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.
 
Check your /etc/resolv.conf for content. Normally this should contain nameservers from Hetzner.
Also check if maybe some default iptables firewall is running and disable that.

Check with the iptables -L command if all is set to ACCEPT, and if not try with iptables -F and/or iptables -X to flush the rules and try again.
 
Back
Top