# Game Server Login Token

Game Server Login Token is a new system by Valve for managing game servers.

## Games using GSLT

* Ballistic Overkill
* Brainbread 2
* Black Mesa: Deathmatch
* Blade Symphony (**required**)
* Counter-Strike: Global Offensive (**required**)
* Counter-Strike: Source (**required**)
* Counter-Strike 2 (**required**)
* Day of Defeat: Source
* Empires Mod
* Garry’s Mod (**required**)
* Insurgency
* Insurgency: Sandstorm
* No more Room in Hell (**required**)
* Nuclear Dawn
* Team Fortress 2
* Tower Unite
* Unturned
* Zombie Panic! Source

## What is GSLT?

GSLT creates a persistent token for a game server. This allows any users who added your server to favourites to join, even if you change your ip address. This is very useful if you change your server/hosting provider.

To fully understand the reasoning behind GSLT, we need to back up a bit to July 2015. [Valve announced that running certain plugins would get your server blacklisted](http://dathost.net/blog/important-information-regarding-our-csgo-servers/), meaning it could not connect to the master servers and people wouldn’t be able to connect to the server.

This created a lot of problems for game server providers, large communities, and anyone providing configurable servers to third parties, as bans were handed out by IP, meaning that an entire machine could be banned because of one malicious or uninformed user.

To address this, Valve is moving the ban to the account level instead of the IP address level, which means that the end-user is always responsible for what they run on their server. Of course, game server providers and the like still have a responsibility to educate their users on these policies, as some might mistakenly upload blacklisted plugins.

An added benefit is that people who add your server to favourite will still be able to find and connect to your server, even if you change hosting provider and/or the IP / port of your server. This is something that previously was impossible.

## Generate a Token

To generate a token follow this [link](http://steamcommunity.com/dev/managegameservers).

{% hint style="info" %}
GSLT requires the app ID of the base game (e.g. 440 for TF2, 730 for CS:GO, 4000 for Garry's Mod) when generating a token, not the server appid
{% endhint %}

{% hint style="info" %}
Every single server must use a unique GSLT.
{% endhint %}

## GSLT Server Parameter

GSLT can be registered on your server(s) by using the `sv_setsteamaccount` command either in [*game server config*](https://docs.linuxgsm.com/configuration/game-server-config) or from a [*start parameter*](https://docs.linuxgsm.com/configuration/start-parameters).

start parameter

{% hint style="info" %}
&#x20;LinuxGSM may provide the variable `gslt=` that gets added to the start parameter.
{% endhint %}

`+sv_setsteamaccount [token]`

game server config

`sv_setsteamaccount [token]`

### Tower Unite

Tower Unite has a command within its [config file](https://docs.linuxgsm.com/configuration/game-server-config)

`SteamLoginToken=`

## FAQ

### If one of my tokens is banned/blacklisted, will all tokens be banned?

Yes, all the tokens on your account will be blacklisted if one of your servers are found to be running a blacklisted plugin. Make sure you read up on Valve’s plugin policies before running a game server so nothing unfortunate happens to your tokens.

### If my GSLT gets banned for running a blacklisted plugin, will my steam account be community and/or VAC banned?

Depending on the game Valve will punish the account that generated the token, On CS:GO you get a global cooldown of 7 days (you cannot join any community/valve server) Most likely, it won’t be VAC banned, but Valve’s requirement that anyone creating GSLTs is not community banned, you may be community banned for running blacklisted plugins.

### Can I use the same GSLT for multiple servers?

No. You must create a unique GSLT for each simultaneously running server.

### Can I re-use GSLTs?

Yes, you can add your GSLT to a new server, you just can’t run two servers with the same GSLT, at the same time.

### Do I still need a Steam WebAPI key to host workshop maps?

Unfortunately, despite registering a GSLT to your server, CS:GO servers will still need a Steam WebAPI key to host maps from the Workshop.

As of yet, no official confirmation has been made that TF2 servers will also require GSLTs, but they do support them, so it’s not a wild guess that this is to come.

### My server loses connection to the registered Steam account

Don’t use the same GSLT for multiple servers. When a server starts with a specific GSLT, it will disconnect any other servers already running that same GSLT. You need to create a unique GSLT for each server.

### Is there a limit on how many GSLTs my account can have?

Yes, you can have a maximum of 1000 GSLTs on your account.

### What are the requirements for my account to be able to create a GSLT?

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 GSLT. Your Steam account may not have more than 1000 tokens.

For further information, see this useful blog post: <http://dathost.net/blog/important-information-regarding-our-csgo-servers/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.linuxgsm.com/steamcmd/gslt.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
