Browser support
- Chrome 111 (released March 2023)
- Firefox 128 (released July 2024)
- Safari 16.4 (released March 2023)
- Not supported on iOS 16.4 jailbroken version.
You can access the online zashboard at the following link:
You can download the zashboard files here:
Warning
Support for sing-box has been removed. Learn more about this decision.
release:
- dist.zip (7.81 MB) – Includes better font-loading experience.
- dist-no-fonts.zip (1.44 MB) – No fonts included, uses system fonts only.
- dist-cdn-fonts.zip (1.44 MB) – Fonts loaded from unpkg.com, If you have trouble connecting to unpkg.com, you may experience slow page loading.
- dist-firasans-only.zip (1.67 MB) – Only with FiraSans Font
- dist-misans-only.zip (3.54 MB) – Only with MiSans Font
- dist-pingfang-only.zip (3.25 MB) – Only with PingFang Font
- dist-sarasa-only.zip (3.67 MB) – Only with Sarasa Font
dev:
- gh-pages.zip (7.81 MB)
- gh-pages-no-fonts.zip (1.44 MB)
- gh-pages-cdn-fonts.zip (1.44 MB)
- gh-pages-firasans-only.zip (1.67 MB)
- gh-pages-misans-only.zip (3.54 MB)
- gh-pages-pingfang-only.zip (3.25 MB)
- gh-pages-sarasa-only.zip (3.67 MB)
To run zashboard via Docker, use the following command:
docker run -d -p 80:80 ghcr.io/zephyruso/zashboard:latest
- The connection table can be dragged with the left mouse button, and right-clicking can copy cell content.
- Right-clicking on a node / node group card will perform a speedtest for the node / node group.
- The proxy group sorting is based on the node order in the GLOBAL group, which follows the configuration file order. If you need custom ordering, you can specify the order by overriding the GLOBAL group.
- The dashboard supports PWA (Progressive Web App), which can provide a native app-like experience on mobile devices through "Add to Home Screen".
- The dashboard's upgrade button and auto-upgrade functionality require proper configuration of the core's UI download path (mihomo), otherwise clicking update may result in updating to the core's default panel.
- 连接表格可被鼠标左键拖动,右键可复制单元格内容。
- 右键点击节点/节点组卡片可对节点/节点组进行测速。
- 面板的节点组排序是根据GLOBAL组中的节点顺序排序的,即按配置文件的顺序,如果你需要自定义顺序,可通过覆盖GLOBAL组指定顺序
- 面板支持PWA(Progressive Web App),可以在移动设备上通过"添加到主屏幕"获得类原生app的体验
- 面板的更新按钮和自动更新功能需要正确的配置核心的ui下载路径 (mihomo), 否则可能会在点击更新后更新为核心默认面板
http://host:port/#/setup?hostname=ipordomain&port=9090&secret=123456
-
protocol- Determines the protocol,
httporhttps. - Default: current page protocol
- The legacy
http/httpsflag params (e.g.?http=1) are still supported for backward compatibility, butprotocoltakes precedence when both are present.
- Determines the protocol,
-
hostname- The Clash API's IP or domain.
-
port- The Clash API port.
-
secondaryPath- Optional path appended to the base URL.
- Default: An empty string.
-
secret- Password for authentication.
-
disableUpgradeCore- Set '1' to hide upgrade core button
-
disableTunMode- Set '1' to hide tun switch

