--- title: "SysTrack Data Relay Configuration" slug: "systrack-data-relay-configuration" status: "update" updated: 2026-09-11T09:43:54Z published: 2026-09-11T09:43:54Z canonical: "documentation.lakesidesoftware.com/systrack-data-relay-configuration" --- > ## Documentation Index > Fetch the complete documentation index at: https://documentation.lakesidesoftware.com/llms.txt > Use this file to discover all available pages before exploring further. # SysTrack Data Relay Configuration Use LsiDataRelayConfig to add credentials for a SysTrack Data Relay service. The following procedure explains how to run the command and configure its arguments. ## Prerequisites - LsiDataRelayConfig must be run with administrator privileges. - The SysTrack Data Relay service you wish to provide credentials for must be running when attempting to run LsiDataRelayConfig. - The credentials provided to LsiDataRelayConfig are stored in the Windows Credential Manager. ### ![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/7_0_SysTrack_Data_Relay_Configuration_5.png)No Credentials Visible Under Generic Credentials If the credentials are not visible under Generic Credentials when you open Windows Credential Manager, they are most likely stored in the target user's Credential Manager. To verify this, follow these steps: 1. Open Command Prompt as the target user: 1. Press and hold Shift, right-click Command Prompt, and select Run as different user, or 2. Open an elevated Command Prompt and run: `runas /user:TargetUsername cmd.exe` 2. After the Command Prompt opens as the target user, run: `cmdkey /list` 3. Review the credentials displayed in the console. You should see an entry for _LsiVMwareService under the Internet or network addresses, along with the associated username and password that were provided. ## Running LsiDataRelayConfig 1. Open a command prompt window. 2. Navigate to the SysTrack Data Relay install directory. 3. Use the following command to enter a credential for use with a SysTrack Data Relay service. ![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/7_0_SysTrack_Data_Relay_Configuration_4.png)Argument Information: - **--service** – The SysTrack Data Relay service to use the provided credentials with. Valid inputs are VMWare, XenApp, and Nutanix. V, X, and N are also supported as abbreviations for the respective services. - **--server** – The hostname of the server the SysTrack Data Relay service queries. - VMWare is vCenter - Nutanix is Prism Central - Citrix is Desktop Delivery Controller - **--user** – The username to be used to authenticate to the system specified by **--server**. - **--password** (Optional) – The password for the user specified by **--user**. If this argument is not provided, you will be prompted for the password when LsiDataRelayConfig runs.