> For the complete documentation index, see [llms.txt](https://sending-network.gitbook.io/sending.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sending-network.gitbook.io/sending.network/edge-node/vps-setup-guide/contabo.md).

# 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="/files/GKTbBdqFpCZJffz7pNjB" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/VRnAEmQPyOaeC0HCBKXX" 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="/files/pHr3eqXYXhq79JGTKpPN" 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="/files/AtvUseJppLuJfYpxJz05" alt=""><figcaption></figcaption></figure>

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

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

  <figure><img src="/files/kCf8g86xmi63VJ63Wh7N" 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="/files/05qwdR8gnuSQsvXc14ew" 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="/files/bz902aLk0Y9DyNNsz8KJ" 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
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, and the optional `goal` query parameter:

```
GET https://sending-network.gitbook.io/sending.network/edge-node/vps-setup-guide/contabo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
