View Single Post
Taraman
Junior Member
Join Date: Apr 2019
Old 10-21-2023 , 12:11   Re: CS2 Linux Dedicated Server
Reply With Quote #75

Quote:
Originally Posted by cyberdeath View Post
Yes, rcon seems to be different with CS2 as opposed to CS. There are some online that I've stumbled across.

The one I currently use is: https://github.com/gorcon/rcon-cli/releases/latest

Here is another one: https://github.com/fpaezf/CS2-rcon-tool

This is a web-based tool but I've had issues with it crashing my servers when sending commands (YMMV): https://github.com/shobhit-pathak/cs2-rcon-panel
I figured it out.
There are no more multipacket answers from the CS2 server. Only NodJS was the limit with 64K/packet, so I had to reassemble them.
Also the CS2 server does not seem to send two packets on authentication, but only the real authentication-response.

So I could update my Server API to run with Linux CS2 dedicated.
If anyone wants to have a look:
https://github.com/Taraman17/nodejs-cs2-api
Taraman is offline