> ## 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 Palworld

> Master the administrative control of your Palworld server. Learn how to authenticate as an admin, manage player sessions, and execute world-level commands.

## Managing Your Palworld Server

Administrative authority in Palworld is managed through a global password authentication system. Unlike games that use persistent whitelists or "OP" status linked to a specific account, any player who possesses your server's administrative password can execute technical commands to manage the world environment. This system provides high flexibility for staff teams but requires diligent password security to prevent unauthorized exploitation of your server resources.

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

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

***

## Technical Authentication Workflow

Before you can execute administrative logic, you must authorize your current session within the in-game interface.

<Steps>
  <Step title="Establish Connection">
    Join your Palworld server through the multiplayer menu.
  </Step>

  <Step title="Open the Command Overlay">
    Press **Enter** to initialize the in-game chat interface.
  </Step>

  <Step title="Execute Authorization">
    Input the following command precisely:

    ```bash theme={null}
    /AdminPassword <Your_Secret_Password>
    ```
  </Step>

  <Step title="Verify Metadata">
    Upon a successful handshake, the system log will broadcast: **`Admin Password Matches`**. You are now authorized to manage the instance.
  </Step>
</Steps>

***

## Essential Administrator Registry

Once authenticated, you can use the following command set to govern your server.

<Tabs>
  <Tab title="Server Infrastructure">
    * **`/Save`**: Forces an immediate write of the world state to the persistent database.
    * **`/Broadcast {Message}`**: Transmits a high-visibility global announcement to every active participant.
    * **`/Shutdown {Seconds} {Message}`**: Schedules a graceful power-off sequence with a countdown timer.
    * **`/DoExit`**: Forcefully terminates the server process (use only if standard shutdown fails).
  </Tab>

  <Tab title="Player & Faction Moderation">
    Moderation commands require the target's **SteamID64** or **PlayerUID**, which can be retrieved via the `/ShowPlayers` utility.

    * **`/ShowPlayers`**: Generates a real-time list of all connected drivers and their unique identifiers.
    * **`/KickPlayer {SteamID}`**: Tactically removes a player from the current session.
    * **`/BanPlayer {SteamID}`**: Permanently restricts a player's access to the server.
    * **`/TeleportToPlayer {SteamID}`**: Relocates your avatar to the target's exact coordinates.
    * **`/TeleportToMe {SteamID}`**: Summons the target player directly to your location.
  </Tab>
</Tabs>

***

<Note>
  ### Tactical Remote Management (RCON)

  Palworld's in-game chat interface has a limited character buffer, which can occasionally truncate long SteamIDs or complex messages. For enterprise-level moderation and easier data handling, we highly recommend using a dedicated **RCON Utility**. This allows you to manage your community from outside the game client with superior clipboard support and logging capabilities.
</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 | **Palworld:** Administrator access active.
</div>
