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: docs/passwordsecure/9.1/msp_system.md
+22-30Lines changed: 22 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,62 +6,54 @@ sidebar_position: 30
6
6
7
7
# MSP System
8
8
9
-
To ensure optimal operation, we recommend that the following hardware resources are made available:
9
+
For optimal operation, make the following hardware resources available.
10
10
11
11
## Microsoft SQL Server
12
12
13
-
The following system requirements are the minimum system requirements and should manage around 10
14
-
customers with less than 20 users each.
13
+
These are the minimum system requirements for managing approximately 10 customers with fewer than 20 users each.
15
14
16
-
- Windows Server 2016 (or newer)
17
-
- MSSQL Server 2014 (or newer)
18
-
- 4 CPU’s
15
+
- Windows Server 2016 or newer
16
+
- MSSQL Server 2014 or newer
17
+
- 4 CPUs
19
18
- 16 GB RAM
20
-
-min. 100 GB HDD
19
+
- 100 GB HDD minimum
21
20
22
21
:::warning
23
-
Please note, that using a SQL Server with Express edition is not recommended because of
24
-
diverse limitations there.
22
+
SQL Server Express edition is not recommended due to its limitations.
25
23
:::
26
24
25
+
As your customer count grows, add the following resources for every 200 additional users:
27
26
28
-
If your customer's count is growing over time, you should add every 200 users a minimum of at least:
29
-
30
-
- 2 CPU’s
27
+
- 2 CPUs
31
28
- 8 GB RAM
32
29
33
30
## Application Server
34
31
35
-
The following system requirements are the minimum system requirements and should manage around 10
36
-
customers with 20 users each.
32
+
These are the minimum system requirements for managing approximately 10 customers with 20 users each.
37
33
38
-
- Windows Server 2016 (or newer)
39
-
- 4 CPU’s
34
+
- Windows Server 2016 or newer
35
+
- 4 CPUs
40
36
- 16 GB RAM
41
-
-min. 50 GB HDD
37
+
- 50 GB HDD minimum
42
38
- .NET Framework 4.8
43
39
44
-
If your customer's count is growing over time, you should add every 200 users a minimum of at least:
40
+
As your customer count grows, add the following resources for every 200 additional users:
45
41
46
42
- 1 CPU
47
43
- 4 GB RAM
48
44
49
-
RECOMMENDED: Currently, we suggest you use an application server to handle a max of about 100
50
-
customers. So if you reach 100 customers, you should set up a second Application Server or use some
51
-
sort of load balancing between the application servers.
45
+
:::tip
46
+
Configure each application server to handle a maximum of 100 customers. When you reach that limit, set up a second application server or implement load balancing across your application servers.
47
+
:::
52
48
53
49
:::warning
54
-
Every additional 1000 users an additional Web-Endpoint - incl. loadbalancing - is
55
-
recommended
50
+
Add an additional Web Endpoint — including load balancing — for every 1,000 additional users.
56
51
:::
57
52
58
-
59
53
:::warning
60
-
Every additional 100 customers/1000 users an additional Application Server - incl.
61
-
loadbalancing - is recommended.
54
+
Add an additional application server — including load balancing — for every 100 additional customers or 1,000 additional users.
62
55
:::
63
56
64
-
65
-
NOTE: Please note that individual variables - like the number of passwords per user - will affect
66
-
performance. Especially for MSP-Systems it is required to monitor performance continuously, and add
67
-
additional resources on demand.
57
+
:::note
58
+
Individual variables, such as the number of passwords per user, affect performance. For MSP systems, monitor performance continuously and add resources as needed.
0 commit comments