# Contabo

In this tutorial, we will walk you through setting up a Virtual Private Server (VPS) on Contabo and install Ubuntu. Do not worry if you have no technical background; we will keep things simple and straightforward.

## **Step 1: Create a Contabo Account**

* Navigate to [Contabo](https://contabo.com/).
* Click on the "Sign Up" button.

## **Step 2: Select the Right VPS**

* Choose "VPS" then "Cloud VPS".
* Opt for "CLOUD VPS 1".
* Configure your VPS accordingly.
  * For configurations requiring 4 cores and 8GB of RAM, "CLOUD VPS 1" is recommended.

<figure><img src="https://2753396368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1hPSqZauZ9JZ15UAJezj%2Fuploads%2FoOTzONPrU8S7fPNJ1iNV%2Fimage.png?alt=media&#x26;token=a912febd-6227-4850-be45-ea4b4e598128" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2753396368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1hPSqZauZ9JZ15UAJezj%2Fuploads%2FlrJZY5CuuCeogR6voc0t%2Fimage.png?alt=media&#x26;token=01cdc6c2-365a-4d1a-8a7a-e44fd2b5206f" alt=""><figcaption></figcaption></figure>

## **Step 3: Choose Term Length, Region, and Storage Type**

* Decide on the term length for your service.
* Select a region close to you or your target audience for optimized performance.
* Choose your preferred storage type.<br>

  <figure><img src="https://2753396368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1hPSqZauZ9JZ15UAJezj%2Fuploads%2FIV8tXcTfcAmoExybWfC5%2Fimage.png?alt=media&#x26;token=26fb744b-2c13-4e67-9545-52210e2a57be" alt=""><figcaption></figcaption></figure>

## **Step 4: Select Your Operating System Image**

* Under the "Popular" section, find and click on the "Ubuntu" tab.
* Select “Ubuntu 20.04” from the available options.<br>

  <figure><img src="https://2753396368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1hPSqZauZ9JZ15UAJezj%2Fuploads%2FEJuR97whwybQ9pnaYQDs%2Fimage.png?alt=media&#x26;token=b15c1e6e-7eed-45e3-9914-ae118d5c7197" alt=""><figcaption></figcaption></figure>

## **Step 5: Set Your Server Password**

* Create and set a secure password for your server.<br>

  <figure><img src="https://2753396368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1hPSqZauZ9JZ15UAJezj%2Fuploads%2FTxqg6kNcR2ioV3yHXesU%2Fimage.png?alt=media&#x26;token=91cf61de-f1c1-45a7-9628-4226b15a0bca" alt=""><figcaption></figcaption></figure>

## **Step 6: Leave Other Options as Default**

* Proceed with the remaining options left at their default settings.<br>

  <figure><img src="https://2753396368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1hPSqZauZ9JZ15UAJezj%2Fuploads%2Fa1yzg9UCn0aUvbpaU5oE%2Fimage2024-4-2_18-38-40.png?alt=media&#x26;token=29ef0cfa-6f59-4f49-85cf-cac797398e8a" alt=""><figcaption></figcaption></figure>

## **Step 7: Go to VPS Control Panel**

* Complete your purchase.
* After purchase, go to “VPS control” to view your server's "Public IP Address" and "Default user".<br>

  <figure><img src="https://2753396368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1hPSqZauZ9JZ15UAJezj%2Fuploads%2F28ZnUiyAy0SLyaK36zkS%2Fimage2024-4-3_13-30-51.png?alt=media&#x26;token=070f333e-6dca-4bea-a14f-20464310634c" alt=""><figcaption></figcaption></figure>

## **Step 8: Connect to Your VPS**

1. **For Windows Users:**
   * Download [Putty](https://www.putty.org/).
   * Use Putty to connect by entering your server IP and using the credentials found in “VPS control”.
2. **For MacOS Users:**
   * Open the Terminal.
   * Type `ssh [user]@[server ip]`, replacing `[user]` and `[server ip]` with the information from “VPS control”.
   * When prompted, enter the password you set in Step 5.

### Conclusion

That's it! You've successfully set up a VPS on Contabo, installed Ubuntu server with necessary firewall configuration.

{% hint style="info" %}
Should you encounter any issues or have questions, don't hesitate to seek support from the SendingNetwork [community](https://t.me/SendingNetworkOfficial/1).
{% 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://sending-network.gitbook.io/sending.network/edge-node/vps-setup-guide/contabo.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.
