# How To Change Your Garry's Mod Server Name (/docs/garrys-mod/change-server-name)



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

Here is how to change your Garry's Mod server name.

<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 Garry's Mod 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 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 set the name in `garrysmod/cfg/server.cfg` with the `hostname` command:
    >
    > ```
    > hostname "My GMod Server"
    > ```
  </div>
</div>
