Thanks for visiting our wiki! Click here to order your own game server at SurvivalServers.com

Difference between revisions of "Eco Server Admin Commands Usage"

From Survival Servers
Jump to navigation Jump to search
Line 1: Line 1:
 
== How to set yourself as Admin ==
 
== How to set yourself as Admin ==
  
For this make sure you are able to log into your FTP client. Here is a quick
+
For this make sure you are able to log into your FTP client. Here is a quick<br/>
 
guide if you are not too sure how to. [https://survivalservers.com/wiki/index.php?title=FTP_Access FTP Access]
 
guide if you are not too sure how to. [https://survivalservers.com/wiki/index.php?title=FTP_Access FTP Access]
  

Revision as of 20:08, 27 March 2018

How to set yourself as Admin

For this make sure you are able to log into your FTP client. Here is a quick
guide if you are not too sure how to. FTP Access

  1. Log into your FTP client using the info on your control panel
  2. Once logged in head into the Config folder and edit the Users.eco file
    1. If you don't already use it. Notepad++ is a good tool to use
  3. Look for the area that looks like the following
   "Admins": {
        "$id": "4",
        "System.String": {
            "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
            "$values": []
        }
    },
  1. Now that you have that located, you will want to find either your in game player name or steam UID
    1. You can find your UID here: SteamUIDFinder
  2. Next setup the admin area like such
    "Admins": {
        "$id": "4",
        "System.String": {
            "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
            "$values": [
                 "76561198054903532:
                ]
        }
    },
  1. Or instead of the UID just put your player name.
  2. Save the file back to your server and start the server back up.


Share your opinion