# 通过 PC 访问

{% hint style="info" %}
以下将安装有 BoxJs 的设备称为 A，访问 BoxJs 的设备称为 B
{% endhint %}

### Quantumult X

1. 将 A、B 两台设备置于同一局域网内
2. 【A设备】使用 HTTP Backend 的方式来配置 BoxJs
3. 【A设备】设置 HTTP Backend 的监听地址为 0.0.0.0，端口默认 9999 即可
4. 【A设备】通过自身浏览器访问 <http://127.0.0.1:9999> 验证是否正常访问
5. 【A设备】取得本设备的局域网地址，如：192.168.x.x
6. 【B设备】打开浏览器并访问：<http://192.168.x.x:9999> 即可


---

# 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.boxjs.app/advanced/pc.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.
