8000 GitHub - vstyler96/pterodactyl: 📦🐉 Debian Bookworm Slim Image for Pterodactyl.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vstyler96/pterodactyl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☁️ Left 4 Dead 2 Dedicated Server – Docker Image

Powered by Debian Slim + SteamCMD + RCON 🌈🫧

¡Bienvenido! Esta es una imagen de Docker optimizada para correr un servidor dedicado de Left 4 Dead 2, pensada para integrarse con Pterodactyl y mantenerse ligera, estable y bonita ✨.


🛠️ Características

  • 📦 Basada en debian:bookworm-slim
  • 🎮 Compatible con SteamCMD y 100% funcional para L4D2 (app_id: 222860)
  • 🔐 Compatible con Steam Guard
  • 🪄 EntryPoint limpio y personalizable
  • 🐣 Perfecta para Pterodactyl Eggs

🗃️ Variables de Entorno

Esto es necesario ya que se removió Left 4 Dead 2 del repositorio anónimo, lo que dificulta la instalación del servidor sin cuenta.

  1. STEAM_USER | Default: anonymous
  2. STEAM_PASSWORD | Default: [blank]

🚀 Manual de Configuiración

  1. Ve a la sección "Nests" del panel de Pterodactyl
  2. Selecciona "Source Engine" y agrega un nuevo egg llamado "Left 4 Dead 2"
  3. En la sección de imágenes agrega:
Optimized Debian bookworm|ghcr.io/vstyler96/l4d2-bookworm:latest
  1. En el "Startup Command" coloca:
./srcds_run -strictportbind -norestart -port :PORT
  1. En "Start configuration":
{
    "done": "Connection to Steam servers successful.",
    "userInteraction": []
}
  1. En "Stop Command": ^C
  2. En "Configuration Files": {}
  3. Y en "Log Configuration"
{
    "custom": true,
    "location": "logs/latest.log"
}
  1. Finalmente en install Script agrega
#!/bin/bash
set -e

# Instalar Left4Dead 2 Server
./Steam/steamcmd.sh +force_install_dir /mnt/server +login $STEAM_USER $STEAM_PASSWORD +app_update 222860 validate +quit

About

📦🐉 Debian Bookworm Slim Image for Pterodactyl.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 
0