Skip to main content
All CollectionsVPS Hosting
[DirectAdmin] License renewal
[DirectAdmin] License renewal
Ieva avatar
Written by Ieva
Updated over a week ago

In some cases you may encounter an issue in your DirectAdmin control panel with the error message “License has expired”. We provide the DirectAdmin license until you use the server you purchased the DirectAdmin with and to solve this issue you need to apply three simple commands in your server while logged in via SSH as “root” user:

1. Add a new task for license confirmation:

echo 'action=update&value=license' >> /usr/local/directadmin/data/task.queue

2. Initiate task:

/usr/local/directadmin/dataskq

3. Restart DirectAdmin:

service directadmin restart

Login in to your DirectAdmin and the error message should not be seen anymore.

Did this answer your question?