> For the complete documentation index, see [llms.txt](https://help.baikalbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.baikalbot.ru/servers/buy.md).

# Регистрация и покупка сервера Zomro

Для того, чтобы робот начал торговлю, необходимо создать виртуальный сервер.  Есть ли у вас есть свой сервер или Вы уверены, что ваш домашний ПК будет работать круглосуточно в течении 5 рабочих дней, можете запускать на личном ПК.&#x20;

Виртуальные серверы используем компании Zomro (сервера находяться в Голландии)

### Видео инструкция

{% embed url="<https://youtu.be/XyOpKb63yOI>" %}

### 1.  Открываем сайт Zomro.com

Переходим по ссылке [https://zomro.com/?from=308032](https://zomro.com/?from=276388)

### 2. Переходим в личный кабинет

Нажимаем на личный кабинет&#x20;

![](/files/-Me0Vo857wYeSSnZ1n0o)

### 3. Переходим на страницу регистрации

![](/files/pd8eWZuRaPW8ABZ4irGZ)

### 4. Вводим данные

В окне регистрации пишем свое ФИО, e-mail, пароль, страну, галочку на капче и "зарегистрироваться"

### 5. Сохраняем логин и пароль

После успешной регистрации, сохраните пароль и логин если вас об этом попросит браузер.&#x20;

### 6.  Переходим в раздел Виртуальные серверы

![](/files/rv47wwWJkOvS8gHPH3BP)

### 7.  Далее нажимаем "Заказать"

![](/files/ihbvxerLLtvA4XdvuxBf)

### 8. Выбираем период оплаты&#x20;

"Серверы с SSD дисками", "Год", и выбираем сервер Advanced SSD. &#x20;

![](/files/7ToTca5y1LGh9LBAXYjh)

### 9. Заказываем необходимый нам вариант сервера.&#x20;

Будем внимательны, обязательно выбираем операционную систему: Windows-Server-2012-R2-RUS; если на сервере будет 6 и более роботов, то выбираем 3 шт количество ядер процессора и 3Gb оперативной памяти. Если до 5 роботов, то достаточно по 2 шт и 2Gb.&#x20;

![](/files/46XUU9Ik4IUoIb0Lsxv2)

Как выбрали все параметры, ставим галочку "Я прочитал..." и "Купить" в самом низу.&#x20;

![](/files/7bkyZs6LbzcL8VyCG9l4)

### 10. Выбираем способ оплаты&#x20;

![](/files/cebYVsyj0WEX3HEobDMv)

### 11. Оплачиваем сервер

Вводим данные карты, "оплатить" и вводим подтверждающий код, который придем вам на телефон.&#x20;

![](/files/S9cXUAI9fuqP53PfOCOt)

### 12. Ваши данные ip, пользователь и пароль

![](/files/O1ldnrSbfzDgt8iJfhtH)

Данные для входа на удаленный рабочий стол можно найти на сайте, также вам придет письмо на эл. почту.

![](/files/zBjUHg34RfI0MT9attZa)


---

# 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://help.baikalbot.ru/servers/buy.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.
