Send RCON Batch
send_rcon_batchSend multiple RCON commands over one authenticated connection to GoldSrc servers. Execute batches of commands sequentially to avoid multiple connection setups.
Instructions
Send multiple RCON commands over a single authenticated connection. Use instead of rcon when running more than one command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port number (default: 27015) | |
| address | Yes | IP address or hostname | |
| timeout | No | Request timeout in milliseconds (default: 3000) | |
| commands | Yes | Commands to execute in order | |
| password | Yes | RCON password |