Last Updated: September 08, 2025
PREREQUISITES
Installing New Agents
-
Download Proxy Agent Package.
.net 8 agent When upgrading to the .NET 8 Windows agent, D3 will provide a link to the .NET 8 Windows agent for installation on the .NET 4.8 vSOC site.
-
Click on the
button.
-
Click on the
button, then store the security token for later use.
.net 8 agent When upgrading to the .NET 8 Windows agent, generate a new security token. The previously issued token must not be reused.
-
Unzip the downloaded installation package.
-
Ensure that the .zip file is 170+ MB in size, and is unblocked by security.
READER NOTE *
-
If the .zip file is is around 3 MB, please see the Troubleshooting section.
-
If blocked, unzipped files may remain locked, preventing successful installation.
-
Right-click the file, check its properties, and unblock it if applicable.
-
-
Right click and run the D3PlaybookAgentInstaller executable as an administrator.
-
Click on the Next button in the Agent Installation Wizard.
-
Select the agent folder, then click on the Next button.
.net 8 agent When upgrading to the .NET 8 Windows agent, the installation directory must be set to a new, unique folder. For example, change the ending directory from
...\D3PlaybookAgentto...\D3PlaybookAgentN8. -
Input the required fields, then click on the Next button.
-
Server URL – The URL of the server hosting the vSOC instance, ending with /VSOC.
.net 8 agent When upgrading to the .NET 8 Windows agent, the Server URL is reused. -
Security Token – The token generated in step 3.
-
Agent Service Name – The internal service name under which the agent runs. This name is used for identifying the agent process on the host machine.
.net 8 agent When upgrading to the .NET 8 Windows agent, the Agent Service Name must be configured as a unique value. The service name acts as the unique identifier for a Windows service, and duplicating it would cause conflicts and block proper agent registration. -
Agent Name – The display name of the agent that will appear in the Agent Management sub-module of D3 vSOC.
.net 8 agent When upgrading to the .NET 8 Windows agent, assign a unique agent name that distinguishes it from the previous .NET 4.8 agent.
-
-
Allow installation to complete. This process may take a couple minutes. See the Troubleshooting section if the install does not complete.
-
Click on the Finish button.
.net 8 agent After installing the .NET 8 Windows agent, add it to all integration connections—in the Connections or Integrations modules, under the Agent Name field—that are using the .NET 4.8 Windows agent. During a later .NET 8 vSOC upgrade, the agent will be switched over automatically.
-
Press Ctrl + Alt + Esc, then click on Task Manager > Services to verify that the agent service (established in step 9c) is running.
-
Verify that the agent, as named in step 9d, appears in the Agent Management sub-module of D3 vSOC and displays a status of
.
How to Configure Internet Proxy Settings
In some environments, the D3 Proxy Agent can NOT access the Internet directly, it has to access the Internet via a Proxy server.
Edit the D3PlaybookAgent.exe.config file, add Proxy setting as follows:
C:\Program Files (x86)\D3Security\D3PlaybookAgent14\D3PlaybookAgent.exe.config
Add proxy configuration between <system.net>..... </system.net> shown below.
READER NOTE
This example set the proxy server IP 192.168.1.10, port 3128
All local IP addresses 192.168.xxx.xxx are bypassed.
Troubleshooting