Skip to content

Commit f24226f

Browse files
Merge branch 'development' into production
2 parents 0899c2d + 874b5b4 commit f24226f

3 files changed

Lines changed: 32 additions & 10 deletions

File tree

content/en/docs/deployment/general/salt.md

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Siemens Advanced License Technology"
33
url: /developerportal/deploy/salt/
44
weight: 90
5-
description: "This guide explains how to use Siemens Advaned License Technology (SALT) with Mendix"
5+
description: "This guide explains how to use Siemens Advanced License Technology (SALT) with Mendix"
66
aliases:
77
- /deployment/salt/
88
#To update these screenshots, you can log in with credentials detailed in How to Update Screenshots Using Team Apps.
@@ -24,18 +24,25 @@ This section explains the limitations for using SALT-based licenses.
2424

2525
SALT Licenses can only be used with the following Mendix versions:
2626

27-
* **Mendix 10**: 10.24.4 and above
28-
* **Mendix 11**: 11.2.0 and above
27+
* **Mendix 10** 10.24.4 and above
28+
* **Mendix 11** 11.2.0 and above
2929

30-
Each SALT license is bound to a specific major version of Mendix and cannot be used in newer major versions.
30+
Each SALT license is tied to a specific major Mendix version, for example MXP11 for Mendix 11. The license permits use of that version and all earlier major versions. To use a newer major version, you must have an active maintenance contract and can request a renewed license when the new major version is released.
3131

3232
### Deployment Restrictions
3333

3434
Mendix applications using a SALT License cannot be deployed to the Mendix Public Cloud.
3535

36+
### User Limits
37+
38+
SALT licenses distinguish between internal and external users:
39+
40+
* **Internal users** – SALT licenses specify a maximum number of named internal users. This limit is enforced independently by each application and is defined at the time of purchase. Limiting concurrent users is not supported.
41+
* **External users** – Unlimited external users can optionally be purchased. When purchased, external users are no longer counted against the internal user limit. To take advantage of this, users must be explicitly flagged as external in your application using the [User Classification](/appstore/modules/user-classification/) module or by setting the `UserType` attribute directly. If external users are not flagged, they are counted as internal users.
42+
3643
## Obtaining the SALT-based License
3744

38-
Upon purchase, your SALT-based license file is sent to you by email.
45+
Upon purchase, your SALT-based license file is sent to you by email. A single license file is valid for all of your Mendix applications. Multiple license files cannot be issued.
3946

4047
## Installing the Siemens License Server
4148

@@ -50,6 +57,10 @@ For detailed instructions on how to install the Siemens License Server and confi
5057
* [Siemens License Server](https://support.sw.siemens.com/en-US/product/1586485382)
5158
* [Getting Started with Siemens Advanced Licensing Technology (SALT) and the Siemens License Server (SLS)](https://support.sw.siemens.com/en-US/product/1586485382/knowledge-base/MG612613)
5259

60+
{{% alert color="info" %}}
61+
If you are deploying on-premises, you must generate a hardware ID (CID) using Siemens tools and provide it during the license provisioning process. Refer to the Siemens documentation above for instructions on generating a CID.
62+
{{% /alert %}}
63+
5364
## Configuring your Mendix Application
5465

5566
Each Mendix application that uses a SALT license must be configured with the following [runtime setting](/refguide/custom-settings/):
@@ -58,17 +69,23 @@ Each Mendix application that uses a SALT license must be configured with the fol
5869
License.SaltLicenseLocation = port@host
5970
```
6071

61-
* `port`: The port number specified during the license server installation.
62-
* `host`: The hostname or IP address of the machine running the license server.
72+
* `port` The port number specified during the license server installation.
73+
* `host` The hostname or IP address of the machine running the license server.
6374

6475
After you configure the runtime setting and start the Mendix application, the application connects to the Siemens License Server to validate the SALT license.
6576

6677
## FAQs
6778

6879
### When Does a Mendix Application Connect to the License Server?
6980

70-
Mendix applications connect to the license server during startup to retrieve the license. After this initial connection, the applications do not maintain ongoing connections to the license serve
81+
Mendix applications connect to the license server during startup to retrieve the license. After this initial connection, the applications do not maintain ongoing connections to the license server.
7182

7283
### What Happens If the License Server Is Unavailable?
7384

74-
If the license server becomes unavailable while a Mendix application is running, the application's current operation will not be affected. However, if the license server is unavailable during startup, the Mendix application will launch in trial mode. To resolve this, restart the Mendix application once the license server is available.
85+
If the license server becomes unavailable while a Mendix application is running, the application's current operation will not be affected. However, if the license server is unavailable during startup, the Mendix application will launch in trial mode. In trial mode, usage is limited to a specific number of users and the application stops running after a few hours.
86+
87+
To resolve this, restart the Mendix application once the license server is available.
88+
89+
### Does the License Server Require Internet Access?
90+
91+
SALT-based licenses can operate fully offline. No outbound connectivity to Siemens systems is required.

content/en/docs/deployment/private-cloud/private-cloud-license-manager.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ To apply the manifest to configure the ingress in the Kubernetes namespace, use
164164
You can confirm that you can connect to the PCLM server using the following URLs:
165165

166166
* `http<s>://pclm.<domain>/health` should return `HTTP 200 OK`
167-
* `https<s>://pclm.<domain>/metrics` should return `HTTP 200 OK` together with the collected server metrics
168167

169168
### Using the Kubernetes Service
170169

content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ For information on the current status of deployment to Mendix on Kubernetes and
1212

1313
## 2026
1414

15+
### May 21, 2026
16+
17+
#### License Manager CLI v0.10.10 {#0.10.10}
18+
19+
* We have updated components to use the latest dependency versions in order to improve security score ratings for container images.
20+
1521
### May 7, 2026
1622

1723
#### Portal Improvements

0 commit comments

Comments
 (0)