Skip to content

Commit 6b474d7

Browse files
committed
docs(xlt): scale down Private Machine Mode section in environment-configuration manual
1 parent 0d6bdd7 commit 6b474d7

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

content/en/xlt/manual/environment-configuration.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,22 +82,9 @@ This also works when running the mastercontroller with an embedded agent control
8282

8383
### Private Machine Mode
8484

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.
10188

10289
## Mastercontroller Configuration
10390

0 commit comments

Comments
 (0)