Skip to content

Software License

On the Settings -> Software License page, you can view the license time, validity period, user limit, request code, tenant limit, and user limit within the tenant.

The request code is a piece of code generated by the Hengshi system to create a registration code. After installing the Hengshi system, a request code is automatically generated, which includes the fingerprint information of the machine and the permission information of the current License.

When a user needs to update the license, they need to send the request code from the current system to Hengshi Support. The support staff will generate a new license code corresponding to the request code and send it to the user.

The user clicks Upload File and Update License Code, uploads the new license file, clicks OK, and the new license code takes effect.

Hengshi system provides users with a one-month free trial opportunity. If you need a License, please visit the Hengshi official website or send an email to support@hengshi.com.

Update Platform License Using Script

In special cases where you need to update the platform license without logging in, you can use the following script method to update. The Hengshi program needs to be running normally during the update.

bash
cd /opt/hengshi;
bin/switch_license_with_tenant_management_type.sh -m import_platform_license -l <path_to_license_file>

Change Tenant Management Method

Only the license management method can be changed to platform management. The Hengshi program needs to be running normally during the update.

bash
cd /opt/hengshi;
bin/switch_license_with_tenant_management_type.sh -m to_platform_management -l <path_to_license_file>

HENGSHI SENSE Platform User Manual