gorcon / rcon-cli

RCON client for executing queries on game server.
MIT License
497 stars 46 forks source link

Does not work with ARK #4

Closed antimodes201 closed 4 years ago

antimodes201 commented 4 years ago

Ark requires the query port as part of the connection as of a few patches ago.

When using this with ARK you will get dial tcp $IP:$PORT: i/o timeout

outdead commented 4 years ago

I checked my own ARK server and the commands are works. Provide additional information so that I can reproduce the error.

parkervcp commented 4 years ago

While running ark and trying to connect to the server as soon as it opens the port I have found trying to connect while it is still getting ready it will give the i/o timeout error.

outdead commented 4 years ago

Try to check new version https://github.com/gorcon/rcon-cli/releases/tag/v0.6.0

outdead commented 4 years ago

Fixed in v0.6.0

Screenshot_20200710_150600