[GH-ISSUE #1649] LinuxGSm - Ark Survival evolved mod issue - don't load config files with all parameter : #1287

Closed
opened 2026-02-27 02:56:18 +03:00 by kerem · 10 comments
Owner

Originally created by @gamersalpha on GitHub (Oct 13, 2017).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1649

Hello,

well i m using lgsm to make a serveur on ubuntun16.04 but i m stuck with loading mod.

What i m doing :
First installation following this guide :
https://gameservermanagers.com/lgsm/arkserver/

Second installing mod manually lgsm don't suport download mod :

ok so first things : found "id" mod(édité)
Stargate Mod : 609380111
SteamPunk mod : 679529026
second way zip mod files from my client ark
third step : upluoad evrything  (/home/arkserver/serverfiles/ShooterGame/Content/Mods)(édité)
i m using this commands :
mv /home/stagiaire/Mods.zip /home/arkserver/serverfiles/ShooterGame/Content/Mods
cd /home/arkserver/serverfiles/ShooterGame/Content/Mods
unzip Mods.zip
rm Mods.zip
sudo nano /home/arkserver/serverfiles/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini
adding at the ends of the files : 
ActiveMods=609380111,679529026

so i start the server and i have this details :

arkserver@ubuntu:$ ./arkserver start
[ WARN ] Starting arkserver: Check RAM: 1G required, 3,7G available
* ARK: Survival Evolved server may fail to run or experience poor performance.
[ OK ] Starting arkserver:
arkserver@ubuntu:
$ ./arkserver dt

Distro Details
=====================================================================================================================
Distro:    Ubuntu 16.04.3 LTS
Arch:      x86_64
Kernel:    4.4.0-97-generic
Hostname:  ubuntu
tmux:      tmux 2.1
GLIBC:     2.23

Performance
Uptime:    0d, 0h, 9m
Avg Load:  0,97, 0,64, 0,29

Mem:       total   used   free   cached
Physical:  3,7G    1,9G   641M   9,6M
Swap:

Storage
=====================================================================================================================
Filesystem:      Sys.
/dev/sda1
Total:           de
107G
Used:            fichiers
11G
Available:       Taille
91G
LinuxGSM Total:  7,6G
Serverfiles:     7,5G

ARK: Survival Evolved Server Details
=====================================================================================================================
Server IP:    192.168.50.30:7777
Internet IP:  1.1.1.1.1:7777
Maxplayers:   5
Status:       ONLINE

arkserver Script Details
=====================================================================================================================
Service name:           arkserver
arkserver version:      170926
User:                   arkserver
GLIBC required:         2.15
Discord alert:          off
Email alert:            off
Pushbullet alert:       off
IFTTT alert:            off
Mailgun (email) alert:  off
Pushover alert:         off
Telegram alert:         off
Update on start:        off
Location:               /home/arkserver
Config file:            /home/arkserver/serverfiles/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini

Backups
=====================================================================================================================
No Backups created

Command-line Parameters
=====================================================================================================================
./ShooterGameServer "Ragnarok?listen?MultiHome=192.168.50.30?MaxPlayers=5?QueryPort=27015?RCONPort=27020?Port=7777? -automanagedmods"

Ports
=====================================================================================================================
Change ports by editing the parameters in:
arkserver

Useful port diagnostic command:
netstat -atunp | grep ShooterGame

DESCRIPTION  DIRECTION  PORT   PROTOCOL
> Game       INBOUND    7777   udp
> RAW        INBOUND    7778   udp
> Query      INBOUND    27015  udp
> RCON       INBOUND    27020  tcp

Status: ONLINE

don't forget to open port :

i have to do it at evry reboot :

iptables -A INPUT -p udp -m udp --sport 27015 --dport 1025:65355 -j ACCEPT
iptables -A INPUT -p udp -m udp --sport 7777 --dport 1025:65355 -j ACCEPT
iptables -A INPUT -p tcp -m tcp --sport 32330 --dport 1025:65355 -j ACCEPT
iptables -A INPUT -p tcp -m tcp --sport 27020 --dport 1025:65355 -j ACCEPT
iptables -A INPUT -p udp -m udp --sport 7778 --dport 1025:65355 -j ACCEPT

ok so now, the serveur start and no mod are downloding, i have no log to see why the config line ActiveMods=609380111,679529026 is not loaded, need help please

Originally created by @gamersalpha on GitHub (Oct 13, 2017). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1649 Hello, well i m using lgsm to make a serveur on ubuntun16.04 but i m stuck with loading mod. What i m doing : First installation following this guide : https://gameservermanagers.com/lgsm/arkserver/ Second installing mod manually lgsm don't suport download mod : ``` ok so first things : found "id" mod(édité) Stargate Mod : 609380111 SteamPunk mod : 679529026 second way zip mod files from my client ark third step : upluoad evrything (/home/arkserver/serverfiles/ShooterGame/Content/Mods)(édité) i m using this commands : mv /home/stagiaire/Mods.zip /home/arkserver/serverfiles/ShooterGame/Content/Mods cd /home/arkserver/serverfiles/ShooterGame/Content/Mods unzip Mods.zip rm Mods.zip sudo nano /home/arkserver/serverfiles/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini adding at the ends of the files : ActiveMods=609380111,679529026 ``` so i start the server and i have this details : arkserver@ubuntu:~$ ./arkserver start [ WARN ] Starting arkserver: Check RAM: 1G required, 3,7G available * ARK: Survival Evolved server may fail to run or experience poor performance. [ OK ] Starting arkserver: arkserver@ubuntu:~$ ./arkserver dt ``` Distro Details ===================================================================================================================== Distro: Ubuntu 16.04.3 LTS Arch: x86_64 Kernel: 4.4.0-97-generic Hostname: ubuntu tmux: tmux 2.1 GLIBC: 2.23 Performance Uptime: 0d, 0h, 9m Avg Load: 0,97, 0,64, 0,29 Mem: total used free cached Physical: 3,7G 1,9G 641M 9,6M Swap: Storage ===================================================================================================================== Filesystem: Sys. /dev/sda1 Total: de 107G Used: fichiers 11G Available: Taille 91G LinuxGSM Total: 7,6G Serverfiles: 7,5G ARK: Survival Evolved Server Details ===================================================================================================================== Server IP: 192.168.50.30:7777 Internet IP: 1.1.1.1.1:7777 Maxplayers: 5 Status: ONLINE arkserver Script Details ===================================================================================================================== Service name: arkserver arkserver version: 170926 User: arkserver GLIBC required: 2.15 Discord alert: off Email alert: off Pushbullet alert: off IFTTT alert: off Mailgun (email) alert: off Pushover alert: off Telegram alert: off Update on start: off Location: /home/arkserver Config file: /home/arkserver/serverfiles/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini Backups ===================================================================================================================== No Backups created Command-line Parameters ===================================================================================================================== ./ShooterGameServer "Ragnarok?listen?MultiHome=192.168.50.30?MaxPlayers=5?QueryPort=27015?RCONPort=27020?Port=7777? -automanagedmods" Ports ===================================================================================================================== Change ports by editing the parameters in: arkserver Useful port diagnostic command: netstat -atunp | grep ShooterGame DESCRIPTION DIRECTION PORT PROTOCOL > Game INBOUND 7777 udp > RAW INBOUND 7778 udp > Query INBOUND 27015 udp > RCON INBOUND 27020 tcp Status: ONLINE ``` don't forget to open port : i have to do it at evry reboot : ``` iptables -A INPUT -p udp -m udp --sport 27015 --dport 1025:65355 -j ACCEPT iptables -A INPUT -p udp -m udp --sport 7777 --dport 1025:65355 -j ACCEPT iptables -A INPUT -p tcp -m tcp --sport 32330 --dport 1025:65355 -j ACCEPT iptables -A INPUT -p tcp -m tcp --sport 27020 --dport 1025:65355 -j ACCEPT iptables -A INPUT -p udp -m udp --sport 7778 --dport 1025:65355 -j ACCEPT ``` ok so now, the serveur start and no mod are downloding, i have no log to see why the config line ActiveMods=609380111,679529026 is not loaded, need help please
kerem closed this issue 2026-02-27 02:56:18 +03:00
Author
Owner

@RussianRonin commented on GitHub (Oct 16, 2017):

You have to make sure you have a Game.ini file with the contents in attached pic. Obviously, you need to make sure you use the correct IDS.

image

<!-- gh-comment-id:336785326 --> @RussianRonin commented on GitHub (Oct 16, 2017): You have to make sure you have a Game.ini file with the contents in attached pic. Obviously, you need to make sure you use the correct IDS. ![image](https://user-images.githubusercontent.com/21460243/31596780-88945eae-b1f9-11e7-8399-991a41490370.png)
Author
Owner

@gamersalpha commented on GitHub (Oct 22, 2017):

Hello,
ok i found this files
nano /home/arkserver/serverfiles/ShooterGame/Saved/Config/LinuxServer/Game.ini

but now when i start arkserver, the mod are not downloaded ?

and i still have this error when i connect on my server

20171022094119_1

<!-- gh-comment-id:338457347 --> @gamersalpha commented on GitHub (Oct 22, 2017): Hello, ok i found this files nano /home/arkserver/serverfiles/ShooterGame/Saved/Config/LinuxServer/Game.ini but now when i start arkserver, the mod are not downloaded ? and i still have this error when i connect on my server ![20171022094119_1](https://user-images.githubusercontent.com/32466950/31859495-331d09d0-b70d-11e7-9e74-5bde0938c1f4.jpg)
Author
Owner

@gamersalpha commented on GitHub (Oct 24, 2017):

Hello still have this error,
how fix it please

<!-- gh-comment-id:338921823 --> @gamersalpha commented on GitHub (Oct 24, 2017): Hello still have this error, how fix it please
Author
Owner

@gamersalpha commented on GitHub (Nov 1, 2017):

the only information i found on the internet :

https://server.nitrado.net/fre/faqs/show/691/Unable-to-query-server-info-for-invite

and that's not true

<!-- gh-comment-id:341256619 --> @gamersalpha commented on GitHub (Nov 1, 2017): the only information i found on the internet : https://server.nitrado.net/fre/faqs/show/691/Unable-to-query-server-info-for-invite and that's not true
Author
Owner

@gamersalpha commented on GitHub (Nov 1, 2017):

ok i think i found, the problem is :
u have to copy paste this config files :

nano /home/arkserver/serverfiles/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini

[ServerSettings]
ActiveTotalConversion=0
ServerPassword=PASSWORD
ServerAdminPassword=PASSWORD
RCONEnabled=True
RCONPort=32330
PvEDinoDecayPeriodMultiplier=1.000000
KickIdlePlayersPeriod=1800
PerPlatformMaxStructuresMultiplier=1.000000
ListenServerTetherDistanceMultiplier=1.000000
RCONServerGameLogBuffer=600.000000
allowThirdPersonPlayer=True
ShowMapPlayerLocation=True
bUseVSync=True
BanListURL="http://playark.com/banlist.txt"
NightTimeSpeedScale=2
ServerPVE=True
noTributeDownloads=True
PreventDownloadSurvivors=True
PreventDownloadItems=True
PreventDownloadDinos=True
ResourcesRespawnPeriodMultiplier=0.500000
AllowCaveBuildingPvE=False
AlwaysNotifyPlayerLeft=True
AlwaysNotifyPlayerJoined=True
DifficultyOffset=1
MaxTamedDinos=4000
bAllowFlyerCarryPvE=True
MaxPlatformSaddleStructureLimit=100
TamingSpeedMultiplier=3
AdminLogging=False
AutoSavePeriodMinutes=90.000000
AllowFlyerCarryPvE=True
StructurePreventResourceRadiusMultiplier=1.000000
AllowAnyoneBabyImprintCuddle=True
EnableExtraStructurePreventionVolumes=False
ShowFloatingDamageText=True
NonPermanentDiseases=True
ActiveMods=835113702,679529026,764755314,609380111,639841665,558079412,731604991,768494420

[/Script/ShooterGame.ShooterGameUserSettings]
MasterAudioVolume=1.000000
MusicAudioVolume=1.000000
SFXAudioVolume=1.000000
VoiceAudioVolume=1.000000
CameraShakeScale=1.000000
bFirstPersonRiding=False
bThirdPersonPlayer=False
bShowStatusNotificationMessages=True
TrueSkyQuality=0.000000
FOVMultiplier=1.000000
GroundClutterDensity=0.000000
bFilmGrain=False
bMotionBlur=False
bUseDFAO=False
bUseSSAO=False
bShowChatBox=True
bCameraViewBob=True
bInvertLookY=False
bFloatingNames=True
bChatBubbles=True
bHideServerInfo=False
bJoinNotifications=False
bJoinNotifications=True
bCraftablesShowAllItems=True
bLocalInventoryShowAllItems=False
bRemoteInventoryShowAllItems=False
LookLeftRightSensitivity=1.000000
LookUpDownSensitivity=1.000000
GraphicsQuality=1
ActiveLingeringWorldTiles=6
ClientNetQuality=3
LastServerSearchType=0
LastServerSearchHideFull=False
LastServerSearchProtected=False
HideItemTextOverlay=False
bDistanceFieldShadowing=False
LODScalar=0.780000
bToggleToTalk=False
HighQualityMaterials=True
HighQualitySurfaces=True
bTemperatureF=False
bDisableTorporEffect=False
bChatShowSteamName=False
bChatShowTribeName=True
EmoteKeyBind1=0
EmoteKeyBind2=0
bNoBloodEffects=False
bLowQualityVFX=False
bSpectatorManualFloatingNames=False
bSuppressAdminIcon=False
bUseSimpleDistanceMovement=False
bUseVSync=True
MacroCtrl0=
MacroCtrl1=
MacroCtrl2=
MacroCtrl3=
MacroCtrl4=
MacroCtrl5=
MacroCtrl6=
MacroCtrl7=
MacroCtrl8=
MacroCtrl9=
ResolutionSizeX=1280
ResolutionSizeY=720
LastUserConfirmedResolutionSizeX=1280
LastUserConfirmedResolutionSizeY=720
WindowPosX=-1
WindowPosY=-1
bUseDesktopResolutionForFullscreen=False
FullscreenMode=2
LastConfirmedFullscreenMode=2
Version=5

[ScalabilityGroups]
sg.ResolutionQuality=100
sg.ViewDistanceQuality=3
sg.AntiAliasingQuality=3
sg.ShadowQuality=3
sg.PostProcessQuality=3
sg.TextureQuality=3
sg.EffectsQuality=3
sg.TrueSkyQuality=3
sg.GroundClutterQuality=3
sg.IBLQuality=1
sg.HeightFieldShadowQuality=3

[SessionSettings]
SessionName=[FR/PVE]-pazpop.fr
QueryPort=27015
Port=7777

[/Script/Engine.GameSession]
MaxPlayers=40

[MessageOfTheDay]
Duration=20
Message=Bienvenue sur le serveur de pazpop.fr !

and add this for the mod :
ActiveMods=835113702,679529026,764755314,609380111,639841665,558079412,731604991,768494420

but for me is still a mystery how ark update the mod add it to the game, but that's look working

i have to try on a new frech server install and i will close this topic

thanks
i found a part of the solution :
http://pazpop.fr/ark-survival-evolved-comment-installer-son-serveur-sur-gnulinux-debian-8-64bits/

<!-- gh-comment-id:341269901 --> @gamersalpha commented on GitHub (Nov 1, 2017): ok i think i found, the problem is : u have to copy paste this config files : > nano /home/arkserver/serverfiles/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini ``` [ServerSettings] ActiveTotalConversion=0 ServerPassword=PASSWORD ServerAdminPassword=PASSWORD RCONEnabled=True RCONPort=32330 PvEDinoDecayPeriodMultiplier=1.000000 KickIdlePlayersPeriod=1800 PerPlatformMaxStructuresMultiplier=1.000000 ListenServerTetherDistanceMultiplier=1.000000 RCONServerGameLogBuffer=600.000000 allowThirdPersonPlayer=True ShowMapPlayerLocation=True bUseVSync=True BanListURL="http://playark.com/banlist.txt" NightTimeSpeedScale=2 ServerPVE=True noTributeDownloads=True PreventDownloadSurvivors=True PreventDownloadItems=True PreventDownloadDinos=True ResourcesRespawnPeriodMultiplier=0.500000 AllowCaveBuildingPvE=False AlwaysNotifyPlayerLeft=True AlwaysNotifyPlayerJoined=True DifficultyOffset=1 MaxTamedDinos=4000 bAllowFlyerCarryPvE=True MaxPlatformSaddleStructureLimit=100 TamingSpeedMultiplier=3 AdminLogging=False AutoSavePeriodMinutes=90.000000 AllowFlyerCarryPvE=True StructurePreventResourceRadiusMultiplier=1.000000 AllowAnyoneBabyImprintCuddle=True EnableExtraStructurePreventionVolumes=False ShowFloatingDamageText=True NonPermanentDiseases=True ActiveMods=835113702,679529026,764755314,609380111,639841665,558079412,731604991,768494420 [/Script/ShooterGame.ShooterGameUserSettings] MasterAudioVolume=1.000000 MusicAudioVolume=1.000000 SFXAudioVolume=1.000000 VoiceAudioVolume=1.000000 CameraShakeScale=1.000000 bFirstPersonRiding=False bThirdPersonPlayer=False bShowStatusNotificationMessages=True TrueSkyQuality=0.000000 FOVMultiplier=1.000000 GroundClutterDensity=0.000000 bFilmGrain=False bMotionBlur=False bUseDFAO=False bUseSSAO=False bShowChatBox=True bCameraViewBob=True bInvertLookY=False bFloatingNames=True bChatBubbles=True bHideServerInfo=False bJoinNotifications=False bJoinNotifications=True bCraftablesShowAllItems=True bLocalInventoryShowAllItems=False bRemoteInventoryShowAllItems=False LookLeftRightSensitivity=1.000000 LookUpDownSensitivity=1.000000 GraphicsQuality=1 ActiveLingeringWorldTiles=6 ClientNetQuality=3 LastServerSearchType=0 LastServerSearchHideFull=False LastServerSearchProtected=False HideItemTextOverlay=False bDistanceFieldShadowing=False LODScalar=0.780000 bToggleToTalk=False HighQualityMaterials=True HighQualitySurfaces=True bTemperatureF=False bDisableTorporEffect=False bChatShowSteamName=False bChatShowTribeName=True EmoteKeyBind1=0 EmoteKeyBind2=0 bNoBloodEffects=False bLowQualityVFX=False bSpectatorManualFloatingNames=False bSuppressAdminIcon=False bUseSimpleDistanceMovement=False bUseVSync=True MacroCtrl0= MacroCtrl1= MacroCtrl2= MacroCtrl3= MacroCtrl4= MacroCtrl5= MacroCtrl6= MacroCtrl7= MacroCtrl8= MacroCtrl9= ResolutionSizeX=1280 ResolutionSizeY=720 LastUserConfirmedResolutionSizeX=1280 LastUserConfirmedResolutionSizeY=720 WindowPosX=-1 WindowPosY=-1 bUseDesktopResolutionForFullscreen=False FullscreenMode=2 LastConfirmedFullscreenMode=2 Version=5 [ScalabilityGroups] sg.ResolutionQuality=100 sg.ViewDistanceQuality=3 sg.AntiAliasingQuality=3 sg.ShadowQuality=3 sg.PostProcessQuality=3 sg.TextureQuality=3 sg.EffectsQuality=3 sg.TrueSkyQuality=3 sg.GroundClutterQuality=3 sg.IBLQuality=1 sg.HeightFieldShadowQuality=3 [SessionSettings] SessionName=[FR/PVE]-pazpop.fr QueryPort=27015 Port=7777 [/Script/Engine.GameSession] MaxPlayers=40 [MessageOfTheDay] Duration=20 Message=Bienvenue sur le serveur de pazpop.fr ! ``` and add this for the mod : ActiveMods=835113702,679529026,764755314,609380111,639841665,558079412,731604991,768494420 but for me is still a mystery how ark update the mod add it to the game, but that's look working i have to try on a new frech server install and i will close this topic thanks i found a part of the solution : http://pazpop.fr/ark-survival-evolved-comment-installer-son-serveur-sur-gnulinux-debian-8-64bits/
Author
Owner

@gamersalpha commented on GitHub (Nov 2, 2017):

i was wrong

i do'nt know why, but i have only 2 mods is loaded

<!-- gh-comment-id:341342179 --> @gamersalpha commented on GitHub (Nov 2, 2017): i was wrong i do'nt know why, but i have only 2 mods is loaded
Author
Owner

@gamersalpha commented on GitHub (Nov 3, 2017):

Hello,
so now my server works with mod for ARK so cool : )

for more information go to the wiki page here --> https://github.com/GameServerManagers/LinuxGSM/wiki/Ark%3A-Survival-Evolved

i put all information u need :)

<!-- gh-comment-id:341844344 --> @gamersalpha commented on GitHub (Nov 3, 2017): Hello, so now my server works with mod for ARK so cool : ) for more information go to the wiki page here --> https://github.com/GameServerManagers/LinuxGSM/wiki/Ark%3A-Survival-Evolved i put all information u need :)
Author
Owner

@gamersalpha commented on GitHub (Jun 23, 2018):

why are u remove my wiki page :'(

now i have same error !!!

<!-- gh-comment-id:399681139 --> @gamersalpha commented on GitHub (Jun 23, 2018): why are u remove my wiki page :'( now i have same error !!!
Author
Owner

@UltimateByte commented on GitHub (Jun 23, 2018):

Probably just renamed

<!-- gh-comment-id:399693043 --> @UltimateByte commented on GitHub (Jun 23, 2018): Probably just renamed
Author
Owner

@lock[bot] commented on GitHub (Jun 23, 2019):

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:504780028 --> @lock[bot] commented on GitHub (Jun 23, 2019): This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#1287
No description provided.