> 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/get-started/pricing-faq.md).

# Pricing FAQ: Plans, Billing & Trial

Answers to the most common questions about RTKdata pricing, payments, and plans.

***

## Plans & Pricing

| Plan       | Price                | Best for                |
| ---------- | -------------------- | ----------------------- |
| Monthly    | $40/month            | Short projects, testing |
| Annual     | $400/year (save 17%) | Regular use             |
| 5-Year     | $1,920 (save 60%)    | Long-term operations    |
| Enterprise | Custom               | Fleets, large teams     |

All prices are per license (one concurrent data stream).

***

## Using one subscription with several devices

This is the most common question before purchase, so here is the full rule.

One subscription includes one set of NTRIP credentials and **one concurrent connection**. The credentials are not locked to a device.

| What you want to do                                       | What you need                           |
| --------------------------------------------------------- | --------------------------------------- |
| Use several devices one after another                     | One subscription                        |
| Share credentials in a team that works at different times | One subscription                        |
| Run two or more devices at the same time                  | One data stream per simultaneous device |

**Sequential use is unproblematic.** Enter the same credentials in every drone, rover, or machine and connect with whichever one you are using that day. Nothing needs to be reconfigured when you switch.

**Two devices on one stream at the same time will not work.** The two devices disconnect each other continuously, in one analysed session every 5 to 6 seconds. In the field this looks like an unstable network rather than a licence limit: the fix keeps cycling between FIX, FLOAT and SINGLE, neither device converges, and the problem disappears the moment the second device is switched off. Anything logged in with the credentials occupies the connection, including a base station that pulls its own position from NTRIP and an NTRIP app left running in the background.

**Adding streams.** Add or remove data streams at any time from your [account dashboard](https://rtkdata.com/my-account/). An extra stream is active immediately, so you can add one on the day of a job instead of buying it in advance, and remove it afterwards. Depending on how your account is provisioned, an additional stream either comes with its own set of credentials or raises the number of simultaneous connections your existing credentials allow. Both work the same way in the field. Each additional stream costs the same as a single license (see the table above). For fleets, [book a meeting](https://sales.rtkdata.com/#use) to discuss volume options.

Setup details, dashboard behaviour and field symptoms: [Account & NTRIP Credentials Guide](/get-started/account-and-credentials.md#using-one-subscription-with-several-devices).

***

## Frequently Asked Questions

### Is pricing in USD?

Yes. All RTKdata prices are listed in **US Dollars (USD)**. Your bank or payment provider handles currency conversion at checkout if you're paying in another currency (GBP, EUR, AUD, etc.).

### Can I pay in GBP / EUR / AUD?

Payments are processed in USD. Your credit card company or bank will convert at the current exchange rate. The exact amount in your local currency depends on your bank's rate and any foreign transaction fees.

### Do you offer education discounts?

Contact us at <info@rtkdata.com> to discuss educational or academic pricing.

### Can I run multiple drones / devices on one subscription?

Yes, one after another. Each subscription gives you **one set of NTRIP credentials** that supports **one active connection at a time**. Two devices connected simultaneously need one data stream each. Full rule and field symptoms: [Using one subscription with several devices](#using-one-subscription-with-several-devices).

### Can multiple people share one subscription?

Yes, but only **one person can be connected at a time**. If a colleague connects with the same credentials while you're working, **your connection gets dropped**. For teams working simultaneously, add one data stream per person from your [account dashboard](https://rtkdata.com/my-account/).

### What happens when my free trial ends?

The trial ends automatically after 30 days. There is **no auto-renewal** and no credit card is required. Your credentials simply stop working. To continue, purchase a subscription.

### How do I cancel?

Go to [My Account](https://rtkdata.com/my-account/) → Subscription → Cancel. Cancellation is immediate, no lock-in, no penalties.

### I accidentally bought the wrong plan / too many subscriptions

Contact <support@rtkdata.com> — we'll sort it out.

### Will my dashboard update immediately after payment?

It may take a few minutes for your dashboard to reflect a new payment. If it hasn't updated after 15 minutes, contact support with your order confirmation email.

### Do you charge VAT/tax?

Taxes (including VAT) may apply depending on your location and will be shown at checkout or on your invoice.

***

## Coverage Outside the Map

If your location is outside the [Coverage Map](https://rtkdata.com/coverage/):

1. **Try it anyway** — the free trial lets you test. Some areas have coverage beyond what's shown on the map.
2. **Request a local base station** — RTKdata can sometimes provide a local reference station at no additional cost. Contact us at <info@rtkdata.com>.
3. **Check back regularly** — the network is constantly expanding with new stations.

***

## Enterprise & Fleets

For organizations with multiple receivers, drones, or large field teams:

* Volume discounts available
* Dedicated account management
* Custom SLAs

Contact <info@rtkdata.com> or [book a meeting](https://sales.rtkdata.com/#use).


---

# 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/get-started/pricing-faq.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.
