Version 1.0 serveradmin.xml issue

scallipus

New member
So after the release of 1.0 I have setup a dedicated server (this is not the first time I have setup and run 7 days servers), edited the configs, edited the server admin with mine and my co-admins steam id's etc...

Go to test the admin commands after a server restart and nada... denying command

I noticed in the saves folder the game is now using EOS ID's for the players instead of steam ID's sooo what is the process under 1.0 to edit serveradmin.xml?

I am using LGSM.  Ubuntu 22.04 LTS.

 
The server admin file tells you exactly how to do it.

<!-- <user platform="Steam" userid="76561198021925107" name="Hint on who this user is" permission_level="0" /> -->




So you just set it up using your ID's and removing the tags that comment out the code.  Don't forget to read the instructions.

EVERYTHING BETWEEN <!- - and - -> IS COMMENTED OUT! THE ENTRIES BELOW ARE EXAMPLES THAT ARE NOT ACTIVE!!!




So if you are using your Steam ID....

<user platform="Steam" userid="76561197990496105" name="Sylen" permission_level="0" />




Or your XBL ID because you play via the Microsoft Store version.

<user platform="XBL" userid="D323296BC86B3948892DEC14E2EDA53C508A8FE0" name="SylenThunder713" permission_level="0" />




Or by using your generic EoS ID that is created automatically no matter your platform.

<user platform="Steam" userid="76561198037242068" name="Doublebarrel966" permission_level="100" />






And your entire section will look like this....
 

Code:
  <users>
    <!-- <user platform="Steam" userid="76561198021925107" name="Hint on who this user is" permission_level="0" /> -->
    <!-- <group steamID="103582791434672565" name="Steam Universe" permission_level_default="1000" permission_level_mod="0" /> -->
    <user platform="Steam" userid="76561197990496105" name="Sylen" permission_level="0" />
  </users>
 
Sylen, as I mentioend above, this is not my first time setting it up - for steam ID's...  
I had edited the file correctly... duplicating the original user line, removing the comment tags eand changing the steam ID's to their respective ID's and adding in the names...

After rechecking today, it definitely seems like the admin file I edited got overwritten with a default one.  Re-Editing it now and making a second copy just in case it gets over written again.

Thanks for the response.

I was wondering why we were not showing up as admins after the server restart to activate the admins list etc.

 
Back
Top