# How to Rename Your Arma Reforger Server (/docs/arma-reforger/rename-server)







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

The server name appears in the in-game **Community** browser. Maximum **100 characters**.

<Tabs items={['Config Editor (Recommended)', 'Manual JSON']}>
  <Tab value="Config Editor (Recommended)">
    <Steps>
      <Step>
        Open the Config Editor [#open-the-config-editor]

        In the [XGamingServer Panel](https://panel.xgamingserver.com), click **Arma Reforger Config** in the sidebar.

                <img alt="Config Tool in the sidebar" src={__img0} placeholder="blur" />
      </Step>

      <Step>
        Go to the Game tab [#go-to-the-game-tab]

        Click the **Game** tab in the editor.
      </Step>

      <Step>
        Change the Server Name [#change-the-server-name]

        Edit the **Server Name** field. Up to 100 characters.

                <img alt="Config Editor Game tab" src={__img1} placeholder="blur" />
      </Step>

      <Step>
        Save and restart [#save-and-restart]

        Click **Save Changes**, then restart from **Console**.
      </Step>
    </Steps>
  </Tab>

  <Tab value="Manual JSON">
    <Steps>
      <Step>
        Stop the server [#stop-the-server]

        Go to **Console** and stop the server.
      </Step>

      <Step>
        Open config.json [#open-configjson]

        Click **Files** and open `config.json`.
      </Step>

      <Step>
        Edit the name [#edit-the-name]

        ```json
        "game": {
          "name": "My Arma Reforger Server"
        }
        ```
      </Step>

      <Step>
        Save and start [#save-and-start]

        Click **Save Content** and start from **Console**.
      </Step>
    </Steps>
  </Tab>
</Tabs>

Naming Tips [#naming-tips]

* **Include your region** — `[US East]`, `[EU]`, `[AU]` helps players find low-ping servers
* **Mention your scenario** — `Conflict Everon`, `Game Master`, etc.
* **Highlight modded** — `[Modded]`, `[Vanilla]`, `[Crossplay]`
* **Keep it readable** — avoid excessive symbols or all caps

Related Guides [#related-guides]

* [Server Configuration](/docs/arma-reforger/server-config)
* [Hide from Server List](/docs/arma-reforger/hide-from-server-list)
