# How To Change Your FiveM Server Name (/docs/fivem/change-server-name)



Here is how to change your FiveM server name that appears in the server browser.

<div className="fd-steps">
  <div className="fd-step">
    Open the Startup Page [#1-open-the-startup-page]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com) and select your FiveM server. In the sidebar, click **Startup**.
  </div>

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

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

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

    Go to **Console** in the sidebar and restart your server.

    > 💡 **Tip:** You can also change the server name in the `server.cfg` file by editing the `sv_hostname` line:
    >
    > ```
    > sv_hostname "My FiveM Server"
    > ```

    > 📝 **Note:** FiveM server names support color codes using `^` followed by a number (0-9). For example, `^1Red ^2Green ^3Yellow` will display in those colors in the server browser.
  </div>
</div>
