[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73223":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":30,"readmeContent":31,"aiSummary":32,"trendingCount":16,"starSnapshotCount":16,"syncStatus":33,"lastSyncTime":34,"discoverSource":35},73223,"komari","komari-monitor\u002Fkomari","komari-monitor","A simple server monitor tool.","https:\u002F\u002Fss.akz.moe",null,"Go",4887,457,8,52,0,41,109,351,123,109.98,"MIT License",false,"main",true,[27,28,29],"monitoring","monitoring-tool","remote-control","2026-06-12 04:01:08","# Komari\n\n![Badge](https:\u002F\u002Fhitscounter.dev\u002Fapi\u002Fhit?url=https%3A%2F%2Fgithub.com%2Fkomari-monitor%2Fkomari&label=&icon=github&color=%23a370f7&message=&style=flat&tz=UTC)\n[![Ask DeepWiki](https:\u002F\u002Fdeepwiki.com\u002Fbadge.svg)](https:\u002F\u002Fdeepwiki.com\u002Fkomari-monitor\u002Fkomari)\n\n![komari](https:\u002F\u002Fsocialify.git.ci\u002Fkomari-monitor\u002Fkomari\u002Fimage?description=1&font=Inter&forks=1&issues=1&language=1&logo=https%3A%2F%2Fraw.githubusercontent.com%2Fkomari-monitor%2Fkomari-web%2Fd54ce1288df41ead08aa19f8700186e68028a889%2Fpublic%2Ffavicon.png&name=1&owner=1&pattern=Plus&pulls=1&stargazers=1&theme=Auto)\n\n[简体中文](.\u002Fdocs\u002FREADME_zh.md) | [繁體中文](.\u002Fdocs\u002FREADME_zh-TW.md) | [日本語](.\u002Fdocs\u002FREADME_ja.md)\n\nKomari is a lightweight, self-hosted server monitoring tool designed to provide a simple and efficient solution for monitoring server performance. It supports viewing server status through a web interface and collects data through a lightweight agent.\n\n[Documentation](https:\u002F\u002Fkomari-document.pages.dev\u002F) | [文档(镜像站 By Geekertao)](https:\u002F\u002Fwww.komari.wiki) | [Telegram Group](https:\u002F\u002Ft.me\u002Fkomari_monitor)\n\n## Features\n\n- **Lightweight and Efficient**: Low resource consumption, suitable for servers of all sizes.\n- **Self-hosted**: Complete control over data privacy, easy to deploy.\n- **Web Interface**: Intuitive monitoring dashboard, easy to use.\n\n## Quick Start\n\n### 0. One-click Deployment with Cloud Hosting\n\n- Rainyun - CNY 4.5\u002Fmonth\n\n[![](https:\u002F\u002Frainyun-apps.cn-nb1.rains3.com\u002Fmaterials\u002Fdeploy-on-rainyun-cn.svg)](https:\u002F\u002Fapp.rainyun.com\u002Fapps\u002Frca\u002Fstore\u002F6780\u002FNzYxNzAz_)\n\n- 1Panel App Store\n\nAvailable on 1Panel App Store. Install via **App Store > Utilities > Komari**.\n\n### 1. Use the One-click Install Script\n\nSuitable for distributions using systemd (Ubuntu, Debian...).\n\n```bash\ncurl -fsSL https:\u002F\u002Fraw.githubusercontent.com\u002Fkomari-monitor\u002Fkomari\u002Fmain\u002Finstall-komari.sh -o install-komari.sh\nchmod +x install-komari.sh\nsudo .\u002Finstall-komari.sh\n```\n\n### 2. Docker Deployment\n\n1. Create a data directory:\n   ```bash\n   mkdir -p .\u002Fdata\n   ```\n2. Run the Docker container:\n   ```bash\n   docker run -d \\\n     -p 25774:25774 \\\n     -v $(pwd)\u002Fdata:\u002Fapp\u002Fdata \\\n     --name komari \\\n     ghcr.io\u002Fkomari-monitor\u002Fkomari:latest\n   ```\n3. View the default username and password:\n   ```bash\n   docker logs komari\n   ```\n4. Access `http:\u002F\u002F\u003Cyour_server_ip>:25774` in your browser.\n\n> [!NOTE]\n> You can also customize the initial username and password through the environment variables `ADMIN_USERNAME` and `ADMIN_PASSWORD`.\n\n### 3. Binary File Deployment\n\n1. Visit Komari's [GitHub Release page](https:\u002F\u002Fgithub.com\u002Fkomari-monitor\u002Fkomari\u002Freleases) to download the latest binary for your operating system.\n2. Run Komari:\n   ```bash\n   .\u002Fkomari server -l 0.0.0.0:25774\n   ```\n3. Access `http:\u002F\u002F\u003Cyour_server_ip>:25774` in your browser. The default port is `25774`.\n4. The default username and password can be found in the startup logs or set via the environment variables `ADMIN_USERNAME` and `ADMIN_PASSWORD`.\n\n> [!NOTE]\n> Ensure the binary has execute permissions (`chmod +x komari`). Data will be saved in the `data` folder in the running directory.\n\n### Manual Build\n\n#### Dependencies\n\n- Go 1.18+ and Node.js 20+ (for manual build)\n\n1. Build the frontend static files:\n   ```bash\n   git clone https:\u002F\u002Fgithub.com\u002Fkomari-monitor\u002Fkomari-web\n   cd komari-web\n   npm install\n   npm run build\n   ```\n2. Build the backend:\n   ```bash\n   git clone https:\u002F\u002Fgithub.com\u002Fkomari-monitor\u002Fkomari\n   cd komari\n   ```\n   Copy the static files generated in step 1 to the `\u002Fpublic\u002FdefaultTheme\u002Fdist` folder in the root of the `komari` project, and copy `komari-theme.json` + `preview.png`\u002F`perview.png` to `\u002Fpublic\u002FdefaultTheme`.\n   ```bash\n   go build -o komari\n   ```\n3. Run:\n   ```bash\n   .\u002Fkomari server -l 0.0.0.0:25774\n   ```\n   The default listening port is `25774`. Access `http:\u002F\u002Flocalhost:25774`.\n\n## Frontend Development Guide\n\n[Komari Theme Development Guide | Komari](https:\u002F\u002Fkomari-document.pages.dev\u002Fdev\u002Ftheme.html)\n\n## Client Agent Development Guide\n\n[Komari Agent Information Reporting and Event Handling Documentation](https:\u002F\u002Fkomari-document.pages.dev\u002Fdev\u002Fagent.html)\n\n## Contributing\n\nIssues and Pull Requests are welcome!\n\n## Acknowledgements\n\n### 破碎工坊云\n\n[破碎工坊云 - 专业云计算服务平台，提供高效、稳定、安全的高防服务器与CDN解决方案](https:\u002F\u002Fwww.crash.work\u002F)\n\n### DreamCloud\n\n[DreamCloud - 极高性价比解锁直连亚太高防](https:\u002F\u002Fas211392.com\u002F)\n\n### 🚀 Sponsored by SharonNetworks\n\n[![Sharon Networks](https:\u002F\u002Fraw.githubusercontent.com\u002Fkomari-monitor\u002Fpublic\u002Frefs\u002Fheads\u002Fmain\u002Fimages\u002Fsharon-networks.webp)](https:\u002F\u002Fsharon.io)\n\nSharonNetworks 为您的业务起飞保驾护航！\n\n亚太数据中心提供顶级的中国优化网络接入 · 低延时&高带宽&提供Tbps级本地清洗高防服务, 为您的业务保驾护航, 为您的客户提供极致体验. 加入社区 [Telegram群组](https:\u002F\u002Ft.me\u002FSharonNetwork) 可参与公益募捐或群内抽奖免费使用\n\n### The open source software community\n\nAll the developers who submitted PRs and created themes\n\n## Star History\n\n[![Star History Chart](https:\u002F\u002Fapi.star-history.com\u002Fsvg?repos=komari-monitor\u002Fkomari&type=Date)](https:\u002F\u002Fwww.star-history.com\u002F#komari-monitor\u002Fkomari&Date)\n","Komari 是一个轻量级的自托管服务器监控工具，旨在提供简单高效的服务器性能监控解决方案。它通过一个直观的Web界面展示服务器状态，并通过轻量级代理收集数据。其核心功能包括低资源消耗、完全的数据隐私控制以及易于使用的监控仪表盘。Komari 适用于各种规模的服务器环境，无论是个人开发者的小型服务器还是企业的大型服务器集群，都能轻松部署并有效监控系统运行状况。",2,"2026-06-11 03:44:36","high_star"]