gorcon / rcon-cli

RCON client for executing queries on game server.
MIT License
453 stars 44 forks source link

Support for Quake 1/2/3 Rcon #49

Open Gelmo opened 3 months ago

Gelmo commented 3 months ago

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 commented 3 months ago

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

Gelmo commented 3 months ago

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

outdead commented 3 months ago

Hi! I'l see