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

推荐订阅源

H
Heimdal Security Blog
A
Arctic Wolf
K
Kaspersky official blog
V
Vulnerabilities – Threatpost
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Simon Willison's Weblog
Simon Willison's Weblog
L
LINUX DO - 热门话题
MongoDB | Blog
MongoDB | Blog
T
Threat Research - Cisco Blogs
D
Docker
爱范儿
爱范儿
T
Tenable Blog
C
Check Point Blog
B
Blog
C
Cisco Blogs
Vercel News
Vercel News
The Cloudflare Blog
T
Threatpost
NISL@THU
NISL@THU
T
Tor Project blog
V2EX - 技术
V2EX - 技术
P
Palo Alto Networks Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Tailwind CSS Blog
G
GRAHAM CLULEY
P
Privacy & Cybersecurity Law Blog
SecWiki News
SecWiki News
博客园 - 司徒正美
S
Security @ Cisco Blogs
GbyAI
GbyAI
S
Secure Thoughts
Microsoft Security Blog
Microsoft Security Blog
The Register - Security
The Register - Security
Recorded Future
Recorded Future
Cloudbric
Cloudbric
Webroot Blog
Webroot Blog
N
News and Events Feed by Topic
Y
Y Combinator Blog
博客园_首页
T
Troy Hunt's Blog
The Hacker News
The Hacker News
雷峰网
雷峰网
Google DeepMind News
Google DeepMind News
U
Unit 42
AWS News Blog
AWS News Blog
PCI Perspectives
PCI Perspectives
V
Visual Studio Blog
博客园 - 聂微东
有赞技术团队
有赞技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell

博客园 - 正怒月神

docker-compose 启动 elk linux mysql 备份 maven 打包时优先选择本地仓库 nginx 部署2个相同的vue minio 设置IP MapStruct-plus cannot find converter from jenkins pipeline 发布 jar并运行 MapperStruct 嵌套模型中 List<> 转 List<String> Easy es问题总结 Logstash docker发布 Docker 无法拉取 springmvc 多事务提交和回滚 springMvc 配置 UReport2 java 通过 microsoft graph 调用outlook(三) JPA Example 默认 join jackson.dataformat.xml 反序列化 对象中包含泛型 OR-TOOL 背包算法 解决JIRA、Confluence自动注销登录的问题 java 通过 microsoft graph 调用outlook(二)
windows 安装 openclaw
正怒月神 · 2026-03-11 · via 博客园 - 正怒月神

废话不多,直接上过程

1 下载并安装node.js

https://nodejs.cn/en/download

2 检查 node和npm

cmd / powershell
# 运行
node -v
npm -v

3 安装 openclaw

在D盘创建一个文件夹 openclaw

cmd / powershell

# 跳转到openclaw目录
D: && cd D:\openclaw

# 安装openclaw
npm install -g openclaw-cn@latest

# 运行安装向导
openclaw-cn onboard --install-daemon

4 配置openclaw

每个配置按照如下选项

a 我用的千问,当你选择千问后,会弹出网页登录一下就可以了

b 网关服务,选安装/重新安装

我理解这很强大且本质上存在风险。继续吗?
|  Yes

安装引导模式
|  快速开始

模型/认证提供商
|  Qwen

Qwen 认证方法
|  Qwen OAuth

默认模型
|  保持当前(qwen-portal/coder-model)

选择通道(快速开始)
|  暂时跳过

现在配置技能?(推荐)
|  Yes

启用钩子?
|  暂时跳过

网关服务已安装
|  重新安装

gateway安装后,会自动启动。

5 测试

打开 http://127.0.0.1:18789/chat?session=main

测试一下

常用命令

# 启动网关
openclaw gateway start

# 重启网关(刷新机器人状态)
openclaw gateway restart

# 重置/更改 API 等配置
openclaw config

# 诊断检查
openclaw doctor

# 实时查看日志(强烈推荐:出 bug 基本都靠它定位)
openclaw logs follow

# 重新配置openclaw
openclaw onboard --flow quickstart