Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
30 changes: 13 additions & 17 deletions docs/passwordsecure/current/msp_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
:::
Loading