Post

Clash Dashboard

UI配置Clash

在上篇clash使用中,花了好长时间去找如何用命令行的方式去切换代理节点,但是几乎没有任何资料,没办法,只好妥协用ui的方式去实现

Dashboard

clash默认是可以通过开启external-controller来实现外部控制的,叫做Dashboard的方式

1. config.yaml文件添加参数

1
2
3
external-ui: dashboard-path
external-controller: '0.0.0.0:9090'
secret: 'life223'

external-uidashboard路径,external-controller是访问地址,secret是可选的密码

2. 部署dashboard

1
2
3
git clone https://github.com/haishanh/yacd.git
cd yacd
git checkout gh-pages

以上可以通过部署yacddashboard界面

3. 访问 ip:9090/ui

部署好后就可以访问主机ip:9090/ui了,登录就可以成功看到clash控制界面了

Desktop View

参考资料

https://resona.top/2021/06/21/clash%E7%9A%84%E5%8F%A6%E4%B8%80%E4%B8%AA%E5%A5%BD%E7%9C%8B%E4%B8%BB%E9%A2%98/ https://blog.myxuechao.com/post/36 https://blog.iswiftai.com/posts/clash-linux/#tun-%E6%A8%A1%E5%BC%8F

This post is licensed under CC BY 4.0 by the author.