> ## 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 Use Admin Commands in Project Zomboid

> Master administrative control on your Project Zomboid server. Learn how to authorize admin ranks, use invisible mode, and manage the tactical admin panel.

## Governing Knox County: Administrative Rights

Authorized administrators in Project Zomboid (PZ) possess significant world-level authority, enabling them to navigate the zombie-infested landscape without physical constraints. From instantaneous teleportation between survivors to granular weather manipulation and spawning high-tier survival equipment, these tools are essential for community moderation and resolving technical world glitches. This guide walk you through the professional authorization workflow and the essential command registry for your FREAKHOSTING instance.

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

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

***

## Technical Authorization Workflow

Administrative access is managed through unique "Access Levels" assigned directly to individual account usernames.

<Steps>
  <Step title="Execute Console Command">
    Log in to the [Game Panel](https://games.freakhosting.com) and navigate to the **Console** tab.
  </Step>

  <Step title="Define Access Level">
    In the terminal, execute the following command precisely:

    ```bash theme={null}
    setaccesslevel "YourUsername" "admin"
    ```
  </Step>

  <Step title="Verify In-Game Interface">
    Upon rejoining the server, a stylized **"Admin"** icon will manifest within the left-hand sidebar of your screen. Clicking this initializes the visual management dashboard.
  </Step>
</Steps>

***

## Essential Administrative Registry

You can execute the following logic triggers directly within the in-game chat interface to manage your session.

<Tabs>
  <Tab title="Personal Utility">
    * **`/godmode`**: Toggles absolute invulnerability to all damage sources.
    * **`/invisible`**: Renders your character undetectable by zombie AI; they will ignore your presence entirely.
    * **`/noclip`**: Disables physical collisions, allowing you to walk through structures and fly across the map.
  </Tab>

  <Tab title="World Management">
    * **`/teleport "PlayerName"`**: Relocates your character to the exact coordinates of the specified survivor.
    * **`/teleportto "PlayerA" "PlayerB"`**: Programmatically moves Player A to the current position of Player B.
    * **`/createhorde 50`**: Spawns a cluster of 50 zombies at your current cursor coordinates. **Warning:** Excessive spawning can trigger localized CPU spikes.
  </Tab>
</Tabs>

***

## The Visual Admin Dashboard

While chat commands offer rapid execution, the **Admin Panel** provides a complete graphical interface for deep world management.

<AccordionGroup>
  <Accordion title="Item Spawner Module">
    Access a searchable database of every item ID within the game engine (e.g., `Base.Axe` or `Base.Shotgun`). This utility allows you to materialize specific equipment or modded assets directly into your inventory or a targeted container.
  </Accordion>

  <Accordion title="Atmospheric Control">
    The **Weather** tab enables instantaneous manipulation of the global environment. You can forcibly terminate thunderstorms, clear thick fog, or accelerate the onset of winter to test your community's survival readiness.
  </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 | **Project Zomboid:** Admin status confirmed.
</div>
