> For the complete documentation index, see [llms.txt](https://docs.rtkdata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rtkdata.com/integration-hub/drones-and-uavs/dji-agras-t70p-t100.md).

# DJI Agras T70P / T100 RTK Setup: Network NTRIP

Connect the **DJI Agras T70P** and **DJI Agras T100** spraying/spreading drones to RTKdata.com's NTRIP correction service for centimeter-level positioning. This 2025 Agras generation uses the **D-RTK 3 AG** module and supports custom Network RTK, just like the earlier T50 / T40 / T25 line.

{% hint style="info" %}
For the previous generation, see [DJI Agras T50 / T40 / T25](/integration-hub/drones-and-uavs/dji-agras-t50-t40-t25.md). The setup logic is the same; the RTK hardware on the T70P / T100 is **D-RTK 3 AG**.
{% endhint %}

## Requirements

* **Aircraft:** DJI Agras T70P or T100 with the **D-RTK 3 AG** module
* **Controller:** DJI Agras remote controller running the DJI Agras app
* **Internet:** Hotspot or SIM on the controller
* **RTKdata account:** Active subscription with NTRIP credentials

{% hint style="info" %}
Don't have an RTKdata.com account yet? 👉 [Start 30-day Free Trial](https://rtkdata.com/try-rtk-corrections-free-for-30-days/) or [View Pricing](https://rtkdata.com/pricing/)
{% endhint %}

## Step-by-step setup

{% stepper %}
{% step %}

### Open RTK settings in the DJI Agras app

In the DJI Agras app, open **RTK settings** and choose the **Custom Network RTK** (D-RTK 3 / third-party NTRIP) option as the RTK source.
{% endstep %}

{% step %}

### Enter NTRIP connection settings

Select your region and enter the corresponding server details:

{% tabs %}
{% tab title="North America" %}

* **Host (domain):** `rtk.rtkdata.com`
* **Host (IP fallback):** `13.56.117.10`
* **Port:** `2101`
* **Username / Password:** From *RTK Credentials* in the internal dashboard (not website login)
* **Mountpoint (ALL CAPS):** `AUTO` (recommended) — or `AUTO_WGS84`, `AUTO_ITRF2020`, `AUTO_ITRF2014`
  {% endtab %}

{% tab title="Europe" %}

* **Host (domain):** `eu.rtkdata.com`
* **Host (IP fallback):** `3.73.41.96`
* **Port:** `2101`
* **Username / Password:** From *RTK Credentials* in the internal dashboard (not website login)
* **Mountpoint (ALL CAPS):** `AUTO` (recommended) — or `AUTO_WGS84`, `AUTO_ITRF2020`, `AUTO_ITRF2014`
  {% endtab %}

{% tab title="Australia" %}

* **Host (domain):** `aus.rtkdata.com`
* **Host (IP fallback):** `54.206.56.130`
* **Port:** `2101`
* **Username / Password:** From *RTK Credentials* in the internal dashboard (not website login)
* **Mountpoint (ALL CAPS):** `AUTO` (recommended) — or `AUTO_WGS84`, `AUTO_ITRF2020`, `AUTO_ITRF2014`
  {% endtab %}
  {% endtabs %}

{% hint style="danger" %}
The RTKdata caster uses your GGA position to select the **nearest reference station** and stream single-baseline RTCM3 corrections. RTKdata is single-baseline and location-keyed — it is **not** a VRS service. The DJI NTRIP client sends GGA automatically once the aircraft has a satellite fix. Enter the mountpoint `AUTO` in **ALL CAPS**. See [NTRIP & GGA Essentials](/integration-hub/ntrip-clients-and-field-software/ntrip-and-gga-essentials.md).
{% endhint %}
{% endstep %}

{% step %}

### Connect and verify Fix

Connect and confirm the RTK status reads **FIX** before starting field operations. The aircraft must be outdoors with a clear sky view.
{% endstep %}
{% endstepper %}

## Vertical reference (heights)

{% hint style="info" %}
RTK corrections deliver **ellipsoidal heights**, not orthometric heights. For agricultural spraying this is usually not an issue, but note it if you export survey-grade elevations.
{% endhint %}

## Troubleshooting

| Problem              | Cause                      | Fix                                                                                |
| -------------------- | -------------------------- | ---------------------------------------------------------------------------------- |
| No corrections       | DJI's own network selected | Choose **Custom Network RTK** and enter the RTKdata caster                         |
| Mountpoint error     | Lowercase mountpoint       | Enter `AUTO` in ALL CAPS                                                           |
| Authentication fails | Wrong credentials          | Re-enter username/password from the RTKdata dashboard (username starts with `rtk`) |
| Stuck on Float       | No satellite fix yet       | Operate outdoors under open sky                                                    |

## Tips

* **Same flow as the T50 / T40 / T25** — the D-RTK 3 AG module keeps the custom Network RTK option.
* **ALL CAPS `AUTO`** is mandatory.
* **One credential set per drone at a time** — for multiple drones spraying simultaneously, add a data stream per drone in your [account dashboard](https://rtkdata.com/my-account/).

## Related Industry Solutions

* [Drones](https://rtkdata.com/drones/)
* [Agriculture](https://rtkdata.com/agriculture/)


---

# 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.rtkdata.com/integration-hub/drones-and-uavs/dji-agras-t70p-t100.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.
