rcon-cli
rcon-cli copied to clipboard
Support for Quake 1/2/3 Rcon
Howdy! Is there any interest in adding support for rcon with older Quake servers? Could be it's own type, like -t quake.
❯ quake3-rcon IP_ADDRESS RCON_PASS PORT
initialized. write your rcon commands here (send by pressing Enter):
status
server: print
Rcon Packet REDACTED
map : jerms_da4
...
❯ rcon -a IP_ADDRESS:PORT -p RCON_PASS
cli: auth: rcon: dial tcp IP_ADDRESS:PORT: connect: connection refused
https://github.com/thbaumbach/node-quake3-rcon
I THINK the only difference is connecting via udp instead of tcp?
I guess this also requires a change to https://github.com/gorcon/rcon - Should I make an issue there?
Hi! I'l see