Navigate to the configuration files on the gamepanel.

Click the text editor option on the "enshrouded_server.json"

 

You can add passwords for admin, friend and guest roles, they cannot be the same. Example below.

 

"userGroups": [
{
"name": "Admin",
"password": "putpasshere1",
"canKickBan": true,
"canAccessInventories": true,
"canEditBase": true,
"canExtendBase": true,
"reservedSlots": 0
},
{
"name": "Friend",
"password": "putpasshere2",
"canKickBan": false,
"canAccessInventories": true,
"canEditBase": true,
"canExtendBase": true,
"reservedSlots": 0
},
{
"name": "Guest",
"password": "putpasshere3",
"canKickBan": false,
"canAccessInventories": false,
"canEditBase": false,
"canExtendBase": false,
"reservedSlots": 0
}
]
}

Was this answer helpful? 0 Users Found This Useful (1 Votes)