# How to Change Your Ground Branch Server Name (/docs/ground-branch/change-server-name)



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

The server name (hostname) is what players see when browsing for servers in the Ground Branch multiplayer menu. A clear, descriptive name helps players find your server and sets expectations before they join.

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 Ground Branch server.
  </div>

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

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

  <div className="fd-step">
    Find the hostname field [#3-find-the-hostname-field]

    Locate the **Server Name** or **Hostname** field. This corresponds to the `-hostname=` startup parameter.
  </div>

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

    Type your desired server name. This is what will appear in the Ground Branch server browser.
  </div>

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

    Save your changes and restart the server.

    After restarting, your new server name will appear in the server browser for all players to see.
  </div>
</div>

Changing the Name via Startup Parameters [#changing-the-name-via-startup-parameters]

You can also set the hostname directly in the startup command line:

<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 startup command [#2-find-the-startup-command]

    Look for the startup command or additional parameters field.
  </div>

  <div className="fd-step">
    Set the hostname parameter [#3-set-the-hostname-parameter]

    Add or modify the `-hostname=` parameter:

    ```
    -hostname=My Tactical Server
    ```
  </div>

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

    Save and restart the server.

    > 📝 **Note:** If the hostname is set in both the dedicated field and the startup command, the startup command value typically takes priority.
  </div>
</div>

Server Naming Tips [#server-naming-tips]

A good server name helps attract the right players:

* **Include the game mode** — Players look for specific modes, so `[Terrorist Hunt] CQB Server` is more descriptive than `My Server`
* **Add your region** — Players want low-ping servers, so `[US East]` or `[EU]` helps them choose
* **Mention your community** — If you have a clan or group, include the tag for recognition
* **Keep it clean** — Avoid excessive symbols or ALL CAPS. Professional-looking names attract more players

**Example names:**

* `[US East] Tactical Ops | Intel Retrieval | Comms Required`
* `[EU] Ground Branch Coop | All Welcome`
* `[US West] TacOps Community | Terrorist Hunt`

> 💡 **Tip:** Your server name is separate from the [server password](/docs/ground-branch/set-a-password). Changing the name doesn't affect who can join or manage the server.

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