# Budget\_Game-Servers

{% hint style="success" %}
**Base Price = €4**

**Included:**

* 2 CPU Cores
* 4 GB RAM
* 15 GB NVMe
* 15 GB Backup
* 2 Ports
* 4 Databases

**Extras:**

* 1 Extra CPU Core = €1
* 1 Extra GB RAM = €1
* 5 Extra GB NVMe = €0.20
* 5 Extra GB Backup = €0.20
* 1 Extra Port = €0.50
* 1 Extra Database = €0.50
  {% endhint %}

{% hint style="warning" %}
The information provided below is outdated!
{% endhint %}

#### Creation of Resources for HidenCloud Plans: BUDGET

In HidenCloud, the resources for plans are created according to specific optimization rules. Below are the detailed rules for the "BUDGET" plan:

1. **Adjusted Price**: The price is calculated at a rate of €1 per GB of RAM allocated.
   * Formula: `Price = €1 * GB of RAM`
2. **CPU-Cores**: The number of CPU-Cores is determined by the following formula:
   * Formula: `CPU-Cores = (RAM // 8) + 2`
   * Where `RAM // 8` is the integer division of the amount of RAM in GB by 8.
3. **Databases**: The number of available databases is calculated by adding the CPU-Cores to the integer division of the amount of RAM in GB by 4.
   * Formula: `Databases = (RAM // 4) + CPU-Cores`
   * Where `RAM // 4` is the integer division of the amount of RAM in GB by 4.
4. **Storage**: The storage space (in GB) is determined by adding the result of the integer division of RAM in GB by 2 to the product of CPU-Cores multiplied by 5.
   * Formula: `Storage = (RAM // 2) + (CPU-Cores * 5)`
   * Where `RAM // 2` is the integer division of the amount of RAM in GB by 2.
5. **Backup**: The backup space is equal to the storage.
   * Formula: `Backup = Storage`

{% hint style="info" %}
7003 usually = 7R13 or 7763v. 9004 usually = 9R14 or 9V74.
{% endhint %}

### Budget GameServers Specs:

<table data-header-hidden data-full-width="true"><thead><tr><th width="138">NUEVO:</th><th>Budget_Game-Servers</th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr></thead><tbody><tr><td><mark style="color:green;">Name:</mark></td><td>BUDGET STARTER</td><td>TURBO LITE</td><td>POWER BASIC</td><td>DELUXE PLUS</td><td>PRODIGY PRO</td><td>HYPER ADVANCED</td><td>PREMIUM UNLIMITED</td><td>MC: ULTI DOMINATION</td><td>ULTIMATE POWER</td></tr><tr><td><mark style="color:green;">CPU:</mark></td><td>Amd Epyc 7003/9004</td><td>Amd Epyc 7003/9004</td><td>Amd Epyc 7003/9004</td><td>Amd Epyc 7003/9004</td><td>Amd Epyc 7003/9004</td><td>Amd Epyc 7003/9004</td><td>Amd Epyc 7003/9004</td><td>Amd Epyc 7003/9004</td><td>Amd Epyc 7003/9004</td></tr><tr><td><mark style="color:green;">CPU-Cores:</mark></td><td>2</td><td>2</td><td>3</td><td>3</td><td>4</td><td>4</td><td>4</td><td>5</td><td>5</td></tr><tr><td><mark style="color:green;">RAM:</mark></td><td>4GB DDR4/5</td><td>6GB DDR4/5</td><td>8GB DDR4/5</td><td>12GB DDR4/5</td><td>16GB DDR4/5</td><td>18GB DDR4/5</td><td>20GB DDR4/5</td><td>24GB DDR4/5</td><td>28GB DDR4/5</td></tr><tr><td><mark style="color:green;">SWAP:</mark></td><td>2GB</td><td>2GB</td><td>2GB</td><td>2GB</td><td>2GB</td><td>2GB</td><td>2GB</td><td>2GB</td><td>2GB</td></tr><tr><td><mark style="color:green;">Storage:</mark></td><td>15GB SSD</td><td>18GB SSD</td><td>25GB SSD</td><td>35GB SSD</td><td>45GB SSD</td><td>48GB SSD</td><td>50GB SSD</td><td>65GB SSD</td><td>75GB SSD</td></tr><tr><td><mark style="color:green;">Backup:</mark></td><td>15GB</td><td>18GB</td><td>25GB</td><td>35GB</td><td>45GB</td><td>48GB</td><td>50GB</td><td>65GB</td><td>75GB</td></tr><tr><td><mark style="color:green;">Databases:</mark></td><td>2</td><td>2</td><td>4</td><td>5</td><td>7</td><td>7</td><td>8</td><td>10</td><td>11</td></tr><tr><td><mark style="color:green;">Price (monthly):</mark></td><td>4€</td><td>6€</td><td>8€</td><td>12€</td><td>16€</td><td>18€</td><td>20€</td><td>24€</td><td>28€</td></tr></tbody></table>

{% hint style="danger" %}
IF YOU REQUIRE ANY OTHER CONFIGURATION OR TO CUSTOMIZE A SERVICE TO YOUR NEEDS, PLEASE CONTACT SUPPORT. [Contact and Help](/information/contact.md)
{% endhint %}


---

# 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.hidencloud.com/game-server-paid-plan/budget_game-servers.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.
