> For the complete documentation index, see [llms.txt](https://docs.tip4serv.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tip4serv.com/games/ark-survival-ascended-nitrado.md).

# Ark Survival Ascended Nitrado

> This page explains how to use Tip4Serv **only** with **Nitrado** servers that **do not** support plugins. You will be able to:
>
> * Run **RCON** commands.
> * Offer **in‑game** rewards via a mod (items/dinos/cryo).

***

### 1) Prerequisites

* A **Nitrado** server for **ARK: Survival Ascended**.
* **RCON enabled** and reachable (IP/Port/Password). In the Nitrado panel: enable RCON, set a password, then restart your server.
* [**Browser button & QR code** mod](https://www.curseforge.com/ark-survival-ascended/mods/tip4serv) installed on your server to redirect players to your shop **with their EOSID**.
* [**ASA Bot Companion** mod](https://www.curseforge.com/ark-survival-ascended/mods/asa-bot-companion) or [**Helena** mod](https://www.curseforge.com/ark-survival-ascended/mods/helena-bot-companion) installed on your server to spawn items/dinos/cryo with RCON commands.

***

### 2) Add your server in Tip4Serv (RCON mode)

1. Open **Tip4Serv > Dashboard > My Servers** and **add** your ARK SA server.
2. **Connection method:** choose **RCON**.
3. Enter your **IP, RCON Port and RCON Password** (from your Nitrado panel).
4. Save. Tip4Serv will test the RCON connection.

> ✅ Once connected, you can create **products** that send **RCON commands** to your server after purchase.

***

### 3) Spawn dinos, items & cryo

Since Nitrado does not support server plugins, mods provide a dedicated **ScriptCommand** system instead.\
This allows Tip4Serv to automatically deliver items and dinos by targeting a player’s EOS ID.

{% hint style="info" %}
Always include the `{eosid}` placeholder in your command — Tip4Serv will dynamically replace it with the buyer’s actual EOSID at runtime.
{% endhint %}

You can easily generate the correct syntax using the **ASA Bot Command Builder**:

* [Item Command Builder](https://asa-bot.info/#/tools/spawnItem)
* [Dino Command Builder](https://asa-bot.info/#/tools/spawnDino)

#### &#x20;Example commands using the [ASA Bot Companion mod](https://www.curseforge.com/ark-survival-ascended/mods/asa-bot-companion):

**Spawn item:**

```
scriptcommand asabot spawnitem {eosid} '/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalBoots.PrimalItemArmor_MetalBoots' quantity=1
```

**Spawn dino:**

```
scriptcommand asabot spawndino {eosid} '/Game/PrimalEarth/Dinos/Argentavis/Argent_Character_BP.Argent_Character_BP' gender=female level=1
```

**Spawn item with stats:**

```
scriptcommand asabot spawnitem {eosid} '/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalBoots.PrimalItemArmor_MetalBoots' quantity=1 armor=25 durability=50 quality=primitive
```

#### Example commands using the [Helena mod](https://www.curseforge.com/ark-survival-ascended/mods/helena-bot-companion):

**Give item (Bed):**

```
scriptcommand hb.giveitemtoeosid {eosid} Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_Bed_Simple.PrimalItemStructure_Bed_Simple 2 0 0 0 0 0 0 0
```

**Give reward (2.500.000 Dedi):**

```
scriptcommand hb.givereward type=instadedi eosid={eosid} path=/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Oil.PrimalItemResource_Oil dediquantity=2500000 quantity=1
```

**Give cryo (Rock Golem)**

```
scriptcommand hb.givecryotoeosid {eosid} Blueprint'/Game/ScorchedEarth/Dinos/RockGolem/RockGolem_Character_BP.RockGolem_Character_BP 55,30,30,25,30,55 0 0 0 0
```

#### 4) How to use it in Tip4Serv?

1. In your product editor on [**Server action**](/server-commands.md) section, insert the desired `scriptcommand...` line(s).
2. Optional: Add a `ServerChat` broadcast to confirm the reward has been delivered:

```
ServerChat Thank you {arksa_username} for your donation of {total_paid} {currency} ❤️
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tip4serv.com/games/ark-survival-ascended-nitrado.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
