# Configuring Your The Front Server (/docs/the-front/configure-your-server)



import { Step, Steps } from 'fumadocs-ui/components/steps';

The Front is built on Unreal Engine and uses `ServerConfig.ini` for server configuration. This guide covers how to access and modify your server settings.

Server Configuration [#server-configuration]

<div className="fd-steps">
  <div className="fd-step">
    Stop Your Server [#1-stop-your-server]

    Access the [XGamingServer Panel](https://panel.xgamingserver.com) and `Stop` your server.
  </div>

  <div className="fd-step">
    Open the Configuration File [#2-open-the-configuration-file]

    Go to `Files` and navigate to the server configuration directory. Open `ServerConfig.ini`.
  </div>

  <div className="fd-step">
    Edit Server Settings [#3-edit-server-settings]

    The configuration file contains numerous settings. Here are some commonly adjusted ones:

    | Setting                    | Description                                   |
    | -------------------------- | --------------------------------------------- |
    | `ServerName`               | The name displayed in the server browser      |
    | `MaxPlayers`               | Maximum number of connected players           |
    | `ServerPassword`           | Password required to join the server          |
    | `PVP`                      | Enable or disable player versus player combat |
    | `ResourceMultiplier`       | Multiplier for resource gathering rates       |
    | `ExpMultiplier`            | Multiplier for experience gain                |
    | `DamageMultiplier`         | Multiplier for damage values                  |
    | `DayTimeSpeed`             | Speed of daytime                              |
    | `NightTimeSpeed`           | Speed of nighttime                            |
    | `BuildingDamageMultiplier` | How much damage buildings take                |
    | `DropItemsOnDeath`         | Whether players drop items when they die      |
  </div>

  <div className="fd-step">
    Save and Start Your Server [#4-save-and-start-your-server]

    Save your changes and start your server to apply the new settings.

    > 💡 **Tip:** Many common settings like server name, max players, and password can be changed directly from `Startup` in the panel. See [Change Server Name](/docs/the-front/change-server-name), [Max Players](/docs/the-front/max-players), and [Set a Password](/docs/the-front/set-a-password) for details.

    > ⚠️ **Warning:** Invalid configuration values can prevent your server from starting. Always back up your configuration file before making changes using the `Backups` feature in the panel.

    If you need help with configuration, join our [Discord](https://discord.xgamingserver.com) and we will assist you.
  </div>
</div>
