License Management
Learn how to manage, refresh, and troubleshoot your Simuzo license.
Overview
Simuzo requires a valid license to operate. The license is tied to your server's IP address and is checked periodically by the system.
Viewing License Details
You can view your current license status and details through the Admin Panel or the CLI.
Using the Admin Panel
Navigate to Settings → License. Here you can see:
- License Key / ID
- License Type (Monthly, Yearly, etc.)
- Expiry Date
- Last Refresh Date
Using the CLI
Run the following command to see license details:
simuzo --license
Refreshing the License
If you have recently renewed your license or changed its details in the billing portal, you may need to manually refresh it on the server.
Manual Refresh via CLI
simuzo --refresh-license
This command will force the server to contact the licensing server and update the local license data.
Troubleshooting
License Check Failed
If Simuzo reports a license failure, check the following:
- Ensure your server can connect to
softaculous.comon port 443. - Verify that the server IP matches the IP assigned to the license.
- Check if there is a firewall blocking outgoing requests.