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

# Proxy Tester

<mark style="color:purple;">ProxyShard Proxy Tester</mark> дозволяє швидко перевірити працездатність ваших проксі прямо на сайті, без встановлення додаткового софту і навіть перевірити підтримку UDP, Якщо ви використовуєте SOCKS5

{% embed url="<https://proxyshard.com/proxy-tester>" %}

***

<figure><img src="/files/aHj6m1hOVnnYyEWqZHXA" alt=""><figcaption></figcaption></figure>

## Як користуватися

1. Відкрийте [proxyshard.com/proxy-tester](https://proxyshard.com/proxy-tester)
2. Вставте проксі в текстове поле (можна кілька, кожен з нового рядка)
3. Натисніть <mark style="color:purple;">**Test Proxy**</mark>
4. Дочекайтеся результату в таблиці <mark style="color:purple;">History</mark> праворуч

***

## Можливості

| Параметр                 | значення                                                                      |
| ------------------------ | ----------------------------------------------------------------------------- |
| **Протоколи**            | HTTP, SOCKS5                                                                  |
| **Максимум проксі**      | до 100 штук                                                                   |
| **Обмеження**            | 1 запит на хвилину                                                            |
| **Підтримувані формати** | `IP:PORT:LOGIN:PASSWORD`, `LOGIN:PASSWORD@IP:PORT` та інші стандартні формати |

***

## Що показує результат

Після перевірки таблиці <mark style="color:purple;">**History**</mark> відображається:

| Поле              | Опис                                                                                                                                                                                                                                                      |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Proxy**         | IP-адреса, через яку пройшло з'єднання                                                                                                                                                                                                                    |
| **Response time** | Час відповіді у мілісекундах. Що менше, то швидше проксі                                                                                                                                                                                                  |
| **Status code**   | HTTP-код відповіді. `200` означає все ок                                                                                                                                                                                                                  |
| **Result**        | Підсумковий статус: <mark style="color:green;">**Success**</mark> (працює) або <mark style="color:red;">**Failed**</mark> (не працює). Також показує тип з'єднання (HTTP/SOCKS5) та підтримку <mark style="color:purple;">UDP</mark>, якщо проксі SOCKS5. |

***

## Якщо проксі не пройшов перевірку

Не завжди це означає, що проксі несправний. Перевірте:

* Чи правильно вказано формат (логін\пароль\порт)
* Чи не переплутаний протокол (HTTP \ SOCKS5)
* Чи пройшло 2-3 хвилини з моменту покупки (Для DC\ISP проксі потрібно до 2 хвилин для синхронізації)
* Чи немає блокування з боку вашого провайдера

Якщо все правильно, але перевірка не проходить, зверніться до [підтримка ](/ua/contact-us.md).

{% hint style="info" %}
Для більш детальної діагностики можна перевірити проксі через командний рядок. Докладніше: [Як перевірити працездатність проксі](/ua/pitannya-ta-vidpovidi/faq/how-to-check-proxy.md)
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.proxyshard.com/ua/nashi-produkti/proxy-tester.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
