Crates.io | rcon-shell |
lib.rs | rcon-shell |
version | 0.1.1 |
source | src |
created_at | 2020-03-29 16:54:30.525133 |
updated_at | 2020-03-29 23:15:46.590006 |
description | CLI to administer commands to Source or Minecraft servers |
homepage | |
repository | https://github.com/ironhaven/rcon-shell |
max_upload_size | |
id | 224125 |
size | 56,769 |
This crate provides an executable that provides a command line interface to some server (Valve Source Server, Minecraft) that takes commands with the rcon protocol.
Connect with IP address or hostname (172.0.0.1, myserver.com).
You can provide the rcon server password as a command line argument or interactively.
Readline-like support provided by the rustyline crate.
When sending commands to a Minecraft server you may get an "Unexpected EOF" or "Connection reset" error that crashes the program. Blame the crap rcon support.
On windows use cmd.exe with this program because of shortcomings in the rustyline crate.