7 Days To Die
    American Truck Simulator
    ARK: Survival Ascended
    ARK: Survival Evolved
    ARK: Survival Evolved Official Save Game
    Arma 3
    Arma Reforger
    Assetto Corsa Competizione
    Astroneer
    Atlas
    Avorion
    Chivalry 2
    Citadel
    Conan Exiles
    Counter-Strike: Global Offensive
    Craftopia
    Dark and Light
    DayZ
    Don´t Starve Together
    Dune: Awakening
    Empyrion
    Enshrouded
    Euro Truck Simulator 2
    Factorio
    Farming Simulator 13
    Farming Simulator 15
    Farming Simulator 17
    Farming Simulator 19
    Farming Simulator 22
    Farming Simulator 25
    FiveM
    Garry's Mod
    Half-Life 2 Deathmatch
    Hell Let Loose
    Just Cause 2
    Killing Floor 2
    Last Oasis
    Left 4 Dead 2
    Life is Feudal
    Minecraft
    Mordhau
    Myth of Empires
    Outpost Zero
    Palworld
    Pantropy
    Path of Titans
    PixARK
    Project Zomboid
    Red Orchestra 2
    Rising Storm 2
    Rust
    Satisfactory
    SCP: SECRET LABORATORY
    SCUM
    Sons Of The Forest
    Soulmask
    Space Engineers
    Squad
    Starbound
    StarMade
    Staxel
    Subsistence
    Team Fortress 2
    Terraria
    The Forest
    The Isle
    Unreal Tournament 2004
    Unturned
    V Rising
    Valheim
    Wargame: Red Dragon
    Wreckfest
    Ylands
    7 Days To Die
    American Truck Simulator
    ARK: Survival Ascended
    ARK: Survival Evolved
    ARK: Survival Evolved Official Save Game
    Arma 3
    Arma Reforger
    Assetto Corsa Competizione
    Astroneer
    Atlas
    Avorion
    Chivalry 2
    Citadel
    Conan Exiles
    Counter-Strike: Global Offensive
    Craftopia
    Dark and Light
    DayZ
    Don´t Starve Together
    Dune: Awakening
    Empyrion
    Enshrouded
    Euro Truck Simulator 2
    Factorio
    Farming Simulator 13
    Farming Simulator 15
    Farming Simulator 17
    Farming Simulator 19
    Farming Simulator 22
    Farming Simulator 25
    FiveM
    Garry's Mod
    Half-Life 2 Deathmatch
    Hell Let Loose
    Just Cause 2
    Killing Floor 2
    Last Oasis
    Left 4 Dead 2
    Life is Feudal
    Minecraft
    Mordhau
    Myth of Empires
    Outpost Zero
    Palworld
    Pantropy
    Path of Titans
    PixARK
    Project Zomboid
    Red Orchestra 2
    Rising Storm 2
    Rust
    Satisfactory
    SCP: SECRET LABORATORY
    SCUM
    Sons Of The Forest
    Soulmask
    Space Engineers
    Squad
    Starbound
    StarMade
    Staxel
    Subsistence
    Team Fortress 2
    Terraria
    The Forest
    The Isle
    Unreal Tournament 2004
    Unturned
    V Rising
    Valheim
    Wargame: Red Dragon
    Wreckfest
    Ylands

Guías

Categoría A-Z

Server.cfg para los servidores de Garry’s mod

Garrysmod wiki.jpg
Alquila tu propio servidor de Garry’s mod ahora en nitrado.net

Esta guia es para Garry’s Mod

Configuración básica

