> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Change Your Server Hostname in Counter-Strike 2

> Establish your community brand in the CS2 browser. Learn how to customize your server name using the hostname variable within your configuration files.

## Defining Your Community Identity

Your server's hostname serves as the primary visual identifier for players navigating the Steam Server Browser and the integrated CS2 Community List. Establishing a clear, professional, and branding-focused name is a critical component of building a consistent player base and distinguishing your server from the competition. The FREAKHOSTING Game Panel allows you to easily modify this value to reflect your community's unique identity.

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner
  </Card>

  <Card title="Time" icon="clock">
    3 Minutes
  </Card>
</CardGroup>

***

## Configuration Workflow

Follow these steps to update your server's public title.

<Steps>
  <Step title="Access the Config Directory">
    Log in to your [FREAKHOSTING Game Panel](https://games.freakhosting.com), navigate to the **File Manager**, and open the `/game/csgo/cfg/` directory.
  </Step>

  <Step title="Edit server.cfg">
    Locate the `server.cfg` file. If this file is not present, create a new one to house your server variables.
  </Step>

  <Step title="Define the Hostname">
    Input the `hostname` command followed by your desired title encapsulated in double quotes.

    ```bash theme={null}
    hostname "FREAKHOSTING | Competitive 5v5 | 128 Tick | Seattle"
    ```
  </Step>

  <Step title="Deploy Changes">
    Save the file and **Restart** your server via the **Console** tab to broadcast the new identity to the Steam masterlist.
  </Step>
</Steps>

***

## Verifying the Update

Once your server has returned to an `Online` status, you can verify the change through the engine itself.

<Tabs>
  <Tab title="Console Status">
    While connected to the server, open your developer console (**\~**) and type `status`. The first line of the diagnostic output will display the currently active hostname.
  </Tab>

  <Tab title="Browser Refresh">
    Open the CS2 Community Browser and search for your server. Note that it may take several minutes for the global Steam cache to update your server's metadata in the public listing.
  </Tab>
</Tabs>

***

<Tip>
  ### Strategic Branding

  Avoid using generic titles such as "My CS2 Server". Instead, prioritize your community's name and include technical details that players frequently search for, such as "128 Tick", "No Lag", or specific game modes like "Retakes" or "Surf". This helps you target the specific audience looking for your environment.
</Tip>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **CS2:** Identity defined.
</div>
