#minecraft-server #minecraft #rcon #cli

app rconcli

A simple RCON CLI for Minecraft servers

2 stable releases

1.2.1 Mar 23, 2024
1.2.0 Mar 20, 2024

#550 in Command line utilities

Download history 137/week @ 2024-03-15 170/week @ 2024-03-22 21/week @ 2024-03-29 2/week @ 2024-04-05

59 downloads per month

MIT and GPL-3.0-or-later

14KB
231 lines

rconcli

A little CLI to issue RCON commands to a Minecraft server.

WindowsTerminal_ClQRborIho

Installation

You can either download the latest pre-compiled binaries from the releases page. You can also install the tool via cargo.

cargo install rconcli

Usage

$ rconcli --help
A simple RCON CLI for Minecraft servers.

Usage: rconcli.exe [OPTIONS] [COMMAND]...

Arguments:
  [COMMAND]...  Command to execute

Options:
      --properties <PROPERTIES>  Location of a server.proterties file to read credentials from
  -a, --address <ADDRESS>        The address and port of the target server
  -p, --password <PASSWORD>      The password of the target server
      --no-color                 Supress colored output
  -h, --help                     Print help
  -V, --version                  Print version

Dependencies

~6–15MB
~184K SLoC