Currently, this RCON client is pretty basic, but should be able to interface with most servers that use the RCON protocol.
yarcon -H HOSTNAME_HERE -P PORT_HERE -p PASSWORD_HEREYou can download a pre-compiled binary for most OSes in the Releases section of this repo.
To compile yarcon on your machine, ensure you have the Rust toolchain installed, then clone the yarcon repo on your machine, navigate to the yarcon project directory, and run:
cargo build --releasein your terminal. The compiled binary can be found in the target/releases folder of the project directory.
To run the project in development, simply run
cargo run -- <args>