rcon-shell

Crates.iorcon-shell
lib.rsrcon-shell
version0.1.1
sourcesrc
created_at2020-03-29 16:54:30.525133
updated_at2020-03-29 23:15:46.590006
descriptionCLI to administer commands to Source or Minecraft servers
homepage
repositoryhttps://github.com/ironhaven/rcon-shell
max_upload_size
id224125
size56,769
(ironhaven)

documentation

README

rcon-shell

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.

Features

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

Bugs

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

Changelog

  • 0.1.1
    • Command line history is saved on crash.
Commit count: 17

cargo fmt