Manage proxies

Proxies in AutoEasy sit in a pool and bind to ports. Standard flow: import the list → create a pool (rotation strategy) → assign proxies → create ports → attach them to profiles.

Open Proxy

  1. In the left menu, click Proxy (label 9).
Left menu with Proxy
Proxy manager
Proxy screen (figure 1): Import, Pool, Assign, Port config

1. Import proxies

  1. Click Import proxy.
  2. Pick a .txt file, one proxy per line.

2. Create a pool

  1. Click Pool.
  2. Set Name.
  3. Choose Strategy and Interval Sec.
  4. Fill quarantine settings if you need them, then save.
StrategyHow it rotates
RotatingEach interval, bind the next unused group (wrap around if needed). Example: 5 proxies, 3 ports → first tick 1–2–3, next tick 4–5–1.
Round robinShift by one each tick. Example: 10 proxies, 5 ports → first 1–5, next 2–6.
ReplacementRe-read the txt file every Interval Sec and reload ports. Use this when you edit the proxy file outside the app.
FieldMeaning
Interval SecSeconds between rotations.
Max FailuresConsecutive failures before quarantine.
Revive After SecondsHow long a quarantined proxy stays out before it returns.
Failover RetriesHow many other proxies to try after a failure. Set 0 to disable failover.
Create pool form, 90 second interval
Example: 90s interval. 100 proxies, 10 ports → each tick binds the next 10.

3. Assign proxies to the pool

  1. On figure 1, select (or drag-select) proxies.
  2. Click Assign to Pool.
  3. Choose Pool Name, then Update.
Assign to Pool dialog

If you tick Set port, those proxies are pinned to ports and do not rotate with the pool strategy.

Example: 100 proxies, 3 pinned, 97 rotating every 90 seconds:

  1. Select the 3 pinned proxies → Assign, tick Set port, enter e.g. 30000, 30001, 30002.
  2. Select the other 97 → Assign, do not tick Set port.

4. Create ports

  1. Click Port configAdd port.
  2. Ports — one port (30000), a range (30000-30009), or mixed (9000-9002,9005,9010-9012).
  3. Choose Pool Name.
  4. Tick Set port is Fixed only if these ports must not rotate.
Port list and Add port

5. Attach to a profile

Open the profile and pick the proxy or pool (or leave empty if the script will set the proxy at runtime).

Choosing a proxy on a profile
Proxy field on the profile form

Next: Create profiles and select the pool or port you just made.