# How To Configure Your Mount & Blade II: Bannerlord Server (/docs/mount-blade-2-bannerlord/configure-your-server)



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

Bannerlord dedicated servers are configured through startup parameters and XML configuration files. This guide covers the key settings you can adjust to customize your server experience.

Startup Parameters [#startup-parameters]

The most common settings are available directly in the panel.

<div className="fd-steps">
  <div className="fd-step">
    Open the XGamingServer Panel [#1-open-the-xgamingserver-panel]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com).
  </div>

  <div className="fd-step">
    Go to Startup [#2-go-to-startup]

    In the sidebar, click **Startup**.
  </div>

  <div className="fd-step">
    Adjust the Available Settings [#3-adjust-the-available-settings]

    You will see fields for common settings such as:

    * **Server Name** - The name displayed in the server browser
    * **Max Players** - Maximum number of players allowed
    * **Game Type** - The game mode (e.g., `Captain`, `Skirmish`, `Team Deathmatch`, `Siege`, `Battle`)
    * **Map** - The currently active map
    * **Welcome Message** - A message shown to players when they join
  </div>
</div>

XML Configuration Files [#xml-configuration-files]

For more advanced settings, Bannerlord uses XML configuration files.

<div className="fd-steps">
  <div className="fd-step">
    Open Files [#1-open-files]

    In the sidebar, click **Files**.
  </div>

  <div className="fd-step">
    Locate the Configuration Files [#2-locate-the-configuration-files]

    Navigate to the server root directory. Look for configuration files that control game-specific settings. Common files include:

    * **Game mode configs** - Control round times, respawn settings, team balance, and scoring
    * **Ban list** - XML file listing banned players
  </div>

  <div className="fd-step">
    Edit the Configuration [#3-edit-the-configuration]

    Click on the file to open it in the editor. Make your changes and click **Save**.
  </div>

  <div className="fd-step">
    Restart Your Server [#4-restart-your-server]

    After saving changes, **restart** your server for the new settings to take effect.

    > 💡 **Tip:** You can also change the [game mode and map](/docs/mount-blade-2-bannerlord/change-map) through startup parameters for quick adjustments between matches.

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