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:
For Mihomo users: The Upgrade Dashboard function utilizes the API from Mihomo core. Ensure you set the configuration URL to the zashboard's URL.
You can download the zashboard files here:
release:
- dist.zip (7.7MB) – Includes better font-loading experience.
- dist-cdn-fonts.zip (1.3MB) – Optimized for devices with limited storage.
dev:
To run zashboard via Docker, use the following command:
docker run -d -p 80:80 ghcr.io/zephyruso/zashboard:latest
- The connection page has two layout styles: customizable cards and customizable tables. It is recommended to use tables on PC and cards on mobile devices.
- 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. In Mihomo, it follows the configuration file order, while in sing-box, route.final is placed first, with the rest following the configuration file order. If you need custom ordering, you can specify the order by overriding the GLOBAL group.
- 连接页面有两种布局样式:可自定义卡片和可自定义表格。建议在 PC 上使用表格,在移动设备上使用卡片。
- 连接表格可被鼠标左键拖动,右键可复制单元格内容。
- 右键点击节点/节点组卡片可对节点/节点组进行测速。
- 面板的节点组排序是根据GLOBAL组中的节点顺序排序的,在Mihomo中会是按配置文件的顺序,在sing-box中会把route.final放到第一位,其余按照配置文件顺序,如果你需要自定义顺序,可通过覆盖GLOBAL组指定顺序
http://host:port/#/setup?hostname=ipordomain&port=9090&secret=123456
-
http
/https
- Determines the protocol (
http
orhttps
). - Default: current page protocol
- 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' or 'true' to hide upgrade core button