# Octo Browser

Octo Browser 的能力与 Dolphin、AdsPower 类似——按画像配置代理、指纹同步、批量导入。

## 单画像配置

1. **新建画像** → **代理 → 添加**。
2. 类型选 **HTTP** 或 **SOCKS5**。
3. 填写：

### 住宅 / 移动（网关型）

| 字段    | 值                                                                |
| ----- | ---------------------------------------------------------------- |
| 主机    | `gate.helodata.io`                                               |
| 端口    | `7777`                                                           |
| Login | `helo_s1a2b3c4d5e-type-res-region-us-session-prof01-sesstime-30` |
| 密码    | 子账号密码                                                            |

### ISP

| 字段    | 值                  |
| ----- | ------------------ |
| 主机    | `198.51.100.42`    |
| 端口    | `8000`             |
| Login | `helo_s1a2b3c4d5e` |
| 密码    | 子账号密码              |

4. **验证** — Octo 探测并显示 IP、国家、ASN。
5. Octo 会提示 **使用代理的时区与 locale**，请开启。

\[screenshot: Octo Browser 代理表单]

## 批量导入

**代理 → 导入文件**。接受：

* `ip:port:user:pass`（每行一个）
* CSV，表头 `host,port,login,password`

helodata 默认导出的纯文本即可直接用于 ISP 批量。

## API

Octo 提供本地 HTTP API 做脚本化画像管理，`proxy` 对象与控制台一致：

```json
{
  "name": "isp-us-042",
  "proxy": {
    "type": "http",
    "host": "198.51.100.42",
    "port": 8000,
    "login": "helo_s1a2b3c4d5e",
    "password": "PASSWORD"
  }
}
```

## 验证

在浏览器访问 `https://browserleaks.com/ip` 和 `https://browserleaks.com/webrtc`。

## 常见陷阱

* **Octo「智能连接」** 在失败时会换 IP 重试——粘性会话场景请逐画像关闭智能重试。
* **保存的代理未复核** — Octo 不会在启动画像时自动重检测。密码轮换后请手动重新验证。


---

# 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.helodata.com/helodata-zh/ji-cheng-zhi-nan/fan-jian-ce-liu-lan-qi/octo.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.
