mgerb / ServerStatus

A Discord bot to display the status of servers.
https://hub.docker.com/r/mgerb/server-status
76 stars 16 forks source link

RCON documentation example #34

Open anewhomegw2 opened 3 years ago

anewhomegw2 commented 3 years ago

Please would it be possible to add an example config settings that would be required for setting up the RCON with username/pwd/ip/port ?

I have managed to get it to work for IP Port from the documented config file that exists - just need a few more pointers on how to get it setup for RCON as the link about the Source RCON Protocol is a bit too indepth for me to setup.

mgerb commented 3 years ago

There should be no additional config required for RCON servers. Server IP and port should be sufficient. It first tries to connect with TCP and if that doesn't work it resorts to RCON Steam protocol (UDP). I personally don't use it for RCON, but I have heard of some RCON servers not working with this.

anewhomegw2 commented 3 years ago

Okay- as my RCON has a different port, and would require a username/password to work - it didnt look like there was anywhere to put that info in the config file.

mgerb commented 3 years ago

You should be able to adjust the server IP/Port accordingly in the config. Login credentials shouldn't be required. The bot is very simple and just checks to see if the host is available. There is no authentication process.