Setup Admin

In your client area click on FTP Manager

Login and goto Configs directory.

Click edit next to Users.eco

Look for the line

"Admins": {
"$id": "4",
"System.String": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": []
}

Chen it to something like this ADF-Sniper being my charactor name

"Admins": {
"$id": "4",
"System.String": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": ["ADF-Sniper"]
}

 

Or If you need to add a couple of Admins

"Admins": {
"$id": "4",
"System.String": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": ["ADF-Sniper","SOMEOTHERNOOB"]
}

Now save the file and restart your server!


  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Regenerate World

To regenerate the world. Shutdown the server  Delete the two files Game.db and Game.eco in...

Generate world with custom settings

First you will need to follow the steps that delete your current world. But do not start your...