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

# Server delivery overview

> Choose how Gamecart sends purchase commands to your game server

Gamecart queues fulfillment commands when an order reaches the required payment state. The delivery method must match your store's game and server runtime.

## Choose a delivery method

| Store game | Supported methods                                        | Recommended starting point                   |
| ---------- | -------------------------------------------------------- | -------------------------------------------- |
| Minecraft  | Gamecart plugin or RCON                                  | Use the plugin for most servers and proxies. |
| Hytale     | Gamecart plugin                                          | Install the Hytale executor.                 |
| FiveM      | Gamecart script                                          | Install the FiveM server resource.           |
| Other      | Compatible connector or Source/Minecraft-compatible RCON | Confirm runtime compatibility before setup.  |

<Warning>
  Use one active executor installation for each server token. Reusing a token across installations can send a command to the wrong runtime.
</Warning>

## Setup path

<Steps>
  <Step title="Create the server integration">Open **Integrations > Servers** and create the connection. Copy its token if the selected method uses one.</Step>
  <Step title="Install or configure delivery">Follow the setup guide for your game and delivery method.</Step>
  <Step title="Add product commands">Select the target server and add the commands Gamecart will queue for the product.</Step>
  <Step title="Run a controlled test">Place a controlled order, then [check the command and troubleshoot any delivery problem](/tutorials/server-delivery/troubleshooting).</Step>
</Steps>

<Frame caption="Create and manage delivery connections from Integrations > Servers.">
  <img src="https://mintcdn.com/gamecart-acec9933/Dq0cBp0LrLW7eLct/images/tutorials/server-delivery/server-list.png?fit=max&auto=format&n=Dq0cBp0LrLW7eLct&q=85&s=0bb7c0002e945c9483ca3eeda39a646e" alt="Server integrations page with the create button and existing delivery connections highlighted" width="1170" height="720" data-path="images/tutorials/server-delivery/server-list.png" />
</Frame>

<Card title="Connect a server" icon="plug" href="/tutorials/server-delivery/connect-server">
  Create a server integration and protect its connection token.
</Card>

<Card title="Install the Minecraft executor" icon="blocks" href="/tutorials/server-delivery/minecraft">
  Connect a Minecraft server or proxy to Gamecart command delivery.
</Card>

<Card title="Install the Hytale executor" icon="gamepad-2" href="/tutorials/server-delivery/hytale">
  Connect a Hytale server to Gamecart command delivery.
</Card>

<Card title="Install the FiveM executor" icon="gamepad-2" href="/tutorials/server-delivery/fivem">
  Connect a FiveM server resource to Gamecart command delivery.
</Card>

<Card title="Configure Minecraft RCON" icon="server" href="/tutorials/server-delivery/minecraft-rcon">
  Connect Gamecart directly to a compatible Minecraft RCON server.
</Card>

<Card title="Configure product delivery commands" icon="terminal" href="/tutorials/server-delivery/configure-commands">
  Add server commands and select the product events that trigger them.
</Card>

<Card title="Test and troubleshoot server delivery" icon="circle-help" href="/tutorials/server-delivery/troubleshooting">
  Run a controlled test, understand command states, and resolve common delivery issues.
</Card>
