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"]
}