crazy-max / csgo-server-launcher

Counter-Strike Global Offensive Dedicated Server Launcher
GNU Lesser General Public License v3.0
586 stars 119 forks source link

Where SRCDS console? #52

Closed dEROZA closed 5 years ago

dEROZA commented 5 years ago

how to grab srcds console when running with docker?

crazy-max commented 5 years ago

It's explained on Usage page (console arg).

dEROZA commented 5 years ago

why you "EXPOSE 27015 27015/udp" only, what about MasterServer 26900-2690x? and why steam user has sudo-nopassword prev?

can u tell me, where csgo launcher will install the server, update and install new packages, launchers' services? Is them on ghost VM or in docker container will be placed? I'm not sure that I correct understand how it works within container method. U told that Docker Compose must be placed /var/csgo-server-launcher/, but where? In docker container or in physical host?

crazy-max commented 5 years ago

I think you have a misunderstanding about how Docker works. See my comment. And please one issue at a time.

mgerb commented 5 years ago

It's still unclear how to access the console while running with docker. I run it with the -console and am still unsure how to get console access while it's running. I'm pretty familiar with docker, so maybe I'm just missing something here?

crazy-max commented 5 years ago

@mgerb The console is currently not available for the Docker image.

webman commented 4 years ago

@crazy-max have some idea how to use console? Or just send commands to srcds?