NEW! Servers for GTA V (FiveM).. Use Coupon SPOOK, take 20% off Click here to order now at SurvivalServers.com
Difference between revisions of "Eco Server Admin Commands Usage"
Jump to navigation
Jump to search
Share your opinion
(Created page with "== 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. [https://survivalservers...") |
|||
Line 8: | Line 8: | ||
## If you don't already use it. Notepad++ is a good tool to use | ## If you don't already use it. Notepad++ is a good tool to use | ||
# Look for the area that looks like the following | # Look for the area that looks like the following | ||
− | + | <pre> "Admins": { | |
"$id": "4", | "$id": "4", | ||
"System.String": { | "System.String": { | ||
Line 14: | Line 14: | ||
"$values": [] | "$values": [] | ||
} | } | ||
− | }, | + | },</pre> |
# Now that you have that located, you will want to find either your in game player name or steam UID | # 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: [https://steamidfinder.com/ SteamUIDFinder] | ## You can find your UID here: [https://steamidfinder.com/ SteamUIDFinder] | ||
# Next setup the admin area like such | # Next setup the admin area like such | ||
− | + | <pre> | |
+ | "Admins": { | ||
"$id": "4", | "$id": "4", | ||
"System.String": { | "System.String": { | ||
Line 27: | Line 28: | ||
} | } | ||
}, | }, | ||
+ | </pre> | ||
# Or instead of the UID just put your player name. | # Or instead of the UID just put your player name. | ||
# Save the file back to your server and start the server back up. | # Save the file back to your server and start the server back up. |
Revision as of 19:07, 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
- Log into your FTP client using the info on your control panel
- Once logged in head into the Config folder and edit the Users.eco file
- If you don't already use it. Notepad++ is a good tool to use
- 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": [] } },
- 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
- Next setup the admin area like such
"Admins": { "$id": "4", "System.String": { "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib", "$values": [ "76561198054903532: ] } },
- Or instead of the UID just put your player name.
- Save the file back to your server and start the server back up.
Share your opinion