# Deploy Blobber on Rented Server

### Pre-requisites

Please follow the server configuration pre-requisites as given below:-

1. The server should be running ubuntu linux version >= 20.04LTS
2. The user used for setup should be the root user,  or have sudo privileges.
3. If you have software/hardware raid on HDD, please mount it to this path: `/var/0chain/blobber/hdd`.
4. If you have software/hardware raid on SSD, please mount it to this path: `/var/0chain/blobber/ssd`
5. If you don't have hardware raid on SSD/HDD, you need to set software raid and mount the disks as specified in step3 & step4 above. Also create an entry in /etc/fstab file, so that it gets mounted automatically whenever server gets restarted.

### Steps

1. Head to the [chimney](https://chimney.software/) website and click on **Host a Server**.
2. Once you've completed the [sign-up](/products/chimney/get-started.md) process, there are two methods for configuring a Blobber: You can either rent a server for the Blobber or deploy the Blobber and validator on your own server. In this scenario, we will be opting to deploy the Blobber on a rented server, so please proceed to Step 1: Rent.

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

2. Chimney will present you with various server rental options. Click on the provided links to access the respective provider pages and initiate the payment process for renting servers. Below, you'll find an extensive list of server providers and their specifications.

<table><thead><tr><th width="388.3333333333333">Rented Service Provider Name</th><th>Recommended Specs</th></tr></thead><tbody><tr><td><a href="https://my.unihost.com/cart.php?a=confproduct&#x26;i=1">Unihost</a></td><td>2x Xeon E5-2420<br>RAM: 32GB DDR3<br>SSD Drive: 2*960 GB SSD<br>HDD Drive: 4x 16 TB HDD RAID-5</td></tr><tr><td><a href="https://www.velia.net/shop/region/strasbourg">Velia.net</a></td><td><p></p><p>Intel Xeon E3-1230 v3</p><p>Cores: 4x 3.30 GHz (Single Quad Core)</p><p>RAM: 16 GB DDR3 ECC</p><p>HDDs: 2x 240 GB SSD SW RAID</p><p></p></td></tr><tr><td><a href="https://vsys.host/cart.php?a=confproduct&#x26;i=0">Virtual Systems</a></td><td>Dual E5-2620V3 (12×2.3GHZ) <br>RAM : 32GB DDR4 <br>SSD Drive : 2x 960GB SSD <br>HDD Drive : 11x 10TB HDD</td></tr></tbody></table>

3. Once you've secured your rented server, navigate to the 'Deploy' option. The 'Deploy' button can be found below the rental choices within the Chimney application. Refer to the screenshot below:

<figure><img src="/files/gKpvr7gfAkJVjYX30CfL" alt="" width="563"><figcaption></figcaption></figure>

4. For more detailed instructions on deploying the Blobber on your rented server, please refer to the [Deploy Blobber](/products/chimney/deploy-blobber-on-own-server.md) section.&#x20;


---

# 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-old.zus.network/products/chimney/deploy-blobber-on-rented-server.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.
