# How to Change Your Veloren Server Name (/docs/veloren/change-server-name)



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

Here is how to change the name of your Veloren dedicated server.

Changing the Server Name [#changing-the-server-name]

<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.
  </div>

  <div className="fd-step">
    Edit the Server Name [#3-edit-the-server-name]

    Find the `server_name` setting and change it to your desired name.
  </div>

  <div className="fd-step">
    Start Your Server [#4-start-your-server]

    Save the file and start your server for the new name to take effect.
  </div>
</div>
