Menu
 

Server Configuration Guide - Enshrouded Wiki

Server Configuration Guide

Enshrouded offers extensive server configuration options allowing you to customize your gaming experience. This comprehensive guide covers all available settings, their effects, and how to configure them through the Supercraft panel or directly in configuration files.

Configuration Overview

Enshrouded uses JSON configuration file for server configuration. Settings can be adjusted through the Supercraft configuration panel or by editing files directly.

Basic Server Settings

Setting Type Default Description
name String String `name`
Valid values: Server name
slotCount Integer 1-16 `slotCount`
Valid values: Max players
password strProp` String `password`
Valid values: Join password

Communication Settings

Setting Type Default Description
enableVoiceChat Boolean Boolean `enableVoiceChat`
Valid values: Voice chat enabled
enableTextChat Boolean Boolean `enableTextChat`
Valid values: Text chat enabled
voiceChatMode Select `Proximity`, `Global` `voiceChatMode`
Valid values: Voice mode

Difficulty Presets

Setting Type Default Description
gameSettingsPreset Select See below `gameSettingsPreset`
Valid values: Difficulty preset

Custom Game Settings

Setting Type Default Description
playerHealthFactor Float 0.25-4.0 `gameSettings.playerHealthFactor`
Valid values: HP multiplier
playerManaFactor Float 0.25-4.0 `gameSettings.playerManaFactor`
Valid values: Mana multiplier
playerStaminaFactor Float 0.25-4.0 `gameSettings.playerStaminaFactor`
Valid values: Stamina multiplier
playerBodyHeatFactor Float 0.5-2.0 `gameSettings.playerBodyHeatFactor`
Valid values: Cold resistance

Shroud Settings

Setting Type Default Description
shroudTimeFactor Float 0.5-2.0 `gameSettings.shroudTimeFactor`
Valid values: Time in Shroud
playerDivingTimeFactor Float 0.5-2.0 `gameSettings.playerDivingTimeFactor`
Valid values: Underwater time

Frequently Asked Questions

How do I change the difficulty in Enshrouded?

To change difficulty in Enshrouded, navigate to the Configuration panel in Supercraft and locate the 'Difficulty' or 'Preset' setting under Gameplay Settings. Select your preferred difficulty level and save your configuration. Restart your server for changes to take effect.

How do I set a password for my Enshrouded server?

Set a server password in the Basic Server Settings section. Enter your desired password in the 'Server Password' field. Leave it empty for a public server without password protection. Save and restart your server.

Why aren't my configuration changes applying?

Configuration changes require a server restart to take effect. After saving your settings in the Supercraft panel, restart your server. If changes still don't apply, verify the configuration file syntax is correct and check server logs for errors.

Can I upload a custom configuration file?

Yes, you can upload custom configuration files through the Supercraft file manager. Navigate to the configuration directory, upload your file, and restart the server. Ensure your file follows the correct format for your game.

Do I need to restart the server after changing settings?

Yes, most configuration changes require a server restart to take effect. Some games support hot-reloading for specific settings, but it's recommended to always restart after making configuration changes.

Using the Supercraft Configuration Panel

Our platform provides a user-friendly interface for managing your Enshrouded server configuration without editing files manually.

  1. Log in to your Supercraft panel at https://supercraft.host/my-account
  2. Navigate to your Enshrouded server from the deployments list
  3. Click the "Configuration" tab
  4. Adjust settings using the intuitive form controls
  5. Click "Save Configuration" to apply changes
  6. Restart your server for changes to take effect

The configuration panel validates your inputs and prevents invalid values, ensuring your server starts correctly.

Troubleshooting

Settings not applying after save

Ensure you've restarted the server after saving configuration changes. Most settings require a full server restart. Check the server logs for any configuration errors that might prevent the server from starting.

Configuration file validation errors

Verify that your configuration file follows the correct format for your game. Check for syntax errors like missing quotes, incorrect separators, or invalid values. Use the Supercraft configuration panel to validate settings before applying them.

Server won't start after config change

Revert to the previous working configuration using the Supercraft file manager's backup feature. Check server logs for specific error messages. Common issues include invalid port numbers, malformed file paths, or out-of-range numeric values.

References

Top