directadmin service not getting start

Amit

Verified User
Joined
Mar 24, 2020
Messages
129
Location
India
Hi,
directadmin service is not starting see following \error and help me .
./directadmin b200
on the above command following error coming

2022/09/24 14:45:31 fatal failed reading license file error=EOF file=/usr/local/directadmin/conf/license.key

systemctl restart directadmin
on the above command following error is coming
. Job for directadmin.service failed because the control process exited with error code. See "systemctl status directadmin.service" and "journalctl -xe" for details.
 
Try this via SSH.

Code:
cd /usr/local/directadmin/custombuild/scripts
./getDA.sh current
after that from the same directory
./getLicense.sh "LicenseKey"
where you have to replace the llicenskey text with your real license key.
 
Back
Top