Skip to content

Server Configuration

Matteo Bilotta edited this page Aug 28, 2024 · 2 revisions

Server Configuration

Warning

This page is under construction! ⚠

In this section, we'll go over the configuration of the CMaNGOS server using the Docker container.
Configurations are injected into the container through a directory mounted as a volume.

As a user of CMaNGOS Docker, you'll simply need to edit the configuration file located in runner/config/mangosd.conf.

Configuration File

This configuration file doesn't contain all the properties and configurations you can apply to CMaNGOS.
By default, CMaNGOS has its own default values, which you can override by adding the desired configuration to the file.

Overriding Default Configurations

To override a default configuration, simply add the desired configuration property and its value to the configuration file.
For example, if you want to change the GameType from its default value, add the following line to the file:

GameType = 1

This will set the GameType configuration to the specified value, overriding the default.

Complete List of Configurations

A complete list of available configurations and their default values can be found in the CMaNGOS configuration documentation.

To change a specific configuration, locate its corresponding property in the documentation and add it to your configuration file with the desired value.

Clone this wiki locally