# Creating a GSLT Token for Your Garry's Mod Server (/docs/garrys-mod/create-gslt)



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

A GSLT (Steam Game Server Login Token) is **required** by Valve for your Garry's Mod server to appear in the public server list. Here is how to create one and add it to your server.

<div className="fd-steps">
  <div className="fd-step">
    Generate the Token [#1-generate-the-token]

    Go to the [Steam Game Server Account Management](https://steamcommunity.com/dev/managegameservers) page and log in with your Steam account. Under `App ID`, enter `4000` for Garry's Mod, then name the memo anything you want.
  </div>

  <div className="fd-step">
    Open the Startup Page [#2-open-the-startup-page]

    Visit the [XGamingServer Panel](https://panel.xgamingserver.com) and select your Garry's Mod server. In the sidebar, go to **Startup**.
  </div>

  <div className="fd-step">
    Enter Your Token [#3-enter-your-token]

    Enter your token under **Game Server Login Token (GSLT)**.
  </div>

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

    Click **Console** in the sidebar and then restart your server.

    > 📝 **Note:** Each Garry's Mod server you run requires its own unique GSLT.
  </div>
</div>

FAQ [#faq]

**What are the requirements for making a GSLT?**

Valve has some guidelines on what accounts are able to create a Game Server Login Token:

* Your Steam account must not be currently community banned or locked.
* Your Steam account must not be limited.
* Your Steam account must have a qualifying registered phone.
* Your Steam account must own the game for which you are creating a game server account.
* Your Steam account may create 1000 game server accounts.

**Can I get a GSLT Ban?**

Valve has token banned server owners in the past for violating their terms. If Valve token bans you, you can no longer host servers from your account. **We strongly suggest you view Valve's [Terms of Service](https://help.steampowered.com/en/faqs/view/07AF-502E-A104-BD4B)** to see what is and is not allowed.
