# How to Change Your Stormworks Server Name (/docs/stormworks/change-server-name)



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

The server name is what players see when browsing for servers in the Stormworks multiplayer menu. A descriptive name helps players find your server and understand the type of experience you're hosting — whether it's a creative building sandbox, a hardcore rescue simulation, or a casual hangout.

Changing Your Server Name [#changing-your-server-name]

<div className="fd-steps">
  <div className="fd-step">
    Open the XGamingServer panel [#1-open-the-xgamingserver-panel]

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

  <div className="fd-step">
    Stop your server [#2-stop-your-server]

    Stop your server before editing the config file.
  </div>

  <div className="fd-step">
    Navigate to Files [#3-navigate-to-files]

    In the sidebar, go to `Files`.
  </div>

  <div className="fd-step">
    Open server_config.xml [#4-open-server_configxml]

    Find and open `server_config.xml` in the server root directory.
  </div>

  <div className="fd-step">
    Edit the name tag [#5-edit-the-name-tag]

    Find the `<name>` tag and change the value to your desired server name:

    ```xml
    <name>My Stormworks Server</name>
    ```
  </div>

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

    Click **Save** and start your server.

    After starting, your new server name will appear in the Stormworks server browser.
  </div>
</div>

Changing the Name via Startup Tab [#changing-the-name-via-startup-tab]

You may also be able to change the server name through the Startup tab:

<div className="fd-steps">
  <div className="fd-step">
    Go to Startup [#1-go-to-startup]

    In the sidebar, click `Startup`.
  </div>

  <div className="fd-step">
    Find the Server Name field [#2-find-the-server-name-field]

    Look for a **Server Name** field.
  </div>

  <div className="fd-step">
    Enter your new name [#3-enter-your-new-name]

    Type your desired server name.
  </div>

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

    Save your changes and restart the server.

    > 📝 **Note:** If the server name is set in both the Startup tab and `server_config.xml`, check which one takes priority by viewing the server name in the browser after restarting.
  </div>
</div>

Server Naming Tips [#server-naming-tips]

A well-chosen server name attracts the right players and sets expectations:

* **Describe your server type** — Players want to know what kind of server they're joining, so `Creative Building | Infinite Fuel` is more helpful than `Server 1`
* **Add your region** — Help players find low-ping servers with tags like `[US East]` or `[EU]`
* **Mention key settings** — If you have notable gameplay settings enabled (like infinite fuel or no damage), include them in the name
* **Include your community** — If you have a group or clan, add the tag for recognition

**Example names:**

* `[US East] Rescue Operations | Realistic Settings`
* `[EU] Creative Sandbox | Infinite Fuel | All Welcome`
* `[US West] Stormworks Coop | Vehicle Damage ON`
* `[AU] Build & Rescue | New Players Welcome`

> 💡 **Tip:** Your server name is independent of the [server password](/docs/stormworks/set-a-password). Changing the name does not affect who can join your server. For more details on all server settings, see the [configuration guide](/docs/stormworks/configure-your-server).

If you get stuck at any time, you can join our [Discord](https://discord.xgamingserver.com/).
