> For the complete documentation index, see [llms.txt](https://kb.rport.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.rport.io/install-the-rport-server/install-on-scaleway.md).

# Install on Scaleway

### Create a new instance

* From the Compute Menu on the left side, select "Instances".
* Click on the green Plus sign to create a new instance.
* From the availability zones, select a region near you.
* On Step 2 "Select an Instance" click on the "Development" or the "Stardust" and select the smallest size available. (Stardust is not available in all regions)
* On Step 3, from the OS Images, select `Debian Bullseye`.

![](/files/-Mi_Ki4y8euvx7V21-4i)

* On Step 4 (Volumes) do not add additional storage.
* On Step 5 enter `rport-server` as the instance name.&#x20;
* On Step 6 make sure your SSH key is listed, of not abort and go to settings, to upload your SSH public key first.

![Create the instance.](/files/-Meyifl8zBDAfv__xHAW)

### Install the RPort server on your new scaleway instance

After the instance has been created, grab the ipv4 address from the summary page of the new instance.

![grab the ip address](/files/-MeyxsweST1E2JbOT0Wx)

Connect over SSH to the instance using the `root` user.  For example, `ssh root@51.158.191.191`

👉 Now proceed to [Install RPort on any virgin cloud VM](/install-the-rport-server/install-rport-on-any-virgin-cloud-vm.md)


---

# 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:

```
GET https://kb.rport.io/install-the-rport-server/install-on-scaleway.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.
