You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/xlt/manual/environment-configuration.md
+3-16Lines changed: 3 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,22 +82,9 @@ This also works when running the mastercontroller with an embedded agent control
82
82
83
83
### Private Machine Mode
84
84
85
-
When using XLT agent controllers with Xceptance Test Center (XTC) in private network environments behind firewalls, you can enable **Private Machine Mode**. In this mode, the agent controller registers with XTC and communicates via an outbound secure tunnel (XLT Relay) rather than accepting direct inbound connections.
86
-
87
-
For complete architectural details, prerequisites, setup instructions, and lifecycle management, see the dedicated [Private Machine Mode Manual]({{< relref "private-machines" >}}).
88
-
89
-
Configure private machine mode in `<xlt>/config/agentcontroller.properties`:
90
-
91
-
| Property | Default | Description |
92
-
|---|---|---|
93
-
|`com.xceptance.xlt.agentcontroller.password`|`xceptance`| Access password for the agent controller. Must match across all machines in a test setup. |
94
-
|`com.xceptance.xlt.agentcontroller.privateMachine.enabled`|`false`| Set to `true` to activate Private Machine Mode. |
95
-
|`com.xceptance.xlt.agentcontroller.privateMachine.name`|_(auto-generated)_| Human-readable identifier for this machine as shown in XTC. |
96
-
|`com.xceptance.xlt.agentcontroller.privateMachine.type`|`MEDIUM`| Capacity class (`TINY`, `SMALL`, `MEDIUM`, `LARGE`) reflecting local hardware resources. |
97
-
|`com.xceptance.xlt.agentcontroller.privateMachine.xtc.clientId`| — | The API Client ID created in XTC with `PRIVATEMACHINE_REGISTER` scope. |
98
-
|`com.xceptance.xlt.agentcontroller.privateMachine.xtc.clientSecret`| — | The API Client Secret created in XTC. |
99
-
|`com.xceptance.xlt.agentcontroller.privateMachine.xtc.org`| — | Short name of your XTC organization. |
100
-
|`com.xceptance.xlt.agentcontroller.privateMachine.xtc.project`| — | Short name of your XTC load testing project. |
85
+
When using XLT agent controllers with Xceptance Test Center (XTC) in network-isolated environments behind firewalls, you can enable **Private Machine Mode**. In this mode, the agent controller registers with XTC and communicates via an outbound secure tunnel (XLT Relay) rather than accepting direct inbound connections.
86
+
87
+
For detailed architecture, configuration steps, and properties, see the dedicated [Private Machine Mode]({{< relref "private-machines" >}}) guide.
0 commit comments