Is it possible to add single-app license(A system) and a multi-app license(B system) on 1 server?

0
hello,please tell me, Now my client try to use Single Apps lisence and Multi app lisence in 1 VM server,and single apps lisence is for A system, and Multi apps lisence is for B system. (I think this is possible , by using mendix service console)   But, is it possible to add single lisence (for A) and multipl lisence(for B) in 1 mendix server ?     windows server 2019   mendix v10.16.0   menndix service console v4.7     thank you very much,
asked
2 answers
1

Hi Hiro,

 

I’m not an on‑prem developer, so I’m basing this answer on Mendix documentation.

Based on Mendix documentation yes, it should be possible to run two separate Mendix apps on the same Windows VM and use different licenses for each app (a “single‑app” license for system A and a “multi‑app” license for system B).

 

How on‑prem licensing seems to work:

When you run on Windows, each Mendix app/node appears to need its own license activation. The “One App” vs “Unlimited Apps” plans are commercial packages; technically you still activate a license per app/node. From what I understand, you can mix these on the same server.

 

Via Mendix Service Console:

  1. Install both apps as separate Windows services. Use different service names, ports, working folders, service accounts, and databases.

  2. Activate the license for App A (single‑app):

    • In Service Console: Advanced → Show or add license…, copy the Server ID.
    • Request a license key from Mendix Support for that Server ID.
    • Paste the key into the same dialog and click Activate.
  3. Activate the license for App B (multi‑app):

    • Repeat the same steps for App B.

Note (this point can be important) : Use separate service accounts and databases per app for isolation.

 

Docs I relied on:

Licensing Apps | Mendix Documentation

Activate a Mendix License on Microsoft Windows | Mendix Documentation

Microsoft Windows | Mendix Documentation

 

Hope this helps

answered
1

hello, Ridvan

 

thank you very much for quick answer :)

answered