Difference between revisions of "GameServer LoginToken for CSGO"

From 4netplayers Support Wiki
Jump to: navigation, search
(Created page with "CS:GO servers require a login token to connect to the masterserver. To create a token please follow those steps: <br> # Navigate to the following page and login -> https://st...")
 
Line 7: Line 7:
 
# Copy the login token into the field in the webinterface <br>
 
# Copy the login token into the field in the webinterface <br>
  
For an existing Basic server: <br>
+
== For an existing Basic server: ==
 
Perform step 1-4 <br>
 
Perform step 1-4 <br>
 
5) Server Settings -> Gameserver Login Token <br>
 
5) Server Settings -> Gameserver Login Token <br>
Line 13: Line 13:
 
Insert the logintoken and save. Restart the server. <br>
 
Insert the logintoken and save. Restart the server. <br>
  
For an existing Advanced server: <br>
+
== For an existing Advanced server: ==
 
Perform step 1-4 <br>
 
Perform step 1-4 <br>
 
5) Edit configuration -> autoexec.cfg <br>
 
5) Edit configuration -> autoexec.cfg <br>

Revision as of 12:06, 6 September 2020

CS:GO servers require a login token to connect to the masterserver. To create a token please follow those steps:

  1. Navigate to the following page and login -> https://steamcommunity.com/dev/managegameservers
  2. Enter 730 into the App ID field.
  3. Enter a note in memo field if you want to. (for example, My Deathmatch Server)
  4. Click on create
  5. Copy the login token into the field in the webinterface

For an existing Basic server:

Perform step 1-4
5) Server Settings -> Gameserver Login Token

Insert the logintoken and save. Restart the server.

For an existing Advanced server:

Perform step 1-4
5) Edit configuration -> autoexec.cfg

Insert
sv_setsteamaccount LoginToken

Save and restart the server.