# Creating and Configuring Proxy Servers

{% hint style="info" %}
**Note:** The proxy configuration settings apply to **on-premises users** only. This feature is currently **not supported for shared instance users**.
{% endhint %}

### Introduction <a href="#introduction" id="introduction"></a>

This guide details how to configure a proxy server within Vault. It explains how to forward requests from Vault to proxied servers across various protocols and how to modify request headers sent to these servers.

Vault includes proxy details in the request headers when connecting to external customer networks.

### Permissions <a href="#permissions" id="permissions"></a>

* Applicable **only for on-premises users**. Not supported for shared instance users.
* Only **System Admins** can configure proxy settings.
* Proxy can be set up **only for AWS storage environments**.

### How to Configure Proxy <a href="#how-to-configure-proxy" id="how-to-configure-proxy"></a>

Follow these steps to configure a proxy server:

1. Log in to your Vault account.
2. Navigate to **Settings > Proxy Configuration Settings**.
3. Click **Create New Proxy**.
4. In the dialog box, fill in the following proxy details:
   * **Proxy Name**: A name to reference the proxy.
   * **Proxy Host**: The hostname of the HTTP proxy server (e.g., `127.0.0.1`).
   * **Proxy Port**: The HTTP proxy server's port number (e.g., `3128`).
   * Choose your **AWS storage environment**: either **AWS-S3** or **AWS-KMS** to establish the storage connection.
   * Enter the **Proxy URL**, then click **Add**. You can configure multiple URLs for a single proxy.

<figure><img src="/files/jjr6jdm83StvHW7tRld1" alt="Dialog box for creating a new proxy server in Vault" width="434"><figcaption><p>Proxy configuration form</p></figcaption></figure>

5. Click **Submit**. You'll be redirected to the **Proxy Configuration Settings** homepage. The newly created proxy appears at the top of the list.
6. Use the **Edit** icon (!\[Edit icon]\(../../../.gitbook/assets/image (66) (1) (1) (1) (1) (1) (1) (1) (1) (1).png)) to modify proxy settings, or the **Delete** icon (!\[Delete icon]\(../../../.gitbook/assets/image (67) (1) (1) (1) (1) (1) (1) (1) (1) (1).png)) to remove a proxy configuration.

<figure><img src="/files/2NkP8LTuOpW36MlOcezh" alt="List of configured proxies in Vault" width="563"><figcaption><p>Configured proxies list</p></figcaption></figure>


---

# 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://knowledgebase.autorabit.com/product-guides/vault/configuring-vault/creating-and-configuring-proxy-servers.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.
