# (Optional) Using Cloud Hosting

### Step 1: Sign up for Digital Ocean <a href="#docs-internal-guid-38df86cd-7fff-314c-c8c1-fdcb9386a5a4" id="docs-internal-guid-38df86cd-7fff-314c-c8c1-fdcb9386a5a4"></a>

The easiest and most reliable way to run your reporter is to use a service like Digital Ocean to host your reporters for you.

Digital Ocean is an incredibly affordable and user friendly-option, and new users may be eligible for a 2-month free trial.

Plans start as low as $4 USD per month, which is enough to allow you to run multiple Fetch reporters.

While we’ve kept things simple by using Digital Ocean for this guide, you can use whichever solution or self-hosted option you choose.

### Step 2: Create Your Droplet

On Digital Ocean, we can set up a virtual machine known as a “Droplet”. This is essentially a remote device that will run the Telliot code for your reporter.

1. On the dashboard, select ‘**deploy a virtual machine**’ to set up our Droplet.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXflX6aFhgyZNCF8YynAr530uzFBeH3bd7WnQlcSF1T5gew_MGeskZ23rSEc1bwsLrFPrNcEA11hwk3e8J7W5Rb80t3Ss4qvFiCuypxUEJSF9AzM680pRmKj7y9FFwZGNfjj5XZ1KQ?key=5CcRo7jM0cpYSAYqVD4KefE3" alt=""><figcaption></figcaption></figure>

2. Now, select the region that’s closest to you in order to maximize your connection speed. Leave the datacenter option as **default**.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdaoYZxgONEHiwB3S8kraQdywuLI_dJA15GNbt8ooGzzQ0_Kx2YIu6Do1QTLsBHcOTcd6viC97Z0Ov9zQQM-CJ-8ar2xLDHCwdRnPslm86Vqg33jeld555rrMN8yXjfJKoSScleTg?key=5CcRo7jM0cpYSAYqVD4KefE3" alt=""><figcaption></figcaption></figure>

3. Make sure to select either **Ubuntu 22.04 (LTS)** or **24.04. (LTS)** for the installation.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe0aWxU5OH5GlCX8aXErUMQX2GzKviTfnLxqjZX3XWQNxI5TrehdjGoVyOsARZH3K4N4fFkfxmd8GQbxJlQ1RWpzgVj_-nq-D9-laGpVubr0ZFfGsTlat8kiqyx5_EjMUJd_Atj?key=5CcRo7jM0cpYSAYqVD4KefE3" alt=""><figcaption></figcaption></figure>

4. Choose your Droplet size

Running a reporter isn’t very intensive. At the lowest tier (which is currently the $4 USD per month, regular VM plan) you can run 4 reporters at the same time without any issues.

Feel free to select the best option according to the amount of reporters you’d like to run.&#x20;

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcgsRQzxjm_3zmpGTqN6Ognj3BkCFTKPZWG0kOhuvVZ4NdYnXKzuu3wHXOUFsgF14KovUmu8BFqUcTlFp0mhrZwxc2UCEFe5JEIYIRw72pH3ZmP9t11iEIE-WL5WbuM7sZB8rSiMg?key=5CcRo7jM0cpYSAYqVD4KefE3" alt=""><figcaption><p>Here we’re selecting the $7 per month Premium AMD CPU option.</p></figcaption></figure>

5. Set Your Password&#x20;

Select the ‘**password**’ option and create a unique, strong password according to the requirements. This is the password you are going to use to access your Droplet from other devices.

{% hint style="danger" %}
Make sure to store your password, preferably offline, somewhere safe. You will not receive any emails containing the Droplet's details or password!
{% endhint %}

6. Now, it's just a matter of renaming your Hostname (optional) and double checking you are creating only one droplet (under ‘Quantity’).&#x20;

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfAl3Fuy4kfzJJnpxSwCcu5HGWNhJSFm-fOFw7II4_OpW-acWFnjAxbO964RJbkZGNv7tbVezwmPhWH5EMnf_qN2fF6vQMcZZja-dxH3s6HOcW9UAP0BfHEEmH7IlseaZcGjGCK?key=5CcRo7jM0cpYSAYqVD4KefE3" alt=""><figcaption></figcaption></figure>

After you’re done with your final checks, click **Create Droplet** and wait for it to be created.


---

# Agent Instructions: 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:

```
GET https://docs.fetchoracle.com/reporting-data/requirements/optional-using-cloud-hosting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
