Skip to content

CLI to administer command to Source or Minecraft servers

License

Notifications You must be signed in to change notification settings

ironhaven/rcon-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Changelog

  • 0.1.1
    • Command line history is saved on crash.

About

CLI to administer command to Source or Minecraft servers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages