# Auto Refresh Proxy

Follow these steps to configure the **Auto Refresh Proxy** feature in 9Proxy Linux.

## 1. Start 9Proxy

To start 9Proxy, enter the following command:

```
systemctl start 9proxyd
```

To ensure 9Proxy starts automatically on boot, run:

```
systemctl enable 9proxyd
```

If you enable the service, you won't need to manually start it each time.

## 2. Sign In To Your Account

Follow the instructions here to sign in.

## 3. Configure Auto Refresh Proxy

### 3.1. Set the Maximum Number of Refreshes

```
9proxy setting -c [maximum refresh times]
```

* \[maximum refresh times] : your desired limit

{% hint style="info" %}

### NOTE

Use -1 for unlimited refreshes until the IP is no longer available
{% endhint %}

### 3.2. Set the Refresh Time After a Dead IP

```
9proxy setting -t [time in seconds]
```

* \[time in seconds] : your preferred interval.

<figure><img src="/files/0oFzDCtGgDCwbfzgJVHy" alt=""><figcaption></figcaption></figure>

## 4. Enable or Disable Auto Refresh

### 4.1. To Enable Auto Refresh Proxy

```
 9proxy setting -r
```

### 4.2. To Disable Auto Refresh Proxy

```
9proxy setting -n
```

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


---

# 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.9proxy.com/getting-started/residential-proxy-by-ips/for-linux/auto-refresh-proxy.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.
