Send RCON
send_rconSend a single RCON command to a GoldSrc server and retrieve the response. Designed for one-off commands.
Instructions
Send a single RCON command and return the response. Use for one-off commands; prefer send_rcon_batch when sending multiple commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port number (default: 27015) | |
| address | Yes | IP address or hostname | |
| command | Yes | Command to execute | |
| timeout | No | Request timeout in milliseconds (default: 3000) | |
| password | Yes | RCON password |