En server.cfg establecerás todas las configuraciones básicas en el servidor. Es decir, (por ejemplo, el nombre de host, la contraseña (opcional) o la contraseña de RCON Si estableces “//” antes de una opción de configuración, la configuración no se aplicará, ya que esto se usa como comentario. Es decir, el servidor no carga lo que está detrás del “//” Esto como ya se dijo es bastante bueno para agregar comentarios en el server.cfg, para que no siempre tengas que buscar en Google los comandos al cambiarlos.

Ahora verás un ejemplo de modifiación en el archivo server.cfg que hemos dividido en dos partes: “La parte que se puede modificar” y “Por favor, no modifiques esto, de lo contrario habrá problemas en el servidor”

Ahora simplemente haz clic en tu interfaz web y detén tu servidor, ve al Editor de configuración, selecciona el archivo server.cfg Ahora puedes copiar, pegar y editar el archivo server.cfg según tus deseos.

Ejemplo de Server.cfg

//bin //boot //dev //etc //home //lib //lib64 //lost+found //media //mnt //opt //proc //root //run //sbin //srv //sys //tmp //usr //var //The changeable part. This is where you can change everything without having to worry about the server being smeared. //bin //boot //dev //etc //home //lib //lib64 //lost+found //media //mnt //opt //proc //root //run //sbin //srv //sys //tmp //usr //var // What is the name of your server? (Also displayed in the server browser) Hostname "Your server-name" // The RCON password is required to administer the server via the console. Rcon_password "changeme" // The command "sv_password" is used to set a "join password". This is helpful to leave only the desired people on the server who know the password. // If the server should be open to all, just put a "" behind the command Sv_password "DEINPASSWORT" // or if no password is desired: sv_ password "" // Spawns Pro Player Settings // All numbers in the game settings indicate the amount that can be spawned. // If a particular thing is not to be spawned, simply set the value to "0" "sbox_maxprops" "150" //Sets the maximum amount of "props" a player can have on the map "sbox_maxragdolls" "6" //Sets the maximum amount of "Ragdolls" a player can have on the map "sbox_maxballoons" "15" //Sets the maximum amount of "balloons" a player can have on the map "sbox_maxeffects" "1" //Sets the maximum amount of "effects" a player can have on the map "sbox_maxdynamite" "2" //Sets the maximum amount of "dynamite" a player can have on the map "sbox_maxlamps" "3" //Sets the maximum amount of "Lamps" a player can have on the map "sbox_maxthrusters" "30" //Sets the maximum amount of "Thrusters" a player can have on the map "sbox_maxwheels" "20" //Sets the maximum amount of "Wheels" a player can have on the map "sbox_maxnpcs" "0" //Sets the maximum amount of "NPCs" a player can have on the map "sbox_maxhoverballs" "10" //Sets the maximum amount of "hoverballs" a player can have on the map "sbox_maxvehicles" "10" //Sets the maximum amount of "Vehicles" a player can have on the map "sbox_maxbuttons" "15" //Sets the maximum amount of "buttons" a player can have on the map // Game settings "sbox_plpldamage" "0" //"player-to-player" damage, active if the value is set to 0 "sbox_godmode" "0" //All players are invulnerable if value is set to 1 (ATTENTION, LIFT "sbox_plpldamage") "sbox_noclip" "1" //Allows players to fly., Active if the value is set to 1 "sv_noclipaccelerate" "5" //Sets the flight speed of noclip "sv_alltalk" "1" //If the value is 1, players can hear from opponent teams, if the value to 0 is not //bin //boot //dev //etc //home //lib //lib64 //lost+found //media //mnt //opt //proc //root //run //sbin //srv //sys //tmp //usr //var //DO NOT MAKE ANY MORE THAN THAT IT CAN CAUSE THROUGH PROBLEMS //bin //boot //dev //etc //home //lib //lib64 //lost+found //media //mnt //opt //proc //root //run //sbin //srv //sys //tmp //usr //var // Connectivity settings "sv_minrate" "0" //Minimum connection speed "sv_maxrate" "20000" //Maximum connection speed "decalfrequency" "10" "sv_maxupdaterate" "66" //Maximum tick rate "sv_minupdaterate" "10" //Minimum tick rate "net_maxfilesize" "60" //Maximum size of a file that servers can send (in MB) // surgery "sv_lan" "0" //The command controls whether the server is accessible via the Internet or local "sv_region" "255" //Server region (for the server browser) 255 means that the server can be reached anywhere in the world // execute ban files Exec banned_user.cfg // This command is for all bans to be active after a mapchange/server restart

Opciones de configuracion avanzada

Esta pequeña seleccion de congiguraciones es por mucho, una minima parte de todas las configuraciones disponibles, aqui las puedes revisar


Servidor de GarrysMod

Configuración básica

Ejemplo de Server.cfg

Opciones de configuracion avanzada

Comparte este artículo


6/1/2022

Adquiere tu propio servidor de juegos

Ordenar servidor de juegos
  1. inicio /
  2. guides /
  3. server cfg para los servidores de garry s mod es
Paga de la forma que prefieras
Klarna Payment Badge
Nuestras membresías
RIPE NCC - Ripe Network Coordination Centre Women in Games
v1.30.0-168-g6f64a707 © 2025 marbis GmbH. Todos los derechos reservados. Todos los precios incluyen IVA.