We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fabec commit cac8b81Copy full SHA for cac8b81
lgsm/config-default/config-lgsm/cs2server/_default.cfg
@@ -15,6 +15,11 @@ port="27015"
15
maxplayers="16"
16
wsapikey=""
17
18
+## Game Server Login Token (GSLT): Required
19
+# GSLT is required for running a public server.
20
+# More info: https://docs.linuxgsm.com/steamcmd/gslt
21
+gslt=""
22
+
23
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
24
startparameters="-dedicated -ip ${ip} -port ${port} -maxplayers ${maxplayers} -authkey ${wsapikey} +exec ${selfname}.cfg"
25
0 commit comments