# VDS configuration

Выберите интересующую Вас задачу из списка ниже.

{% tabs %}
{% tab title="Настройка ОС" %}

* [Основные команды SSH](/english/tutorials/vds-configuration/common-ssh-commands.md)
* [Изменение часового пояса](/english/tutorials/vds-configuration/how-to-change-timezone.md)
* [Установка hostname](/english/tutorials/vds-configuration/how-to-set-hostname.md)
* [Установка ключей для SSH](/english/tutorials/vds-configuration/ssh-keys-installation.md)
  {% endtab %}

{% tab title="Веб-серверы" %}

* [Установка Lighttpd на CentOS](/english/tutorials/vds-configuration/web-servers/how-to-install-lighttpd.md)
  {% endtab %}

{% tab title="Серверы БД" %}

* [Установка MariaDB на CentOS 7](/english/tutorials/vds-configuration/databases/how-to-install-mariadb.md)
* [Установка MongoDB на Ubuntu](/english/tutorials/vds-configuration/databases/how-to-install-mongodb.md)
* [Смена пароля от MySQL](/english/tutorials/vds-configuration/databases/how-to-reset-mysql-password.md)
* [Установка phpMyAdmin на CentOS 7](/english/tutorials/vds-configuration/databases/how-to-install-phpmyadmin.md)
  {% endtab %}

{% tab title="VPN и прокси" %}

* [Установка OpenVPN-сервера](/english/tutorials/vds-configuration/vpn-proxy-servers/how-to-install-openvpn.md)
* [Установка Squid Proxy на CentOS 7](/english/tutorials/vds-configuration/vpn-proxy-servers/how-to-install-squid-on-centos-7.md)
  {% endtab %}

{% tab title="RDP/VNC" %}

* [Установка RDP-сервера в CentOS](/english/tutorials/vds-configuration/rdp-server/how-to-install-rdp-server.md)
* [Установка RDP-сервера в Debian](broken://pages/-MFzrvvDRMof9QtYpJym)
  {% endtab %}
  {% endtabs %}


---

# 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/english/tutorials/vds-configuration.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.
