Left 4 Dead 2 docker server
Go to file
Niklas e5df3ba1a9
All checks were successful
continuous-integration/drone/push Build is passing
rcon password
2021-04-25 20:04:05 +02:00
.drone.yml initial commit 2021-04-12 15:54:25 +02:00
.gitignore preset config 2021-04-12 17:35:34 +02:00
docker-compose.yml motd and host file 2021-04-18 15:25:45 +02:00
Dockerfile preset config 2021-04-12 17:35:34 +02:00
README.md initial commit 2021-04-12 15:54:25 +02:00
server.cfg rcon password 2021-04-25 20:04:05 +02:00
start.sh rcon password 2021-04-25 20:04:05 +02:00

Left 4 dead 2 server.

Ports

  • 27015
  • 27015/udp

Configuration

The server.cfg gets created on the fly and gets filled with the enviroment variable starting with CVAR_. So for example to set the RCON password set the enviroment variable CVAR_RCON_PASSWORD=password123. Try to avoid variables with the word CVAR_ and avoid = in it.

A list of available cvars can be found here.