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

Support for Quake 1/2/3 Rcon

Open Gelmo opened this issue 2 years ago • 3 comments

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

Gelmo avatar Apr 05 '24 00:04 Gelmo

I THINK the only difference is connecting via udp instead of tcp?

Gelmo avatar Apr 05 '24 00:04 Gelmo

I guess this also requires a change to https://github.com/gorcon/rcon - Should I make an issue there?

Gelmo avatar Apr 05 '24 00:04 Gelmo

Hi! I'l see

outdead avatar Apr 08 '24 14:04 outdead