[Bug]: I can't turn on ROCN #4611
Labels
command: backup
command: console
command: details
distro: Ubuntu
game: Ark: Survival Evolved
info: alerts
info: tmux
type: bug
Something isn't working
User story
I hope to fix this
Game
ARK Survival Evolved
Linux distro
Ubuntu 22.04
Command
command: details
Further information
I set RCONEnabled=true
RCONPort=27020
ServeradminPassword=123456 in GameUserSettings.ini
arkserver.cfg:
port="7771"
queryport="27016"
rconport="27020"
ServerAdminPassword="011806"
defaultmap="TheIsland"
altsavedirectoryname="${defaultmap}"
startparameters="${defaultmap}?SessionName=方舟-Server-2?AltSaveDirectoryName=${altsavedirectoryname}? ?RCONPort=${rconport} -ServerAdminPassword=${ServerAdminPassword} -MultiHome=${ip} -Port=${port} -QueryPort=${queryport} -AutoManagedMods -Crossplay -PublicIPForEpic=${publicip} -ClusterId=hsqCd8MR65VFRFdPcDjw"
However, it does not take effect
Relevant log output
Steps to reproduce
set RCONEnabled=true RCONPort=27020 ServeradminPassword=123456 in GameUserSettings.ini
Set the arkserver.cfg file like this
ip="0.0.0.0"
port="7771"
queryport="27016"
rconport="27020"
ServerAdminPassword="011806"
Default Map: TheIsland, Ragnarok, CrystalIsles, Aberration_P, ScorchedEarth_P, TheCenter, Extinction, Valguero_P, Genesis, Gen2
defaultmap="TheIsland"
altsavedirectoryname="${defaultmap}"
Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
Game Server Docs | https://ark.wiki.gg/wiki/Server_configuration
startparameters="${defaultmap}?SessionName=方舟-Server-2?AltSaveDirectoryName=${altsavedirectoryname}? ?RCONPort=${rconport} -ServerAdminPassword=${ServerAdminPassword} -MultiHome=${ip} -Port=${port} -QueryPort=${queryport} -AutoManagedMods -Crossplay -PublicIPForEpic=${publicip} -ClusterId=hsqCd8MR65VFRFdPcDjw"
The text was updated successfully, but these errors were encountered: