# How To Configure Your Foundry Server (/docs/foundry/configure-your-server)



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

Foundry server configuration is managed through the **Startup** settings in your panel and server configuration files.

Using Startup Settings [#using-startup-settings]

<div className="fd-steps">
  <div className="fd-step">
    Open the Startup Page [#1-open-the-startup-page]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com) and select your Foundry server. In the sidebar, click **Startup**.
  </div>

  <div className="fd-step">
    Adjust Settings [#2-adjust-settings]

    The Startup page provides fields for common settings including:

    * **Server Name** - Display name in the server browser
    * **Max Players** - Maximum player count
    * **Server Password** - Password to join (leave blank for public)
    * **World Name** - The name of the world/save to load
  </div>

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

    After making changes, restart from the **Console** page.
  </div>
</div>

Editing Configuration Files [#editing-configuration-files]

For more advanced configuration:

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

    In the sidebar, click **Files** and look for configuration files in your server directory.
  </div>

  <div className="fd-step">
    Adjust Settings [#2-adjust-settings-1]

    Edit the available configuration options for gameplay, world generation, and server behavior.
  </div>

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

    Save any changes and restart your server.

    > 📝 **Note:** As Foundry is a newer title, configuration options may change with game updates. Check the game's official documentation or community resources for the latest available settings.

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