Skip to content

wukongdaily/gl-inet-onescript

Repository files navigation

GL-iNet 系列路由器 一键iStoreOS风格化脚本

GitHub GitHub Stars GitHub Forks YouTube Bilibili

🤔 这是什么?

该项目可以让GL-iNet旗下ARM64平台的路由器在不刷机情况下,一键变成iStoreOS最新风格。

Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge

Buy Me A Coffee

🚀 快速上手

一键安装 (推荐)

下载并运行主脚本,会自动检测路由器型号:

sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/main.sh)"

主脚本支持自动检测以下机型:

  • GL-iNet BE-6500 / BE-9300 / BE-3600 Luci-23
  • GL-iNet MT-5000 / MT-3600BE Luci-21
  • GL-iNet Mudi 7 (GL-E5800)
  • GL-iNet MT-2500A / MT-3000 / MT-6000 OP21
  • OP24 MT3000/6000专用脚本 24.10.4
  • OP25 MT3000/6000专用脚本 25.12.5

单独机型脚本

如需单独运行某机型脚本,可使用以下命令:

MT3000脚本 ❤️ Wi-Fi 6 出厂默认系统(luci 21 内核5.4)

sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/gl-inet.sh)"

新增 兼容原厂【op24固件】的脚本 (MT3000/6000) Wi-Fi 6 luci 24.10.4 (luci 24 内核6.6)

sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/gl-inet-op24.sh)"

新增 兼容原厂【op25固件】的脚本 (MT3000/6000) Wi-Fi 6 luci 25.12.5 (内核6.12)

sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/gl-inet-op25.sh)"

新增 BE6500脚本 (GL-BE6500) ❤️ Wi-Fi 7 (同BE9300通用)

sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/be6500.sh)"

新增 BE3600脚本 (GL-BE3600) Wi-Fi 7

sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/be3600.sh)"

❤️新增 MT-3600BE脚本 (GL-MT3600BE) Wi-Fi 7

sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/mt3600.sh)"

❤️新增 MT-5000脚本 (GL-MT5000) 三个2.5G 有线

sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/mt5000.sh)"

❤️新增 Mudi 7 (GL-E5800) _ 5G NR Tri-band Wi-Fi 7 Travel Router (同mt3600脚本通用)

sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/mt3600.sh)"

带参数调用脚本 一键快捷执行

sh be3600.sh -q

gl-inet.sh
be3600.sh
mt3600.sh
be6500.sh
be9300.sh
gl-inet-op24.sh

新手ssh连接注意事项 (known_hosts重复的问题)

https://github.com/wukongdaily/HowToUseSSH

常见问题 #53 如8080端口提示拒绝访问

新增:❤️如何使用内网版本的脚本 👉 #44

新增:❤️如何下载run格式安装包 👉 #45

注意⚠️4.7.0以上版本。如何访问luci界面?

http://192.168.8.1:8080

辅助视频教程⬇️

https://www.bilibili.com/video/BV1312bYZEjE

🗂️ 引用项目

本项目的开发参照了以下项目,感谢这些开源项目的作者:

istore

https://github.com/linkease/istore

mt3000

参考视频 点击直达

B 站视频封面

更多完整版

https://www.youtube.com/watch?v=YlhIdizH0hM

注意事项

luci

新增❤️ 使用glibox 内网版的 脚本服务器

支持x86-64 和 arm64 两种平台来搭建,glibox 是基于dufs 制作的内网文件服务器 用于托管本项目的脚本。免得因为网络问题下载失败。看到许多人 不断复用我的脚本 干脆搭建一个内网版本 。

视频教学https://www.bilibili.com/video/BV1eWt3zCE2y 视频教学https://youtu.be/ee4fANDk_CM

docker run -d \
  --restart unless-stopped \
  --name glibox \
  -p 15050:15050 \
  wukongdaily/glibox

对于MT3000/2500/6000 (ssh连接到路由器内 在路由器内执行)

read -p "请输入glibox局域网 IP: " ip && wget -O /tmp/gl.sh http://$ip:15050/glinet/gl-inet.sh && sh /tmp/gl.sh $ip

对于be3600 (ssh连接到路由器内 在路由器内执行)

read -p "请输入glibox局域网 IP: " ip && wget -O /tmp/gl.sh http://$ip:15050/glinet/be3600.sh && sh /tmp/gl.sh $ip
image

鸣谢

✨创意应用-开关快捷定制

https://github.com/parentalclash/gl-inet-mt3000-openclash-switch

更换最新iStoreOS首页 <2025-12-17> 支持按需显示UI模块

image
image

截图

6500

CleanShot 2026-02-26 at 11 15 41@2x

About

该项目可以让GL-iNet路由器在不刷机情况下,一键变成iStoreOS风格。

Topics

Resources

License

Stars

1.3k stars

Watchers

23 watching

Forks

Sponsor this project

Packages

 
 
 

Contributors

Languages