# Configuring Your HumanitZ Server (/docs/humanitz/configure-your-server)



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

HumanitZ lets you customize a variety of gameplay settings on your dedicated server. This guide covers how to access and modify your server configuration.

> 📝 **Note:** HumanitZ is in early access. Configuration options may change with game updates.

Server Configuration [#server-configuration]

<div className="fd-steps">
  <div className="fd-step">
    Stop Your Server [#1-stop-your-server]

    Access the [XGamingServer Panel](https://panel.xgamingserver.com) and `Stop` your server.
  </div>

  <div className="fd-step">
    Open the Configuration File [#2-open-the-configuration-file]

    Go to `Files` and locate the server settings file. The main configuration file contains all gameplay and server options.
  </div>

  <div className="fd-step">
    Edit Server Settings [#3-edit-server-settings]

    Common settings you can adjust include:

    * **Server Name** - The name displayed in the server browser
    * **Max Players** - Maximum number of connected players
    * **Server Password** - Password required to join
    * **PvP / PvE** - Toggle player versus player combat
    * **Zombie Density** - Adjust the number of zombies that spawn
    * **Loot Respawn Rate** - How quickly loot respawns in the world
    * **Day/Night Cycle** - Speed of the day/night cycle
    * **Friendly Fire** - Whether teammates can damage each other
  </div>

  <div className="fd-step">
    Save and Start Your Server [#4-save-and-start-your-server]

    Save your changes and start your server to apply the new settings.

    > 💡 **Tip:** Many common settings like server name, max players, and password can be changed directly from `Startup` in the panel. See [Change Server Name](/docs/humanitz/change-server-name), [Max Players](/docs/humanitz/max-players), and [Set a Password](/docs/humanitz/set-a-password) for details.

    If you need help with configuration, join our [Discord](https://discord.xgamingserver.com) and we will assist you.
  </div>
</div>
