> ## 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 Change Server Name & Password in Enshrouded

> Professionalize your realm's identity. Learn how to customize your Enshrouded server name and implement a secure join password via the JSON configuration.

## Personalizing Your Realm: Identity & Security

Establishing a unique server identity is the primary factor in attracting new survivors to your Enshrouded community. A professional, descriptive name helps your lobby stand out within the global browser, while a strong join password ensures that your progress in Embervale remains protected from unauthorized intruders. The FREAKHOSTING platform provide full access to your server's technical registry, enabling you to manage these variables with absolute precision.

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

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

***

## Technical Configuration Workflow

Enshrouded uses a standardized JSON-based registry to manage core server parameters.

<Steps>
  <Step title="Initialize Maintenance">
    Log in to the [Game Panel](https://games.freakhosting.com) and **Stop** your server. Modifying identity variables while the process is active can lead to configuration overwrites.
  </Step>

  <Step title="Open the Registry">
    Navigate to the **Files** tab and locate the **`enshrouded_server.json`** file situated in your root directory.
  </Step>

  <Step title="Update Identity Variables">
    Locate the `name` and `password` parameters. Input your chosen community branding and security key.

    ```json theme={null}
    {
      "name": "FREAKHOSTING | Embervale Pioneers | 24/7",
      "password": "YourSecurePassword2026",
      "slotCount": 16
    }
    ```
  </Step>

  <Step title="Initialize Growth">
    Save the file and **Start** your server. Note that it may take up to 60 seconds for the updated identity to propagate to the global browser list.
  </Step>
</Steps>

***

## Technical Best Practices

<AccordionGroup>
  <Accordion title="Strategic Naming Conventions">
    To maximize your server's visibility, we recommend using prefixes like **\[EU]** or **\[US]** and highlighting unique features such as **\[No Wipe]** or **\[Active Discord]**. This helps players find your community using the browser's filter utility.
  </Accordion>

  <Accordion title="Password Security Constraints">
    While the engine supports varied strings, we recommend a minimum of **8 characters**. Avoid using special symbols like `"` or `\` within the JSON values, as these can disrupt the file's syntax and cause the server process to fail during initialization.
  </Accordion>
</AccordionGroup>

***

<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:** Identity established.
</div>
