# How To Configure Your Risk of Rain 2 Server (/docs/risk-of-rain-2/configure-your-server)



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

Risk of Rain 2 dedicated servers are configured through startup parameters and configuration files. This guide covers the key settings you can adjust.

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 Settings [#3-adjust-settings]

    Common startup settings include:

    * **Max Players** - Maximum number of concurrent players
    * **Gamemode** - The game mode to run (e.g., Classic, Simulacrum)
    * **Server Name** - The name of your server (if applicable)
  </div>
</div>

Server Configuration [#server-configuration]

For more detailed settings, you can use the server's configuration file or command-line parameters.

<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 [#2-locate-the-configuration]

    Look for a server configuration file in the server root directory or the `Risk of Rain 2_Data` subdirectory.
  </div>

  <div className="fd-step">
    Common Configuration Options [#3-common-configuration-options]

    Settings you may want to adjust include:

    | Setting     | Description                                   |
    | ----------- | --------------------------------------------- |
    | Max Players | Number of player slots (default 4)            |
    | Heartbeat   | Whether to register on the master server list |
    | Timeout     | Player timeout duration                       |
  </div>

  <div className="fd-step">
    Save and Restart [#4-save-and-restart]

    After making changes, click **Save** and **restart** your server.

    > 💡 **Tip:** Some settings can also be changed at runtime using the in-game console when connected as the host. For modded server configurations, see the [Install Mods](/docs/risk-of-rain-2/install-mods) guide.

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