# How To Change Your SCP: Secret Laboratory Server Name (/docs/scp-secret-laboratory/change-server-name)



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

Your server name is displayed in the in-game server browser and can be changed through the server configuration file.

<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">
    Locate the Configuration File [#4-locate-the-configuration-file]

    Navigate to the server configuration directory and open the `config_gameplay.txt` file. This is typically found in `.config/SCP Secret Laboratory/config/` or a similar path depending on the server setup.
  </div>

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

    Find the `server_name` setting and change its value to your desired server name:

    ```
    server_name: My SCP:SL Server
    ```

    > 💡 **Tip:** You can use Unity rich text formatting tags in your server name to add color and formatting. For example: `<color=red>My</color> <b>SCP Server</b>`.
  </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>
