> ## 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 Configure Server Tags in Counter-Strike 2

> Optimize your server's visibility in the CS2 community browser. Learn how to define custom search tags to attract players to your specific game mode.

## Browser Optimization & Visibility

Server tags are essential metadata keywords that categorize your lobby within the Counter-Strike 2 (CS2) community browser. By implementing relevant and descriptive tags - such as "Surf", "Retakes", or "1v1" - you enable potential players to easily discover your server using built-in search filters. Correct tagging is one of the most effective ways to organically grow your player base and establish a consistent community presence.

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

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

***

## Setting Up Your Metadata

Follow these steps to define your server's searchable keywords within your configuration files.

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

  <Step title="Edit server.cfg">
    Locate and open the `server.cfg` file. If it does not exist, create it to house your custom variables.
  </Step>

  <Step title="Define sv_tags">
    Add or modify the `sv_tags` command. Tags must be encapsulated in quotes and separated by commas **without spaces** between entries.

    ```bash theme={null}
    sv_tags "freakhosting,surf,timer,ranks,fastdl"
    ```
  </Step>

  <Step title="Deploy Changes">
    Save the file and **Restart** your server via the **Console** tab to initialize the new browser metadata.
  </Step>
</Steps>

***

## Verifying Public Visibility

Once your server has successfully initialized, you can verify that your tags are being broadcast correctly.

<Tabs>
  <Tab title="Console Verification">
    While connected to your server, open the developer console (**\~**) and type `sv_tags`. The engine will return the currently active string being broadcast to the Steam masterlist.
  </Tab>

  <Tab title="Browser Testing">
    Open the CS2 Community Browser and use the filter bar to search for one of your unique tags. Your server should appear in the results list within several minutes of starting.
  </Tab>
</Tabs>

***

<Note>
  ### Technical Character Limits

  Valve enforces a strict character limit for the server tags field. We recommend keeping your list concise and prioritizing the tags that most accurately describe your primary game mode or geographical region. Avoid using redundant or deceptive tags, as this can negatively impact your server's reputation.
</Note>

***

<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:** Visibility optimized.
</div>
