-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathservers.sample.ini
29 lines (25 loc) · 1.17 KB
/
servers.sample.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[host1] ; Local host
type = local ; Run lgsm commands on THIS machine
host = 255.555.555.555 ; Publically exposed ip address
[host1.gameserver1] ; gameserver1 becomes the UNIQUE name of the server
rconPort = 27015 ; Source rcon port
rconPassword = rconpwd ; Password for source rcon
port = 27015 ; Game server port
user = csgoserver ; User with access to the LGSM executable
path = /home/csgoserver/csgoserver ; LGSM executable path
; Array of discord users and roles allowed to use ALL commands on THIS gameserver
access[] = 000000000000000000
access[] = 000000000000000000
[host1.gameserver2] ; gameserver2 becomes the UNIQUE name of the server
port = 27025 ; Game server port
user = csgoserver-2 ; User with access to the LGSM executable
path = /home/csgoserver-2/csgoserver ; LGSM executable path
[host2] ; External host
type = external
key = OneTimePasswordToken
sPort = 4545 ; Port defined in the hosts server.ini config
host = 255.555.555.555 ; Publically exposed ip address
[host2.gameserver3] ; gameserver3 becomes the UNIQUE name of the server, it can't be gameserver1 or gameserver2 as those are already defined.
user = csgoserver
port = 27015
path = /home/csgoserver/csgoserver