On occasion, when you enter your license key under the Events > Settings > Licenses tab for one of our plugins, you might get a notification that says:

“Sorry, key validation server is not available.”

This usually happens when something is blocking the communication between your site and our license key validation server. In most cases, this could be caused by a security plugin, a firewall, or a security measure set up by your hosting provider.

If you have a security plugin installed, start by temporarily deactivating it for a short time while you re-check the validation. If the validation succeeds, then you might need to fine-tune the settings of the security plugin to allow communication with our server.

In case you are behind a firewall, try adding the following IP address to the firewall whitelist and see if that helps with the validation. This might be set up by your host, so you can reach out to them for assistance.

License Key Validation Server: 192.190.220.23

If that doesn’t work, you can try adding *.theeventscalendar to the WP_ACCESSIBLE_HOSTS constant, along with WP_HTTP_BLOCK_EXTERNAL (true).

To do that add the following code to your wp-config.php file.

define('WP_ACCESSIBLE_HOSTS', '*.theeventscalendar');
define('WP_HTTP_BLOCK_EXTERNAL', true);

If, after following these steps, you are still receiving the “Sorry, key validation server is not available.” message, then our support team will be happy to assist you further.