> ## 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 Enable Twitch Integration on Your 7D2D Server

> Enable Twitch Integration on your 7D2D server so viewers can vote on events, spawn supplies, or summon zombie hordes during interactive streams.

## Interactive Streaming with 7D2D

7 Days to Die offers an immersive Twitch Integration that allows your audience to influence your survival journey in real-time. Viewers can vote on environmental events, spawn helpful supplies, or coordinate massive zombie hordes to challenge your skill, making every stream a unique community experience.

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

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

***

## Server-Side Configuration

To enable Twitch Integration on your server, you must first verify that the appropriate permissions are set within your `serverconfig.xml`.

<Steps>
  <Step title="Access serverconfig.xml">
    Log in to your [Game Panel](https://panel.freakhosting.com), navigate to the **Files** tab, and open the `serverconfig.xml` file.
  </Step>

  <Step title="Set Twitch Permissions">
    Locate the `TwitchServerPermission` property.

    * Set the value to `1000` to allow all players to use the integration.
    * Use a lower value (e.g., `90` or `0`) to restrict the integration to specific administrative levels.

    ```xml theme={null}
    <property name="TwitchServerPermission" value="1000"/>
    ```
  </Step>

  <Step title="Save and Restart">
    Save your modifications and **Restart** your server via the console to apply the new permission settings.
  </Step>
</Steps>

***

## Connecting Your Stream

With the server correctly configured, you can now activate the integration directly from the in-game interface.

<Steps>
  <Step title="Open the Twitch Tab">
    While connected to your server, press **Esc** to open the main menu and click on the **Twitch** tab.
  </Step>

  <Step title="Authorize Your Account">
    Click the login button and follow the secure browser prompts to authorize the 7 Days to Die application with your Twitch account.
  </Step>

  <Step title="Fine-Tune Your Settings">
    Review your integration options to establish cooldown periods, point costs for actions, and restricted events to suit your streaming style.
  </Step>

  <Step title="Launch Integration">
    Click **Start Integration** to begin the live interaction session with your viewers.
  </Step>
</Steps>

<Warning>
  ### Performance & Stability

  High-intensity viewer interactions can place significant strain on server resources. To maintain optimal performance, we strongly recommend establishing **Cooldowns** and **Entity Limits** within your integration settings to prevent overwhelming the server with simultaneous spawns.
</Warning>

***

<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 | **Interaction:** Engaging your community.
</div>
