# Configuring Your Brickadia Server (/docs/brickadia/configure-your-server)



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

Brickadia allows you to configure various server settings through configuration files and startup parameters. This guide covers the key settings you can adjust.

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 Brickadia server configuration directory. The main configuration is handled through the server launch parameters and config files in the server data directory.
  </div>

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

    You can adjust settings such as:

    * **Server Name** - The name displayed in the server browser
    * **Max Players** - Maximum number of connected players
    * **Server Description** - A description shown to players browsing servers
    * **Map** - The map or save to load on startup
    * **Welcome Message** - A message shown to players when they join
  </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 and max players can be changed directly from `Startup` in the panel without editing config files. See [Change Server Name](/docs/brickadia/change-server-name) and [Max Players](/docs/brickadia/max-players) for details.

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