# How To Run Nodes: VPS

#### How Do I Set Up an AdventureWurld Node on a VPS?

We'll be using Vultr as an example.&#x20;

**Vultr VPS Setup**

1. Navigate to  [vultr.com](https://www.vultr.com/)
2. Create Vultr account and login.
3. Put in your credit card information. Check the box to link your card.
4. Click on + Deploy New Server.
5. Choose Server - Cloud Compute.
6. CPU & Storage Technology - choose Intel Regular Performance.
7. Server Location - Choose server closest to you.
8. Server Image - Debian - make sure the 11X64 version is selected, older versions will not work (other operating systems may not work).
9. Server Size - 25GB SSD.
10. Add Auto Backups - toggle off.
11. Additional Features - none (most add no benefit, some may keep the node from working properly). Make sure all boxes are unchecked.
12. Name your node(s) and select “Deploy Now” from the footer.

#### AdventureWurld Node Installation

1. On the “Products” page you will see the different server instances you have started. You will need to wait until it says “Running” under the “Status” column.
2. Click on the server name (the name you chose during setup) and it wil take you to the server home screen.
3. On this page find the username and password, these will be needed later. The username by default is “root”. Copy the password by clicking the icon next to the hidden phrase.
4. To open the console click the computer icon in the top right of the page.
5. The console will display one of two things:

   • A long list of words. If you encounter this press Enter and the system will ask for you to log in.

   • A prompt to log in.
6. To log in enter "root" as the username and press “Enter”. For the password, there is a small gray button with an arrow on the left side of the terminal. Click this button and the system will display a list of icons. Click on the clipboard icon and paste the password you copied earlier into the text box that appears. Click the "Paste" button that appeared with the text box. \*IMPORTANT\* the password you pasted into the text box will disappear, but it will NOT display anything in the console - this is by design. Close the icon list by clicking the arrow button again, then press “Enter”. If everything was done correctly you should see a message that says you have logged in.
7. Paste the following command into the console using the same method you did for the password and then click Enter. Please make sure you are copying the entire command, starting with the word “bash”.

   bash <(curl -s <https://core-download.adventurewurld.com/latest/linux.sh>)

   You will be prompted to log into your AdventureWurld account. Enter the email address you used for your AdventureWurld account.
8. You will be prompted to enter your password for your AdventureWurld account. Type in your password. Please note, Vultr will not display your password but be assured it is being entered. Click Enter. If you are struggling to enter your password correctly, open the clipboard feature in Vultr and enter the password in there so you can visualize it. Click Paste and then close the clipboard and hit “Enter”.
9. You will then be prompted to name your node. We suggest naming it the same as your vultr server name. Click “Enter”.
10. The server should show the configuration is complete, and your node will be running.
11. You have completed your VPS setup for one node. Repeat this process for each node.

Using the Snapshot feature through Vultr is not supported for running AdventureWurld Nodes.


---

# 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://adventurewurld.gitbook.io/adventurewurld-docs/adventurewurld-litepaper/how-it-works/node-network/how-to-run-nodes-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.
