> For the complete documentation index, see [llms.txt](https://edentech.gitbook.io/glover/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edentech.gitbook.io/glover/backend/vps-shared-hosting.md).

# VPS/Shared Hosting

We recommend VPS for the project to run smoothly with little to no issue. The current Glover backend is running on a VPS with , but you can use any vps provider of your choice, all you need to do is ensure you used enough resources when creating the server.&#x20;

Below is the spec for our vps running the glover demo backend:

| Spec    | Value |
| ------- | ----- |
| vCPU/s  | 4     |
| RAM     | 8GB   |
| Storage | 160GB |

<figure><img src="/files/BnMRZG1Kalg352Mcaztc" alt=""><figcaption></figcaption></figure>

## Referral Code

Use the link below to signup on Vultr.com and get receive $100 to test out their platform.

<https://www.vultr.com/?ref=9411887-8H>


---

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

```
GET https://edentech.gitbook.io/glover/backend/vps-shared-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.
