# Setting the Server Name on Your CS 1.6 Server (/docs/counter-strike-16/change-server-name)



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

Your server name (also called a hostname) is what players see in the server browser. Here is how to change it on your Counter-Strike 1.6 server.

Changing Your CS 1.6 Server Name [#changing-your-cs-16-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 server. In the sidebar, go to `Startup`.
  </div>

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

    Find the `Server Name` setting and enter your desired server name.
  </div>

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

    Restart your server to apply the new name.

    > 📝 **Note:** This setting will override anything you have manually set inside of `server.cfg`.
  </div>
</div>
