> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Configure Whitelisting & Security in Enshrouded

> Master the administrative security of your realm. Learn about the current password-based authentication and community workarounds for player whitelisting.

## Managing Global Access Control in Embervale

Establishing absolute control over who can enter your world is a fundamental requirement for maintaining a positive and secure community experience. During the current Early Access phase of Enshrouded, the technical management tools provided by the game engine are purposefully streamlined. While traditional features like persistent SteamID whitelists are still in development, server administrators can implement several effective strategies to safeguard their progress and participants. This guide walk you through the current technical security methodologies on the FREAKHOSTING platform.

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner
  </Card>

  <Card title="Time" icon="clock">
    3 Minutes
  </Card>
</CardGroup>

***

## Current Technical Security Methodologies

The Enshrouded engine primarily uses a "Single-Gate" authentication model to manage server traffic.

<Tabs>
  <Tab title="The Global Password">
    The most reliable and officially supported security measure is the server-wide password defined within your `enshrouded_server.json` configuration. This requires every participant to provide a matching security key during the connection handshake.
  </Tab>

  <Tab title="Masterlist Visibility">
    To prevent randomized "public" players from discovering your server, you can set the `Private` toggle to `true`. This removes your instance from the global community browser, requiring participants to join using your [Numerical IP and Query Port](/games/enshrouded/troubleshooting-connection-issues-in-enshrouded).
  </Tab>
</Tabs>

***

## Community Security Alternatives

For administrators requiring more granular moderation, such as individual player restrictions or IP-level blocking, we recommend exploring these community-vetted alternatives.

<AccordionGroup>
  <Accordion title="Third-Party Server Wrappers">
    The Enshrouded community has developed several specialized "Wrappers" that encapsulate the server executable. These tools intercept network events to provide extended administrative features, including real-time player auditing and persistent ban registries.
  </Accordion>

  <Accordion title="Manual Database Auditing">
    Advanced administrators can manually inspect the `/savegame/` metadata to identify unauthorized participants. While this does not provide real-time whitelisting, it allows for post-incident analysis and identification of specific player identifiers for future exclusion.
  </Accordion>
</AccordionGroup>

***

<Note>
  ### Future Feature Roadmap

  Keen Games (the developer of Enshrouded) has publicly stated that more strong administrative frameworks and official SteamID whitelisting (`whitelist.json`) are significant priorities on their technical roadmap. We recommend maintaining a strong, unique password as your primary defensive perimeter until these native features are released.
</Note>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **Enshrouded:** Security overview.
</div>
