CM2Walki/CSGO

My server is unable to list in the CSGO Community Servers

toddtian opened this issue · 2 comments

Hi,

The server UFW has been disabled.
The server IP is public & static.

I used the following command to start the server:
docker run -d --net=host
--name=csgo
-e SRCDS_TOKEN="xxxxxxx"
-e SRCDS_HOSTNAME="ybiceman"
-e SRCDS_PW="xxx"
-e SRCDS_RCONPW="xxxx"
cm2network/csgo

After the docker started, I can only use "connect xxx.xxx; password xxxx" command to connect the server, I can't find the server name in CSGO Community Servers Browser.

Could you please help me?

on which tab are you Internet or Lan
cause i think you need to port forward port 27015 to make it work for public

On Internet tab, I filtered it by the SRCDS_HOSTNAME but the server not found, but "connect IP" in console works fine.

The server has a public static IP.

The docker is started by --net=host so it will auto set up the NAT, right?