rcon-cli icon indicating copy to clipboard operation
rcon-cli copied to clipboard

A little RCON cli based on james4k's RCON library for golang

Results 9 rcon-cli issues
Sort by recently updated
recently updated
newest added

pretty much the title: it'd be nice to be able to replay or edit commands in the rcon-cli using arrow keys or using vi bindings. I'm currently using the rcon-cli...

Hi, So I think I've fixed RCON in forge for proper multipacket responses that don't overflow.. Sadly, your cli doesn't properly handle them. https://wiki.vg/RCON#Fragmentation discusses how you might go about...

You build your rcon-cli for different architectures. You could also build docker images for all of those architecture. Or at least start with: linux_armv7, linux_arm64 and linux_386.

I'd be happy to submit a PR making this change as long as you'll give me some acceptance criteria :) It could be made backwards compatible by falling back to...

I am getting the "Weird. This response is for another request." message after every message sent. Often it is accompanied with "Keep Alive". Game server is Ark: Survival Evolved running...

Running rcon-cli for my minecraft server I can see that the response buffer of rcon-cli is limited to 4096 as can be seen below: ```sh $ rcon-cli help /advancement (grant|revoke)/attribute...

Could use https://pkg.go.dev/github.com/magiconair/properties [Discussed in Discord](https://discord.com/channels/660567679458869252/660569641550217327/1219070470280843295)

enhancement

Fix ``` /usr/local/bin/rcon-cli (evident by) x HIGH CVE-2023-45283 https://scout.docker.com/v/CVE-2023-45283 Affected range :

dependencies

### Enhancement Type Improve an existing feature ### Describe the enhancement Use the `rlwrap` package to enable command history with `rcon-cli`

enhancement