You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/control-center/company/dashboard.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The Control Center dashboard gives you an overview of various activities for you
19
19
20
20
These are some examples of what you can find on the dashboard:
21
21
22
-
* <aid="contract-info"></a> **Company Information** – displays all contracts associated with the company, including the customer name, contract status, expiry date, and remaining time until expiry. For more details, refer to [Contract Management](/developerportal/deploy/contract-management/)
22
+
* <aid="contract-info"></a> **Company Information** – displays all contracts associated with the company, including the customer name, contract status, expiry date, and remaining time until expiry. For more details, refer to [Contract Management](/developerportal/deploy/subscription-management/)
23
23
***Apps Created** – you can filter these [apps](/control-center/apps/) by date
24
24
***Mendix Versions** – describes which Studio Pro/Mendix versions your internal and external [members](/control-center/members/) are using for apps, which is especially important as the development of apps on outdated or [non-MTS/LTS versions](/releasenotes/studio-pro/lts-mts/) can lead to security issues
25
25
***Certification Level** – presents the number of members per [Mendix certification](https://academy.mendix.com/link/certification)
Copy file name to clipboardExpand all lines: content/en/docs/control-center/security/private-connectivity/configure-private-connectivity.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -346,6 +346,8 @@ Mendix Cloud Private Connectivity currently supports exposing physical [subnet r
346
346
* Multiple IP ranges separated by a comma, such as `192.0.2.0/24,198.51.100.0/24`
347
347
* A single IP address, such as `10.100.0.5/32`
348
348
349
+
Do not expose broad IP ranges such as `0.0.0.0/0` and `::/0`. Mendix recommends only exposing the IP range of the target service or database.
350
+
349
351
#### Exposing Subnet Routes on a Windows Server {#private-connectivity-resources-expose-routes-windows}
350
352
351
353
To expose subnet routes for an agent that is already running, run the following script on the machine where the agent is installed.
@@ -477,3 +479,10 @@ The Mendix internal systems operate on the following subnets:
477
479
478
480
As such, when you expose a subnet or a single IP address, it must not conflict with our private IP ranges.
479
481
If you absolutely must use the subnets on which Mendix operates, please configure [Network address translation (NAT)](https://en.wikipedia.org/wiki/Network_address_translation) on your infrastructure.
482
+
483
+
### Restricted IP Ranges
484
+
485
+
To maintain robust security, network access to services and databases must be strictly controlled. As such, do not expose broad IP ranges such as:
Copy file name to clipboardExpand all lines: content/en/docs/deployment/general/subscription-management/_index.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
-
title: "Contract Management"
3
-
url: /developerportal/deploy/contract-management/
4
-
weight: 20
5
-
description: "Understand your Mendix subscription lifecycle, contract statuses, renewal timelines, and critical actions to ensure continuous service and prevent data loss."
description: "Understand your Mendix subscription lifecycle, subscription statuses, renewal timelines, and critical actions to ensure continuous service and prevent data loss."
6
6
---
7
7
8
8
## Introduction
@@ -16,7 +16,7 @@ This document provides detailed information about the status of your Mendix appl
16
16
Your Mendix subscription is categorized into three main statuses: Active, Expiring, and Expired, based on your contract's expiry date.
17
17
18
18
| Account Status | Timeline | Impact |
19
-
|---------------|----------|--------------------|
19
+
|---------------|----------|--------------------|
20
20
|**Active (Green)**| Until 30 days before contract expiry | Your account is fully active, with all services available and application runtimes functioning normally. This is the optimal state for uninterrupted Mendix usage. |
21
21
|**Expiring (Orange)**| From 30 days before contract expiry until contract end date | All services continue to function normally. You receive email reminders, notifications, and banner alerts on Mendix Platform about your upcoming renewal. |
22
22
|**Expired (Red)**| From the day after contract expiry up to 60 days | Your account and applications are downgraded to **Unlicensed** mode. You can manually restart apps, but they will automatically shut down after 2-4 hours and are limited to 6 concurrent users. Platform features are not disabled.|
@@ -58,7 +58,7 @@ While Mendix services continue to function normally, this is the critical period
58
58
59
59
#### 7 Days Before Contract Expiry{#7-days-before-contract-expiry}
60
60
61
-
***Final impact emails** – You receive final detailed explanations about the impact of non-renewal
61
+
***Final impact emails** – You receive final, detailed explanations about the impact of non-renewal
62
62
***Data offboarding instructions** – Administrators and Technical Contacts receive tailored instructions for offboarding application data
63
63
64
64
{{% alert color="warning" %}}
@@ -68,7 +68,7 @@ This is your final opportunity to renew your contract and avoid service disrupti
0 commit comments