> For the complete documentation index, see [llms.txt](https://manual.boxexchanger.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.boxexchanger.net/dlya-razrabotchikov/ustanovka-proekta/server-dlya-obmennika/hetzner-cloud.md).

# Hetzner Cloud

### Подготовка аккаунта

1. Переходим на [https://hetzner.cloud/](https://hetzner.cloud/?ref=dpLhTJ7gECSj), нам нужно войти в аккаунт.\
   если у вас нет аккаунта сначала необходимо зарегестрироваться[^1]:
2. Далее после авторизации вам **необходимо пройти верификацию**.&#x20;

### Создания сервера&#x20;

1. Нужно [создать новый проект](#user-content-fn-2)[^2], дать ему имя и нажать кнопку "Add server"
2. Переходим в проект и нажимаем кнопку "ADD SERVER":\
   ![](/files/6f2aEf8rtR9KEBW17zLn)![](/files/DM7TM4qas5lkApxwz96H)
3. Далее предстоит выбрать локацию и операционную систему на которой будет располагаться наш сервер *(рекомендуется выбирать в точности как на скриншоте ниже:* [***Falkenstein** / **Debian 12***](#user-content-fn-3)[^3]*)*:
4. Выбираем нужный нам тип сервера. *Oптимальным является тот, который изображен на рисунке ниже  **CPX21**:*\
   ![](/files/51vur6Z4vdxkzeoyxW34)
5. Позже идет выбор сетей в которой работает ваш сервер, проконтролируйте чтоб IPv4 был включен для вашего сервер *(по умолчанию уже активирован).*\
   ![](/files/GnVG6swdHFhT2djd6qDb)
6. Указываем имя сервера (может содержать **только латинские буквы** и знак минус **"-"**, не используйте пробел и спец символы в имени сервера\
   ![](/files/K38JxaHmT3J5HjpH34mu)
7. Проверяем правильность выбраных параметров и нажимаем кнопку "Create & BUY NOW"\
   ![](/files/nFni7gzRM0NlPdvpUnUj)
8. В течении 5 минут доступы от SSH прийдут на ваш email которая была указана при регистрации аккаунта Hetzner.\
   ![](/files/Ofpk7DKI7h3eZAgJ5qjt)

{% hint style="info" %}
Если установкой вашего обменного пункта занимаются специалисты BoxExchanger вам необходимо предоставить SSH доступы (c шага №8) лично техническому специалисту или на почту **<admin@boxexchanger.net>**
{% endhint %}

{% hint style="warning" %}
**Внимание:** Не забудте указать способ оплаты в вашем аккаунте в разделе Invoice (оплата происходит по факту использования тоесть первая оплата будет через 30 дней) это поможет избежать отключения сервера или потери данных с него
{% endhint %}

{% hint style="warning" %}
**Удаления сервера:** Если при создании сервиса вы ошиблись и случайно создали неверный VDS сервер его необходимо удалить для того чтоб не оплачивать сервер который вы не используете. \
Для этого мы подготовили вам статью: [Как удалить VDS Hetzner Cloud?](/dlya-razrabotchikov/ustanovka-proekta/server-dlya-obmennika/hetzner-cloud/udalenie-vds-na-hetzner.md)
{% endhint %}

[^1]: ![](/files/yMbHQ7xIp3squEvfqfgu)

[^2]: ![](/files/gdJqaaDsKl77WUhWzTG0)

[^3]: ![](/files/jQt0e9aZko5r35BE3H5G)


---

# 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://manual.boxexchanger.net/dlya-razrabotchikov/ustanovka-proekta/server-dlya-obmennika/hetzner-cloud.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.
