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

# Host Settings — Proxy Rotation Tab

## Configure automatic and randomized IP rotation schedules for all endpoints on your host.

Host Settings is found below **Activity Logs** in the left sidebar of your Cloud Dashboard. Use the host selector at the top to switch between hosts. The Proxy Rotation tab is the second of three tabs — see also [Proxy Tab](broken://pages/48977132f8718f20aba109339cea2ea94c61acc0) and [Host Tab](broken://pages/5410619abcdac49d0e5f7097ba9e123d7cd430e7).

![](/files/5fd57cbb089ca804e5ee6a3eda909a589faad38d)

{% hint style="info" %}
**Tip:** Most settings have a **( ? )** tooltip, hover over it for a quick description without leaving the page.
{% endhint %}

The Proxy Rotation tab controls how and when your endpoints automatically rotate their IPs at the host level.\
Both Linux and Android Agent hosts support automatic rotation and the ability to terminate an active schedule. Linux Agent hosts additionally support randomized rotation intervals for less predictable rotation patterns.

The compatibility table below shows what's available on each agent type, and full details for every setting are covered further down the page.

| Setting                       | Linux Agent | Android Agent |
| ----------------------------- | ----------- | ------------- |
| Automatic Rotation            | ✅           | ✅             |
| Randomized Automatic Rotation | ✅           | ❌             |
| Terminate Rotation Schedule   | ✅           | ✅             |

***

### **Automatic Rotation**

> **Available on:** Personal and Business plans — Linux and Android Agent

Sets a host-wide automatic IP rotation schedule. All endpoints on this host rotate at the chosen interval. The interval can be set in **minutes**, **hours**, or **days**.

***

### **Randomized Automatic Rotation**

> **Available on:** Business plan — Linux Agent only

Instead of rotating at a fixed interval, this randomizes the rotation timing across your chosen range. Options include randomizing by minutes, hours, days, or fully randomizing both the period and interval values. Useful for making rotation patterns less predictable.

***

### **Terminate Rotation Schedule**

> **Available on:** Personal and Business plans — Linux and Android Agent

Cancels any active automatic rotation schedule on this host without setting a new one.

***

### Need Help?

If you have any questions, concerns, or need further clarification, feel free to reach out to us via live chat or email us directly at **<support@proxidize.com>**.


---

# 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://help.proxidize.com/legacy-products/proxy-builder/proxy-builder-cloud-dashboard/host-settings-proxy-rotation-tab.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.
