# Установка FASTPANEL

**FASTPANEL** - простая и быстрая панель управления сервером, заточенная на управление сайтами, базами данных, почтовыми ящиками. Позволяет установить всё необходимое ПО и управлять им.

![](/files/-MLDCoaLRSktFqLggH24)

Для установки FASTPANEL необходим сервер с установленной операционной системой Debian 8, Debian 9, Debian 10, Ubuntu 18.04, Ubuntu 20.04 или CentOS 7.

Запустить программу установки можно следующей командой:

```
wget http://repo.fastpanel.direct/install_fastpanel.sh -O - | bash -
```

После успешной установки Вы увидите данные доступа на экране.

При первом входе панель управления запросит у Вас лицензию, для её выпуска достаточно ввести Ваш e-mail адрес, данные о лицензии будут высланы Вам на него.

В случае, если Вы случайно забыли сохранить данные доступа, то для сброса пароля пользователя `fastuser` используйте команду в SSH:

```
mogwai chpasswd -u fastuser -p <НОВЫЙ_ПАРОЛЬ>
```


---

# 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://help.vdsnow.ru/nastroika-vds/paneli-upravleniya/ustanovka-fastpanel.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.
