Mailwizz License Key Install Direct
Causes:
Fix:
A valid MailWizz license key (Envato purchase code) looks like:
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
(Example: 12ab-34cd-56ef-78gh-90ij – 36 characters including hyphens) mailwizz license key install
End of Report
* */6 * * * /usr/bin/php /home/youruser/public_html/apps/console/console.php license-verify > /dev/null 2>&1
This runs every 6 hours, ensuring your license status is fresh. Combine it with a log file for debugging:
* */6 * * * /usr/bin/php /home/youruser/public_html/apps/console/console.php license-verify >> /home/youruser/license_log.txt 2>&1
Test API connectivity from your server:
curl -I https://www.mailwizz.com/api/license/verify
Should return HTTP 200.
✅ This method does not require server file access.
Use this if you cannot access the admin panel (e.g., license error locks you out). Causes:
SQL Example:
UPDATE mw_option SET value = 'YOUR-NEW-LICENSE-KEY-HERE' WHERE name = 'license';
If you have already installed Mailwizz but need to update the license (e.g., moving from a test server to a live server, or the license was not validated correctly), follow these steps:
Causes:
Fix:

