ss panel v3
ss panel v3

mt2500a 安装 openclash 方法2

方法一

windows 按 win + r,输入 cmd,回车,在终端执行

ssh root@192.168.8.1

输入

yes

然后执行安装命令(注意复制完全)

opkg update
opkg install coreutils-nohup bash iptables dnsmasq-full curl ca-certificates ipset ip-full iptables-mod-tproxy iptables-mod-extra libcap libcap-bin ruby ruby-yaml kmod-tun kmod-inet-diag unzip luci-compat luci luci-base

访问 https://github.com/vernesong/OpenClash/releases 在 release 页面下载 ipk 文件
访问 http://192.168.8.1/cgi-bin/luci/admin/system/opkg 上传 ipk 文件安装,然后重启设备,就有 openclash 设置页面了

第一次访问会有一个弹窗,帮助从 github 镜像站点下载 clash 核心,选一个下载就可以了

如果不能用,试试看在 插件设置-模式设置 中选择使用meta内核,运行模式选择 redir-host 模式

方法二

windows 按 win + r,输入 cmd,回车,在终端执行

ssh root@192.168.8.1

输入

yes

然后执行安装命令

opkg install luci-compat

添加以下源

src/gz custom_feeds https://cdn.jsdelivr.net/gh/tiancaiV/gl-inet/MT2500

然后搜索 openclash 直接安装。之后可能需要手动配置核心

cd /etc/openclash/core
wget https://github.com/vernesong/OpenClash/releases/download/Clash/clash-linux-armv8.tar.gz
tar -zxvf clash-linux-armv8.tar.gz
chmod 777 clash

PS:我今天更新系统重置了,这个源好像不能用了,我们可以到 github 上下载 ipk 文件手动安装

地址:https://github.com/tiancaiV/tiancaiV/tree/main/MT2500

如果需要 argon 主题,搜关键词找到文件下载
如果需要 openclash 插件,同样搜关键词找到文件下载,然后手动上传安装

http://192.168.8.1/cgi-bin/luci/admin/system/opkg

发表回复

textsms
account_circle
email

ss panel v3

mt2500a 安装 openclash 方法2
方法一 windows 按 win + r,输入 cmd,回车,在终端执行 ssh root@192.168.8.1 输入 yes 然后执行安装命令(注意复制完全) opkg update opkg install coreutils-nohup bash …
扫描二维码继续阅读
2024-02-05