# How to Change Your Unturned Server Name (/docs/unturned/rename-server)



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

<Steps>
  <Step>
    Stop your server [#stop-your-server]

    Go to **Console** in the [XGamingServer Panel](https://panel.xgamingserver.com) and stop the server.
  </Step>

  <Step>
    Open Commands.dat [#open-commandsdat]

    Click **Files** in the sidebar. Navigate to `Servers/<ServerName>/Server/` and open `Commands.dat`.
  </Step>

  <Step>
    Change the name [#change-the-name]

    Find the `Name` line and change it:

    ```
    Name My Awesome Unturned Server
    ```

    Everything after `Name ` (with a space) is the server name.
  </Step>

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

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

Related Guides [#related-guides]

* [Server Configuration](/docs/unturned/server-config)
