2025-08-16 14:07:26 +07:00

488 B

a Docker container for Left 4 Dead 2 Dedicated Server

Preparation

Ansible

Manual

On the remote host you need to install:

  • Wine stable (From WineHQ)
  • Zip and Unzip
  • libarchive-tools
  • Xvfb
  • PM2

You need have these environment variables, name it .game.env

export DIR_WINE="/wine"
export DIR_STEAMCMD="/wine/drive_c/SteamCMD"
export DIR_SERVER="/wine/drive_c/l4d2server"
export WINEPREFIX=$DIR_WINE