From f8e6614fdbbd788142f424f0b3276b7a17df1ffb Mon Sep 17 00:00:00 2001 From: Florian Berger Date: Mon, 11 May 2026 09:10:12 +0200 Subject: [PATCH] Add changelog for new version 26.5.1, adjusted MSP system requirements --- .../versionhistory/version_26.5.1.34120.md | 21 +++++++++++++ .../versionhistory/version_history.md | 2 ++ docs/passwordsecure/current/msp_system.md | 30 ++++++++----------- 3 files changed, 36 insertions(+), 17 deletions(-) create mode 100644 docs/passwordsecure/current/introduction/versionhistory/version_26.5.1.34120.md diff --git a/docs/passwordsecure/current/introduction/versionhistory/version_26.5.1.34120.md b/docs/passwordsecure/current/introduction/versionhistory/version_26.5.1.34120.md new file mode 100644 index 0000000000..086f9d9ec4 --- /dev/null +++ b/docs/passwordsecure/current/introduction/versionhistory/version_26.5.1.34120.md @@ -0,0 +1,21 @@ +--- +title: "Version 26.5.1.34120" +description: "List of all changes introduced in Netwrix Password Secure version 26.5.1" +sidebar_position: 8 +--- + +## New + +### Web application: Basic view +- You can now import passwords from a CSV file in the basic view of the web application. + +## Improved + +### Web application: Advanced view +- The web app no longer displays the file path of a document in the documents list, as you can't use the path from the web. The file path now appears only in the document preview area. + + +## Fixed +### Windows application +- Fixed heavy performance issues when using the Windows application. +- Fixed an issue that prevented Active Directory and Entra ID profile permissions from loading in the Windows application. diff --git a/docs/passwordsecure/current/introduction/versionhistory/version_history.md b/docs/passwordsecure/current/introduction/versionhistory/version_history.md index 9369db1883..2f61307fa1 100644 --- a/docs/passwordsecure/current/introduction/versionhistory/version_history.md +++ b/docs/passwordsecure/current/introduction/versionhistory/version_history.md @@ -8,5 +8,7 @@ sidebar_position: 30 The following sections contain the previously released versions and their changelogs. +- [Version 26.5.1.34120](/docs/passwordsecure/current/introduction/versionhistory/version_26.5.1.34120.md) +- [Version 26.4.10.34111](/docs/passwordsecure/current/introduction/versionhistory/version_26.4.10.34111.md) - [Version 26.3.101.34065](/docs/passwordsecure/current/introduction/versionhistory/version_26.3.101.34065.md) - [Version 26.3.100.34058](/docs/passwordsecure/current/introduction/versionhistory/version_26.3.100.34058.md) diff --git a/docs/passwordsecure/current/msp_system.md b/docs/passwordsecure/current/msp_system.md index e119bbbc2e..8a4ac3b14d 100644 --- a/docs/passwordsecure/current/msp_system.md +++ b/docs/passwordsecure/current/msp_system.md @@ -6,11 +6,11 @@ sidebar_position: 30 # MSP System -To ensure optimal operation, you should make the following hardware resources available: +To ensure optimal operation, provide the following hardware resources: ## Microsoft SQL Server -The following system requirements are the minimum system requirements and should manage around 10 +The following minimum system requirements should manage around 10 customers with less than 20 users each. - Windows Server 2019 (or newer) @@ -19,42 +19,38 @@ customers with less than 20 users each. - 16 GB RAM - min. 100 GB HDD -**CAUTION:** That using a SQL Server with Express edition isn't recommended because of -diverse limitations there. +**CAUTION:** Don't use SQL Server Express edition because of its limitations. -If your customer's count is growing over time, you should add every 200 users a minimum of at least: +If your customer count grows, for every additional 200 users add at least: - 2 CPU’s - 8 GB RAM ## Application Server -The following system requirements are the minimum system requirements and should manage around 10 +The following minimum system requirements should manage around 10 customers with 20 users each. -- Windows Server 2016 (or newer) +- Windows Server 2019 (or newer) - 4 CPU’s - 16 GB RAM - min. 50 GB HDD - .NET Framework 4.8 -If your customer's count is growing over time, you should add every 200 users a minimum of at least: +If your customer count grows, for every additional 200 users add at least: - 1 CPU - 4 GB RAM RECOMMENDED:, you should use an application server to handle a max of about 100 -customers. So if you reach 100 customers, you should set up a second Application Server or use some -sort of load balancing between the application servers. +customers. If you reach 100 customers, you should set up a second Application Server or use load balancing between the application servers. -**CAUTION:** Every additional 1000 users an additional Web-Endpoint - incl. loadbalancing - is -recommended +**CAUTION:** Add a Web-Endpoint (including load balancing) for every additional 1000 users. -**CAUTION:** Every additional 100 customers/1000 users an additional Application Server - incl. -loadbalancing - is recommended. +**CAUTION:** Add an Application Server (including load balancing) for every additional 100 customers or 1000 users. :::note Individual variables - like the number of passwords per user - will affect -performance. Especially for MSP-Systems it is required to monitor performance continuously, and add -additional resources on demand. -::: +performance. Especially for Managed Service Provider (MSP) systems, you must monitor performance continuously and add +resources on demand. +::: \ No newline at end of file