# How To Change Your Starbound Server Name (/docs/starbound/change-server-name)



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

Your Starbound server name is set in the `starbound_server.config` file. This name identifies your server.

<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).
  </div>

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

    Make sure your server is **stopped** before making changes.
  </div>

  <div className="fd-step">
    Open Files [#3-open-files]

    In the sidebar, click **Files**.
  </div>

  <div className="fd-step">
    Open starbound_server.config [#4-open-starbound_serverconfig]

    Find and click on `starbound_server.config` in the server root directory to open it in the editor.
  </div>

  <div className="fd-step">
    Change the Server Name [#5-change-the-server-name]

    Find the `"serverName"` field and change its value:

    ```
    "serverName" : "My Starbound Server",
    ```
  </div>

  <div className="fd-step">
    Save and Start Your Server [#6-save-and-start-your-server]

    Click **Save** and then **Start** your server.
  </div>
</div>
