Summary
Enshrouded has a unique administration system in the form of user roles that was added shortly after the game's release. This system allows players to log into the server using different role passwords, allowing them to connect and play as Admins or any other available role. This also allows players to customize roles and experiment with permissions; for example, by adding no password to a role, any user can join the server and play with the set restrictions.
How to Add Custom Roles to an Enshrouded Server
1. Log in to the BisectHosting Games panel.
2. Stop the server.
3. Go to Config Files > Enshrouded Server Config.
4. Toggle Off the Config Editor.
5. Navigate to the "userGroups"
section.
6. Create a New Line between the two existing roles, after the },
.
7. Copy and Paste a role section from the file or use the template below.{
"canAccessInventories": false,
"canEditBase": false,
"canExtendBase": false,
"canKickBan": false,
"name": "RoleName",
"password": "RolePassword",
"reservedSlots": 0
},
8. Adjust the permissions as desired; descriptions can be found below.
Setting |
Description |
name |
The name of the role. |
password |
The password used to join the server as that role. (Can be empty) |
canKickBan |
Grants roles the ability to kick players. |
canAccessInventories |
Grants roles the ability to access chests and containers. |
canEditBase |
Allows players to change bases. |
canExtendBase |
Allows players to level up flame altars. |
reservedSlots |
When 1 or more reserved slots are set, the lobby will be marked as "full" for players of other roles. |
9. Once finished editing, choose Save Content.
10. Start the server.
11. When joining the server, enter the Role Password instead of the Server Password.