[DirectAdmin] license renewal

In some cases you may encounter an issue in your DirectAdmin control panel with 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 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 into your DirectAdmin and the error message should not be seen anymore.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Linux Applications
How to resolve spamming issue with postfix

How to resolve the spamming issue with your postfix mailserver having CWP. Before starting we should stop the postfix mailserver. service postix stop For start lets count the number of emails stuck in the mail server queue: postqueue -p | grep -c “^[A-Z0-9]” Select few similar emails and use IDs …

Web hosting control panels
How to manually import emails

Instructions for manual import of the emails to your CWP server. 1. Create all required mailboxes via CWP2. Login in each created mailbox (this will create required file and folder structure)3. Copy the emails (like any other files) in /var/vmail/DOMAIN.COM/USERNAME4. Fix Permissions (chown uploaded files vmail:mail) Example path for email …

Web hosting control panels
[VestaCP] Getting started with VestaCP

Introduction The Vesta Control Panel is a free, open source website control panel with website, email, database, and DNS functionalities built in. More information can be found on official web page: https://vestacp.com/ VestaCP Template In Time4VPS you are able to install VestaCP template really easy and fast, only with few …