# How to Enable or Disable Humans on Your The Isle Evrima Server (/docs/the-isle-evrima/enable-humans)





import { Step, Steps } from 'fumadocs-ui/components/steps';
import { Tab, Tabs } from 'fumadocs-ui/components/tabs';

The Isle Evrima includes a **playable Human** option (hunters with rifles, traps, and equipment) as a counterpart to dinosaurs. By default on XGamingServer, humans are **disabled** — your server is dinosaurs-only until you flip the switch.

<img alt="XGS panel HUMANS toggle" src={__img0} placeholder="blur" />

Enable Humans [#enable-humans]

<Tabs items={['Panel Toggle (Easiest)', 'Edit Game.ini']}>
  <Tab value="Panel Toggle (Easiest)">
    <Steps>
      <Step>
        Stop the server from **Console** in the [XGamingServer Panel](https://panel.xgamingserver.com).
      </Step>

      <Step>
        Open the **Startup** tab. Find **HUMANS** and toggle it on (green).
      </Step>

      <Step>
        Start the server.
      </Step>
    </Steps>
  </Tab>

  <Tab value="Edit Game.ini">
    <Steps>
      <Step>
        Stop the server.
      </Step>

      <Step>
        Open `TheIsle/Saved/Config/LinuxServer/Game.ini` in **Files**. Under `[/Script/TheIsle.TIGameSession]`:

        ```ini
        [/Script/TheIsle.TIGameSession]
        bEnableHumans=true
        ```
      </Step>

      <Step>
        Save and start.
      </Step>
    </Steps>
  </Tab>
</Tabs>

Disable Humans [#disable-humans]

Set `bEnableHumans=false` (or toggle the panel switch off). Players will no longer see the Human option in the playable selection screen.

What Humans Add to Your Server [#what-humans-add-to-your-server]

| Feature                 | Description                                                                    |
| ----------------------- | ------------------------------------------------------------------------------ |
| **Hunter spawns**       | Humans spawn at human-specific points (camps, trail starts)                    |
| **Equipment**           | Rifles, snares, traps, food rations, water                                     |
| **PvP balance**         | Humans have low health but high ranged damage — they hunt dinos for hides/meat |
| **Asymmetric gameplay** | Servers with humans enabled feel like an actual safari/hunter game             |

When to Disable Humans [#when-to-disable-humans]

| Reason                  | Why                                                            |
| ----------------------- | -------------------------------------------------------------- |
| **Dino-only RP**        | Some communities want a pure dinosaur world with no firearms   |
| **PvP balance issues**  | Humans can dominate inexperienced dino players in open terrain |
| **Lore-locked servers** | Roleplay servers set in pre-human eras                         |

Related Guides [#related-guides]

* [Server Configuration](/docs/the-isle-evrima/server-config)
* [Playable Dinosaurs](/docs/the-isle-evrima/playable-dinosaurs)
* [Server Password](/docs/the-isle-evrima/server-password)
