Hey all first time poster. I wanted to try my hand at creating some plugins replicating features from CSGO servers I used to play on that no longer exist.
I am using this
https://github.com/joedwards32/CS2/tree/main docker image to quickly setup a CS2 server locally using docker. I can join the game but in the process of trying to install Metamod (Realized I couldn't access the console so I tried to use RCON) I could not RCON into the server.
I've tried a few different admin tools to try and establish a RCON connection but each time I get password invalid. I am able to discover the server.
I've tried setting the password using the environment variables within the image and verified the server.cfg file does set the password to what I expect.
Some insight or direction would be most helpful! Thank you all.