Menu
 

Admin Commands - Enshrouded Wiki

Enshrouded: Administrative Roles & Console Governance

In **Enshrouded**, server administration is handled through a combination of in-game console commands and a sophisticated "User Group" system defined within the server's configuration files. This allows for granular control over who can build, who can moderate, and who can access the loot of others.

1. Authentication

To use admin powers, you must enter the Admin Password set in your enshrouded_server.json file. Once authenticated, your session is granted administrative rights until you disconnect.

2. User Group Tiers

You can define multiple groups (Admin, Moderator, Trusted) with different permissions like canKickBan or canAccessInventories to delegate server management tasks.

3. Reserved Slots

Admins can be assigned to a group with reservedSlots enabled, ensuring you can always join your server even when it is at the 16-player limit.

Direct Console Moderation

Once you are authenticated as an admin, you can use the following commands in the chat window:

Command Effect
/kick [player]Instantly removes the player from the current session.
/ban [player]Blocks the player's unique ID from reconnecting permanently.
/unban [player]Removes a specific ID from the blacklist.
/serverstatusDisplays real-time metadata including FPS and total active entities.

Configuring Admin Roles (enshrouded_server.json)

To set up permanent admins, you should modify the userGroups section of your config:

"userGroups": [
  {
    "name": "Admin",
    "password": "your_secure_password",
    "canKickBan": true,
    "canEditBase": true,
    "reservedSlots": true
  }
]

Heads Up: As of the current version, Enshrouded does not feature a native "item-spawn" or "infinite health" cheat console for admins. These modifiers must be set globally in the world settings or through gameplay-altering mods.

Security Best Practices

  • Unique Passwords: Never reuse your Steam password for the server's admin group.
  • Backups: Before promoting users to groups with canEditBase, perform a world backup in the Supercraft Panel.
  • IP Logs: Use the server logs to verify the identity of anyone using administrative commands to prevent unauthorized access.

Manage your Embervale kingdom with absolute control. Host your Enshrouded server with Supercraft and enjoy a streamlined admin interface and 1-click configuration management.

Top