> ## 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 Manage Flame Altar Limits in Enshrouded

> Manage Flame Altar building restrictions on your Enshrouded server. Learn how the altar system limits building zones and maximize your base count.

## Building Boundaries in Embervale

Flame Altars serve as the technical heart of every base in Enshrouded, establishing the protected buildable area and providing essential sanctuaries from the encroaching Shroud. However, the game engine enforces specific constraints on the quantity and scale of these altars to maintain technical stability and prevent world-data bloat. Understanding these limits is important for community owners who wish to manage a high-population server with active builders.

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

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

***

## Technical Constraints & Logic

As of the current development build, Flame Altar limits are governed by the world's collective progression rather than simple configuration variables.

* **Global Server Limit:** There is a hard-coded technical cap on the total number of simultaneous active altars permitted per server instance.
* **Progression-Based Scaling:** The number of available slots for altars frequently scales with the world's overall **"Flame Level."** As players contribute resources to strengthen the global flame, new territorial slots are programmatically unlocked.
* **Configuration Registry:** Currently, there is **no direct variable** within the `enshrouded_server.json` file to forcefully override these architectural limits.

***

## Strategic Community Management

To maximize your server's architectural potential within the engine's constraints, we recommend implementing the following community guidelines.

<Tabs>
  <Tab title="Collaborative Construction">
    Encourage your participants to form guilds or groups. Shared Flame Altars allow multiple players to contribute to a single massive stronghold rather than depleting the server's global altar quota on redundant, individual outposts.
  </Tab>

  <Tab title="Territorial Auditing">
    Periodically audit your map for abandoned altars from inactive players. Manually purging these "Ghost Bases" ensures that territorial slots remain available for active community members.
  </Tab>
</Tabs>

***

<Note>
  ### Advanced Modding Workarounds

  While official support for a "Limitless" building mode does not yet exist, certain unofficial server wrappers and experimental mod frameworks may provide early-access methods for bypassing these boundaries. Please be aware that using unauthorized modifications to change world-scale limits can lead to significant database corruption and world-save instability.
</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:** Flame system active.
</div>
