How To Become Admin In Your ECO Server

From Citadel Servers Wiki
Revision as of 12:02, 13 August 2019 by Alvin singco s (talk | contribs) (Created page with "<p style="text-align: center;"><span style="color: #626262; font-family: arial, helvetica, sans-serif; font-size: small; background-color: #ffffff;">This guide will show you h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This guide will show you how to set yourself an admin for your ECO server.

Follow these steps to make yourself an admin:

1) Log in to your game panel.

2) Click the Configuration Files menu.

3) Open and edit Users.eco file.

4) Under the Admins section, inside the $values array, you'll need to add your SteamID 64 value. Below is an example:

<code>"Admins": {
    "System.String": {
        "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
        "$values": [
            "STEAMID64"
        ]
    }
}</code>

5) Save the changes. Note: We'd recommend running this file through a .json parser before saving on your server, as any invalid syntax will cause the server to crash on startup.

6) Restart your server.