> For the complete documentation index, see [llms.txt](https://help.minecraftbot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.minecraftbot.com/settings/proxy-settings.md).

# Proxy settings

{% hint style="warning" %}
Proxies are considered an advanced feature, ensure that you know what you are doing before enabling proxies!\
\
Accounts may not join server if proxies are configured incorrectly.
{% endhint %}

As mentioned in the [Connection settings](/settings/connection-settings.md) section, all of your bots will share a single IP Address by default. To make each bot use a different IP address you must use proxies, which you can enable on the Management > Settings > Connection page, under the Proxy Settings section.

What does each mode do?:

* **No Proxies**: the recommended mode, unless you require proxies and know what they are. All bots will share an IP address. If you get IP banned, you can learn how to change your IP address in the  [Connection settings](/settings/connection-settings.md) section.\
  You can find the explanation for each of the Connection Type in "No Proxies" [here](/settings/connection-settings.md#non-proxied-connection-settings).
* **Scraped Proxies**: if you want to use proxies, and do not have a premium proxy list, then this mode is recommended. This will automatically retrieve a proxy list from the internet, and use it.\
  \&#xNAN;*May take a short while to start joining bot, after the profile is started, as it requires to check proxies.*
* **Custom Proxies**: allows you to specify a custom proxy list. This option should be used only when you are using paid proxies, or a proxy list that you know works, otherwise please use No Proxies or Scraped Proxies instead.

\
**Custom Proxies supported types**:

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>SOCKS5</strong></td><td>Recommended protocol, most reliable.</td><td></td></tr><tr><td><strong>SOCKS4 / SOCKS4a</strong></td><td>Use this if SOCKS5 is not available.</td><td></td></tr><tr><td><strong>HTTP</strong></td><td>Not recommened, but may be used in some rare cases.</td><td><br><em>(HTTP proxies are not designed to work for game connections, so most HTTP proxies will not work for minecraft)</em></td></tr></tbody></table>

\
\
**Custom Proxies supported formats**:

| Format                                                         | Examples                                                                                     |
| -------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| ip:port                                                        | <p>127.0.0.1:443</p><p>rotating.proxy.io:80</p>                                              |
| <p>ip:port:type <br>(see supposed types)</p>                   | <p>127.0.0.1:443:SOCKS5</p><p>127.0.0.1:443:SOCKS4</p><p>127.0.0.1:443:HTTP</p>              |
| ip:port:username:password                                      | <p>127.0.0.1:443:my\_username:my\_password<br>rotating.proxy.io:80:private-username:pass</p> |
| <p>ip:port:usernname:password:type<br>(see supposed types)</p> | rotating.proxy.io:80:private-username:pass:SOCKS4                                            |


---

# 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:

```
GET https://help.minecraftbot.com/settings/proxy-settings.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.
