惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
博客园_首页
W
WeLiveSecurity
S
Secure Thoughts
S
Security @ Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Hugging Face - Blog
Hugging Face - Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
H
Hacker News: Front Page
Project Zero
Project Zero
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
U
Unit 42
N
News and Events Feed by Topic
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
Forbes - Security
Forbes - Security
T
Tor Project blog
I
Intezer
B
Blog
F
Full Disclosure
Security Archives - TechRepublic
Security Archives - TechRepublic
F
Fortinet All Blogs
Schneier on Security
Schneier on Security
T
Threat Research - Cisco Blogs
AI
AI
Google DeepMind News
Google DeepMind News
L
LINUX DO - 最新话题
Cloudbric
Cloudbric
L
Lohrmann on Cybersecurity
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
P
Privacy International News Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
PCI Perspectives
PCI Perspectives
Y
Y Combinator Blog
Spread Privacy
Spread Privacy
Simon Willison's Weblog
Simon Willison's Weblog
罗磊的独立博客
Vercel News
Vercel News
A
Arctic Wolf
The Register - Security
The Register - Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
H
Heimdal Security Blog
Know Your Adversary
Know Your Adversary
P
Proofpoint News Feed
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed

黎洛极客网

黎洛安全黑名单 IP 库正式上线|免费开放 API,一键构筑网站安全防线-黎洛极客网 Typecho主题-HarmonyHues,设计灵感源自自然界中的和谐之美。-黎洛极客网 VuePress风格Typecho文档主题-黎洛极客网 使用 GitHub Actions 自动构建 Astro 博客并部署至 VPS-黎洛极客网 WordPress美化文章的页脚– 隐藏文章页面的标签和版权说明-黎洛极客网 1Panel开启WordPress的redis缓存和多站Redis配置教程-黎洛极客网 还在用Cloudflare传统优选?来看看Cloudflare Byoip!-黎洛极客网 国内对象存储免流量费?Cloudflare带宽联盟究竟是什么?-黎洛极客网 黎洛闪付平台更新日志【正常运营】-黎洛极客网
Windows 安装和卸载 komari-agent-黎洛极客网
29421041W+306W+ · 2026-03-19 · via 黎洛极客网

komari 是一款服务器探针,用于监测服务器状态和进行简单的管理本站也在用。在 linux 上安装简单挺多,直接在面板复制命令就可以安装,windows 安装会稍微复杂一点。

安装

修改为自己的探针域名和服务器 token, powershell 管理员权限执行:

powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "iwr 'https://raw.githubusercontent.com/komari-monitor/komari-agent/refs/heads/main/install.ps1' -UseBasicParsing -OutFile 'install.ps1'; & '.\install.ps1' '-e' 'https://vps.xxx.com' '-t' 'xxx' '--disable-auto-update'"

停止于启动

命令提示符管理员权限执行:

# 停止
"C:\Program Files\Komari\nssm.exe" stop komari-agent
 
# 启动
"C:\Program Files\Komari\nssm.exe" start komari-agent

卸载

命令提示符管理员权限执行:

"C:\Program Files\Komari\nssm.exe" nssm remove komari-agent confirm

手动删除目录 C:\Program Files\Komari,也可以 powershell 管理员权限执行:

Remove-Item -Path "$Env:ProgramFiles\Komari" -Recurse -Force

© 版权声明

本站资源大多来自网络,如有侵犯权益请联系管理员,我们会第一时间审核删除。站内资源仅供学习测试,未经许可禁止商用,请在24小时内删除。