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
(Corrected the syntax and added a note about adding more than one Admin.)
 
(4 intermediate revisions by 2 users not shown)
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<br/>
+
To setup a player with admin access for Eco, you will first need [https://survivalservers.com/wiki/index.php?title=FTP_Access FTP Access] and a text editor. For the latter, we strongly recommend Notepad++, which can be found here: https://notepad-plus-plus.org/download/
guide if you are not too sure how to. [https://survivalservers.com/wiki/index.php?title=FTP_Access FTP Access]
 
  
 
1. Log into your FTP client using the info on your control panel<br />
 
1. Log into your FTP client using the info on your control panel<br />
2. Once logged in head into the Config folder and edit the Users.eco file<br />
+
2. Once logged in, open the Config folder and edit the '''Users.eco file'''<br />
: If you don't already use it. Notepad++ is a good tool to use<br />
 
 
3. Look for the area that looks like the following<br />
 
3. Look for the area that looks like the following<br />
 
<pre>
 
<pre>
Line 18: Line 16:
 
</pre>
 
</pre>
 
4. Now that you have that located, you will want to find either your in game player name or steam UID<br />
 
4. Now that you have that located, you will want to find either your in game player name or steam UID<br />
: You can find your UID here: [https://steamidfinder.com/ SteamUIDFinder]<br />
+
: You can find your UID here: [https://steamidfinder.com/ SteamUIDFinder]<br />. Alternatively, you can also use your player name.
 
5. Next setup the admin area like such<br />
 
5. Next setup the admin area like such<br />
 
<pre>
 
<pre>
Line 31: Line 29:
 
               },
 
               },
 
</pre>
 
</pre>
6. Or instead of the UID just put your player name.<br />
 
 
: If you are adding more than one Admin, make sure to add a comma between the quotation marks.
 
: If you are adding more than one Admin, make sure to add a comma between the quotation marks.
 
7. Save the file back to your server and start the server back up.<br />
 
7. Save the file back to your server and start the server back up.<br />
  
 
== Admin Commands ==
 
== Admin Commands ==
Coming Soon...
+
 
 +
[https://wiki.play.eco/en/Chat_Commands#Admin_Commands#Admin_Commands Eco Admin Commands]

Latest revision as of 09:15, 29 April 2022

How to set yourself as Admin

To setup a player with admin access for Eco, you will first need FTP Access and a text editor. For the latter, we strongly recommend Notepad++, which can be found here: https://notepad-plus-plus.org/download/

1. Log into your FTP client using the info on your control panel
2. Once logged in, open the Config folder and edit the Users.eco file
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": []
                           }
               },

4. Now that you have that located, you will want to find either your in game player name or steam UID

You can find your UID here: SteamUIDFinder
. Alternatively, you can also use your player name.

5. Next setup the admin area like such

    "Admins": {
        "$id": "4",
        "System.String": {
            "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
            "$values": [
                 "76561198054903532"
                       ]
                         }
              },
If you are adding more than one Admin, make sure to add a comma between the quotation marks.

7. Save the file back to your server and start the server back up.

Admin Commands

Eco Admin Commands



Share your opinion