> ## Documentation Index
> Fetch the complete documentation index at: https://docs.purpify.host/llms.txt
> Use this file to discover all available pages before exploring further.

# Minecraft Bedrock Edition

> Set up and customize a native Purpify Minecraft Bedrock Edition server.

Choose Bedrock Edition for a native Bedrock server with Bedrock worlds, behavior packs, and resource packs.

<a className="purpify-button" href="https://panel.purpify.host">Open game panel</a>

## Bedrock guides

<Columns cols={2}>
  <Card title="Connect to the server" icon="plug" href="/bedrock/connect">
    Add the server address and port in Minecraft Bedrock Edition.
  </Card>

  <Card title="Manage players" icon="user-shield" href="/bedrock/manage-players">
    Grant operator access, use the allowlist, and remove players.
  </Card>

  <Card title="Enable cheats" icon="terminal" href="/bedrock/enable-cheats">
    Allow commands that require cheats on the Bedrock server.
  </Card>

  <Card title="Change difficulty" icon="skull" href="/bedrock/change-difficulty">
    Choose Peaceful, Easy, Normal, or Hard.
  </Card>

  <Card title="Set game rules" icon="sliders" href="/bedrock/game-rules">
    Change world behavior with Bedrock game rules.
  </Card>

  <Card title="Server properties" icon="gear" href="/bedrock/server-properties">
    Configure gameplay, players, networking, and scripting.
  </Card>

  <Card title="Upload a world" icon="earth-americas" href="/server/upload-world">
    Move an existing Bedrock world to Purpify.
  </Card>

  <Card title="Reset the active world" icon="rotate" href="/bedrock/reset-world">
    Generate a fresh world without resetting the complete server.
  </Card>

  <Card title="Install add-ons" icon="puzzle-piece" href="/server/install-addons">
    Install behavior packs and resource packs.
  </Card>

  <Card title="Enable Beta APIs" icon="flask" href="/bedrock/beta-apis">
    Enable experimental scripting APIs for an add-on that requires them.
  </Card>

  <Card title="Reset the server" icon="rotate-left" href="/bedrock/reset-server">
    Erase the current installation and start again.
  </Card>

  <Card title="Fix connection problems" icon="triangle-exclamation" href="/troubleshooting/cannot-connect">
    Check status, version, address, port, and device support.
  </Card>

  <Card title="Diagnose Bedrock lag" icon="gauge-high" href="/troubleshooting/bedrock-performance">
    Separate server, network, and client performance problems.
  </Card>

  <Card title="Fix add-on errors" icon="puzzle-piece" href="/troubleshooting/bedrock-addon-errors">
    Check packs, dependencies, experiments, and script errors.
  </Card>
</Columns>

<Note>
  This section covers native Bedrock servers. To let Bedrock players join a Java server, use [Geyser cross-play](/java/geyser).
</Note>
