Your license key arrives when you complete your purchase. It looks like this:
WHMAZ-XXXXX-XXXXX-XXXXX-XXXXX
During installation
In the installer at Step 5 (Site Settings) there is a Software License section:
- License Key — paste the key you received at purchase.
- License Server URL — the address of the WHMAZ site that issued your key.
- Verify — click this to confirm the key before you finish. Installation will still complete without it, but tier features stay locked until a valid key is saved.
- Master server — leave this unticked. It is only for the vendor's own install.
After installation
These values are written to the .env file at the root of your install and can be edited there at any time:
LICENSE_KEY=WHMAZ-XXXXX-XXXXX-XXXXX-XXXXX
LICENSE_SERVER_URL=https://my.whmaz.com
IS_LICENSE_MASTER=false
Save the file and reload the admin portal. The next license check picks up the new key and unlocks the features for your tier.
If the key will not verify
Check that the server can reach the license server over HTTPS and that the curl PHP extension is installed. See Fixing License Verification Errors for the full list of symptoms and fixes.