# How to Configure Your Veloren Server (/docs/veloren/configure-your-server)



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

Here is how to configure your Veloren dedicated server settings.

Editing the Configuration [#editing-the-configuration]

<div className="fd-steps">
  <div className="fd-step">
    Stop Your Server [#1-stop-your-server]

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

  <div className="fd-step">
    Open the Settings File [#2-open-the-settings-file]

    In the sidebar, go to `Files` and open the `settings.ron` file. This is the main configuration file for your Veloren server.
  </div>

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

    Common settings you can change:

    | Setting              | Description                              |
    | -------------------- | ---------------------------------------- |
    | `server_name`        | The name displayed in the server browser |
    | `max_players`        | Maximum number of players allowed        |
    | `server_description` | A description of your server             |
    | `start_time`         | The starting time of day                 |
    | `map_file`           | The world map file to use                |
    | `persistence_db_dir` | Directory for persistent player data     |
  </div>

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

    Save the file and start your server for the changes to take effect.

    > ⚠️ **Warning:** Be careful when editing the `.ron` format. Incorrect syntax can prevent your server from starting. If that happens, check the `Console` for error messages.
  </div>
</div>
