# 各种通用富强软件搭配Proxifier

## 软件准备 <a href="#ruan-jian-zhun-bei" id="ruan-jian-zhun-bei"></a>

* Windows的emby客户端，可使用[Wiki](https://embywiki.911997.xyz/use-on-various-devices/use-on-windows.html)提供的破解版或从[官方](https://github.com/MediaBrowser/emby-theater-windows/releases/)的下载地址下载.
* [Proxifier (需要代理)](https://www.proxifier.com/)，用以让emby通过代理连接
* 任意代理客户端，e.g. Clash(R), Netch, SSTap等.

*教程主要关注如何配置Proxifier，强制emby通过代理连接，所以对代理客户端的设置不再赘述.*

## 安装Proxifier <a href="#an-zhuang-proxifier" id="an-zhuang-proxifier"></a>

1. 打开[Proxifier官网](https://www.proxifier.com/)，点击"[Download Proxifier](https://www.proxifier.com/download/)" 字样的按钮下载且安装Proxifier.
2. Proxifier开始运行后，在右下角任务栏的托盘内点击Proxifier的图标（在没有流量的情况下是一个灰色的图标），打开Proxifier的窗口.
3. 在界面的左上角，找到Profile字样，点击Proxy Servers，点击New，笔者使用的代理客户端为Clash，在此也使用Clash，当然对于其他的代理客户端也相同.
4. 在弹出的"Proxy Server"窗口中，在Address输入127.0.0.1（本机运行代理）或者代理客户端的IP，Port输入代理客户端的端口，在这里使用7890（即Clash的默认端口），Protocol一般为SOCKS Version 5，（除非是HTTP/HTTPS/SOCKS4代理）点击OK保存.

## 配置代理规则 <a href="#pei-zhi-dai-li-gui-ze" id="pei-zhi-dai-li-gui-ze"></a>

1. 点击Profile->Proxification Rules,点击Add。Name处可随意填写，Applications处可以使用Browse选择emby的客户端，也可以直接填写*emby.theater.exe*，Target hosts可以不填写，自动代理全部链接，Target ports同上。在Actions选择第四步的代理服务器.
2. 打开emby客户端，在Proxifier主界面下方应该可以看到有链接产生，一般情况下配置已经完成，连接到终点服会使用代理，可以去代理客户端的链接日志确认，如果还是直连，请参考代理客户端的设置，对emby.wtf的后缀使用代理连接，这里不赘述.
3. Enjoy!


---

# 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://embywiki.feverss.cloud/advanced-usage/emby-app-in-windows-link-via-proxy/by-proxifier.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.
