#rcon #shell #remote-shell

app rcon-shell

CLI to administer commands to Source or Minecraft servers

2 releases

0.1.1 Mar 29, 2020
0.1.0 Mar 29, 2020

GPL-3.0-or-later

19KB
86 lines

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.

Dependencies

~8.5MB
~152K SLoC