How to Set Up Roles & Admins on Your Enshrouded Server

How to configure user groups, admin permissions, and role-based access on your Enshrouded server.

Enshrouded uses a user group system — each group has a unique password and specific permissions.

User Groups in enshrouded_server.json

"userGroups": [
    {
        "name": "Admin",
        "password": "admin_password_123",
        "canKickBan": true,
        "canAccessInventories": true,
        "canEditBase": true,
        "canExtendBase": true,
        "reservedSlots": 1
    },
    {
        "name": "Friend",
        "password": "friend_password_456",
        "canKickBan": false,
        "canAccessInventories": true,
        "canEditBase": true,
        "canExtendBase": true,
        "reservedSlots": 0
    },
    {
        "name": "Guest",
        "password": "guest_password_789",
        "canKickBan": false,
        "canAccessInventories": false,
        "canEditBase": false,
        "canExtendBase": false,
        "reservedSlots": 0
    }
]

Permissions

PermissionDescription
canKickBanCan use /kick and /ban commands
canAccessInventoriesCan open other players' chests
canEditBaseCan modify other players' bases
canExtendBaseCan extend other players' base areas
reservedSlotsGuaranteed join slots for this group

How Players Join a Group

Players enter the group password (not the server password) when connecting. The server assigns them to the matching group.

⚠️ Every group password must be unique. Duplicate passwords crash the server on startup.

⚠️ Admin password cannot be the same as the server password.

In-Game Admin Commands

Players with canKickBan: true can use:

CommandDescription
/kick PlayerNameKick a player
/ban PlayerNamePermanently ban
/unban PlayerNameRemove a ban

How is this guide?

40% Off — Limited TimeGet your Enshrouded server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page