From 06ef716af2ab0de208c5ecf22b40c374726a1f14 Mon Sep 17 00:00:00 2001 From: Nate Wynd Date: Fri, 19 Sep 2025 16:31:39 -0400 Subject: [PATCH 1/2] On branch natew-1secure-supportedsystems-update Changes to be committed: modified: docs/1secure/requirements/CloudAgentRequirements.md * Updated supporting operating systems per PM. * Provided expected URI that Cloud Agent connects to upload collected data to give customers more visibility. --- docs/1secure/requirements/CloudAgentRequirements.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/1secure/requirements/CloudAgentRequirements.md b/docs/1secure/requirements/CloudAgentRequirements.md index a94fd43c76..bd12cecf6a 100644 --- a/docs/1secure/requirements/CloudAgentRequirements.md +++ b/docs/1secure/requirements/CloudAgentRequirements.md @@ -18,10 +18,10 @@ For its correct installation Netwrix Cloud Agent needs the following software re - Windows Server OS (strongly recommended): + - Windows Server 2025 - Windows Server 2022 - Windows Server 2019 - Windows Server 2016 - - Windows Server 2012 R2 - Windows Desktop OS (64-bit): @@ -44,9 +44,13 @@ The machine where you plan to deploy the agent must meet the requirements listed ## Requirements for outbound communications with a Netwrix Cloud Agent To review the security incorporated by the agent in your system, examine the target URL in the -Configuration.xml file, which is located on the agent host at: +**Configuration.xml** file, which is located on the agent host at: `C:\ProgramData\Netwrix Cloud Agent\AgentCore\ConfigServer\Configuration.xml` +This should show as: + +`https://1secure-agent-us.netwrix.com/api` + You must also open the outbound TCP port 443 on the server where the Netwrix Cloud Agent resides. -See the [Install Agent](/docs/1secure/install/installagent.md) topic \ No newline at end of file +See the [Install Agent](/docs/1secure/install/installagent.md) topic From ca4fb9e799ab402c176300cbd5abe8c0164235d3 Mon Sep 17 00:00:00 2001 From: Nate Wynd Date: Mon, 22 Sep 2025 09:12:37 -0400 Subject: [PATCH 2/2] Changes to be committed: modified: docs/1secure/requirements/CloudAgentRequirements.md Added API endpoints for tenants in the Americas and the EU. --- docs/1secure/requirements/CloudAgentRequirements.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/1secure/requirements/CloudAgentRequirements.md b/docs/1secure/requirements/CloudAgentRequirements.md index bd12cecf6a..ea2d11cfb6 100644 --- a/docs/1secure/requirements/CloudAgentRequirements.md +++ b/docs/1secure/requirements/CloudAgentRequirements.md @@ -50,7 +50,8 @@ To review the security incorporated by the agent in your system, examine the tar This should show as: -`https://1secure-agent-us.netwrix.com/api` +`https://1secure-agent-us.netwrix.com/api` for the Americas. +`https://1secure-agent-eu.netwrix.com/api` for the European Union. You must also open the outbound TCP port 443 on the server where the Netwrix Cloud Agent resides. See the [Install Agent](/docs/1secure/install/installagent.md) topic