Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zekrotja/rconcli
A little CLI to issue RCON commands to a Minecraft server.
https://github.com/zekrotja/rconcli
cli minecraft minecraft-rcon rcon rcon-cli rcon-client rust
Last synced: 6 days ago
JSON representation
A little CLI to issue RCON commands to a Minecraft server.
- Host: GitHub
- URL: https://github.com/zekrotja/rconcli
- Owner: zekroTJA
- License: mit
- Created: 2022-11-11T19:28:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T12:13:24.000Z (9 months ago)
- Last Synced: 2024-12-06T18:53:49.962Z (17 days ago)
- Topics: cli, minecraft, minecraft-rcon, rcon, rcon-cli, rcon-client, rust
- Language: Rust
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rconcli
A little CLI to issue RCON commands to a Minecraft server.
![WindowsTerminal_ClQRborIho](https://github.com/zekroTJA/rconcli/assets/16734205/7a0ee0e5-0627-4f35-bcc6-1c34dbd07722)
## Installation
You can either download the latest pre-compiled binaries from the [releases page](https://github.com/zekroTJA/rconcli/releases).
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 executeOptions:
The address and port of the target server
--properties Location of a server.proterties file to read credentials from
-a, --address
-p, --password The password of the target server
--no-color Supress colored output
-h, --help Print help
-V, --version Print version
```