# Setting Up a Virtual Private Server (VPS)

To get our VPS we need to purchase it from a hosting provider.

In this guide, we are going to use [Contabo](https://contabo.com/en/vps/?utm_source=cj\&utm_medium=affiliate\&utm_campaign=vps\&source=affiliate\&AID=12454592\&PID=6839992).

### Step 1 - Account Registration

* So let's open [Contabo](https://contabo.com/en/vps/?utm_source=cj\&utm_medium=affiliate\&utm_campaign=vps\&source=affiliate\&AID=12454592\&PID=6839992)
* We will need to create an account and use either our credit card or PayPal as a method of payment. Once we are done, we will have access to the control panel.

### Step 2 - Ordering Process

* Now let's choose the "**VPS**" option under the 'New Order' section.

<figure><img src="/files/1fzhGeZQAkHT5MuIHFnQ" alt=""><figcaption></figcaption></figure>

* On the next page, we select the **'CLOUD VPS S**' option

<figure><img src="/files/1wNlgln5qblQRDOAn02v" alt=""><figcaption></figcaption></figure>

### Step 3 - VPS configuration

* Next, we need to configure our VPS by choosing the server location, preferably one nearest to our location. In this case, we choose '**European Union (Germany)'**.
* We also need to choose the '**Storage Type**' i.e. 200 GB SSD

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

* Whiles on the configuration page, we specify our Image:\
  1\. Ubuntu\
  2\. Select Ubuntu 22.04 from the drop-down menu
* Next, we have to set a password for our server. There is also an option to generate a new password.

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

### Step 4 - Payment

* Once we are done with the server configuration, we proceed to complete the payment.

<figure><img src="/files/3AdM25XcxHn3HsoMzQaT" alt=""><figcaption></figcaption></figure>

### Step 5 - Connecting to the VPS

* We will receive a confirmation email when our order is successful. In the email, we will find details of our VPS (e.g. IP address and user name)

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

* Now, we will log into our server via Putty using our IP address, username, and password. [<mark style="color:blue;">**Learn how to use PuTTy**</mark>](/tutorials/decenomy-masternodes/using-a-terminal-emulator-putty.md)

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

The connection to the VPS is now successful.


---

# 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.decenomy.net/tutorials/decenomy-masternodes/setting-up-a-virtual-private-server-vps.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.
