# Configuring Your Renown Server (/docs/renown/configure-your-server)



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

Renown allows you to configure various server settings. This guide covers how to access and modify your server configuration.

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 locate the server configuration file in the server directory.
  </div>

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

    Common settings you can adjust include:

    * **Server Name** - The name displayed in the server browser
    * **Max Players** - Maximum number of connected players
    * **Game Mode** - The game mode for the server
  </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. See [Change Server Name](/docs/renown/change-server-name) and [Max Players](/docs/renown/max-players) for details.

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