# How to Change Your Operation: Harsh Doorstop Server Name (/docs/operation-harsh-doorstop/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 Operation: Harsh Doorstop multiplayer menu. A clear, descriptive name helps players find your server and sets expectations before they join. The name appears in both the in-game server browser and on third-party server list websites like Battlemetrics.

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 stop your Operation: Harsh Doorstop server.
  </div>

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

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

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

    Find the **Server Name** field and enter your desired name.
  </div>

  <div className="fd-step">
    Restart your server [#4-restart-your-server]

    Start your server for the new name to take effect.

    Your server will now appear with the new name in the server browser.
  </div>
</div>

Server Naming Tips [#server-naming-tips]

A well-named server attracts the right players and helps your community grow:

* **Include the game mode** — Players look for specific modes, so `AAS - Anviloy` is more useful than just `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 name for recognition
* **Keep it readable** — Avoid excessive symbols or ALL CAPS. Clean names look more professional in the browser

**Example names:**

* `[US East] AAS - Anviloy | XGaming Community`
* `[EU] Skirmish | Casual Tactical | New Players Welcome`
* `[AU] AAS - All Maps Rotation | 40 Slots`

Alternative: Setting the Name in Game.ini [#alternative-setting-the-name-in-gameini]

You can also set the server name directly in the configuration file, although the Startup parameter will take priority if both are set:

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

    Stop the server from the panel.
  </div>

  <div className="fd-step">
    Open Game.ini [#2-open-gameini]

    Navigate to `Files` → `HarshDoorstop/Saved/Config/LinuxServer/` → `Game.ini`.
  </div>

  <div className="fd-step">
    Add or edit the server name [#3-add-or-edit-the-server-name]

    Add or modify the following under the appropriate section:

    ```ini
    [/Script/HarshDoorstop.HDGameMode]
    ServerName=Your Server Name Here
    ```
  </div>

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

    Click **Save** and restart your server.

    > 💡 **Tip:** Your server name is separate from the [server password](/docs/operation-harsh-doorstop/set-a-password) and [admin configuration](/docs/operation-harsh-doorstop/adding-admins). 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/).
  </div>
</div>
