Articles on: Enshrouded

How to password an Enshrouded game server

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

Updated on: 30/01/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!