> ## 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 GSLT Steam Tokens in Counter-Strike 2

> Authorize your CS2 server for public visibility by linking it to your Steam account. Learn how to generate and apply a Game Server Login Token (GSLT).

## Establishing Server Identity

Every public Counter-Strike 2 (CS2) server must be authenticated with a **Game Server Login Token (GSLT)**. This unique identifier links the server to your Steam account, allowing Valve to verify its legitimacy and authorize it to appear within the global community server browser. Without a valid token, your server will be restricted to "LAN Only" mode, and players will be unable to join over the public internet.

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

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

***

## Token Generation Workflow

Follow these steps to retrieve your unique server key from Steam.

<Steps>
  <Step title="Access Steam Management">
    Navigate to the [Steam Game Server Account Manager](https://steamcommunity.com/dev/managegameservers) and log in with your primary Steam account.
  </Step>

  <Step title="Input App Parameters">
    * **App ID:** Enter `730` (This is the specific identifier for the Counter-Strike ecosystem).
    * **Memo:** Provide a descriptive name (e.g., `FREAKHOSTING_CS2_01`) to help you identify the token in the future.
  </Step>

  <Step title="Retrieve the Token">
    Click **Create**. A long string of alphanumeric characters will be generated. Copy this string precisely to your clipboard.
  </Step>
</Steps>

***

## Activation Procedure

Once you have your token, you must register it with your FREAKHOSTING instance.

<Steps>
  <Step title="Open the Game Panel">
    Log in to the [FREAKHOSTING Game Panel](https://games.freakhosting.com) and select your CS2 server.
  </Step>

  <Step title="Navigate to Startup">
    In the sidebar menu, click on **Configuration** and select the **Startup** tab.
  </Step>

  <Step title="Apply the GSLT Hash">
    Locate the field labeled **Game Server Login Token (GSLT)**. Paste your token into this field, ensuring there are no leading or trailing spaces.
  </Step>

  <Step title="Initialize Authentication">
    Return to the **Console** tab and **Restart** your server. Monitor the logs for a confirmation message: `Logging into Steam gameserver account`.
  </Step>
</Steps>

***

## Technical Troubleshooting

<AccordionGroup>
  <Accordion title="Identity Errors (Not Logged In)">
    If your console displays "Unable to determine local identity," it typically indicates that the GSLT hash is incorrect or has been revoked by Valve. Double-check your character string and ensure you haven't exceeded the maximum number of active tokens allowed on your Steam account.
  </Accordion>

  <Accordion title="Steam Account Restrictions">
    Valve requires that the account generating the token is **not a Limited Account**. Your account must have spent at least \$5.00 USD on the Steam store and must have a valid phone number linked to be eligible for public server hosting.
  </Accordion>
</AccordionGroup>

<Warning>
  ### Security Best Practice

  **Treat your GSLT token as a password.** Sharing your token with third parties can allow them to impersonate your server identity. If you suspect your token has been compromised, revoke it immediately within the Steam Account Manager and generate a new one.
</Warning>

***

<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 established.
</div>
