# How to setup a proxy on a server

Go to the **Start Menu** and search for **Proxy**, then after click on **Change proxy settings**.

![](/files/-MUjktOcTQpc5R1rrlnN)

Go to the **Manual proxy setup** section and enable **Use a proxy server**.

![](/files/-MUjkvphSzdKNUa2YJKX)

Insert your proxy IP into the address section and then the proxy port into the port section. \
If you need a username and password for the proxy, Windows will automatically ask for it in a popup.&#x20;

![](/files/-MUjkxhytHqGwgfVkjLk)

## Extra steps if using User:Pass proxies

If you are using an IP authenticated proxy, you should be done. If you are using a user:pass proxy please follow the instructions below.&#x20;

Go to the Start Menu and search for "**Manage Windows Credentials**"

![](/files/-MXEmzX0uYwLE3Yw4SOk)

The click on "**Add a Windows credential**"

![](/files/-MXEnB6vhkU-fDh9qxXP)

Then you should be able to add the IP of the proxy (without the port) and the credentials. After this, click OK and you're done.&#x20;

{% hint style="info" %}
Example of the proxy structure.&#x20;

123.123.123.123:1234:user:pass\
IP: 123.123.123.123\
Port: 1234\
Username: user\
Password: pass
{% endhint %}

![](/files/-MXEnKr4Vr9_9mm6VHfE)

{% hint style="info" %}
If needed, do a reboot/restart of the server.&#x20;
{% endhint %}


---

# 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://docs-servers.zesty.group/basics/how-to-setup-a-proxy-on-a-server.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.
