HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: //www/wwwroot/www.auzdo.com/zl.html
<!doctype html>
<html>
<head>
    <meta charset="utf-8"><br><br>
    
    
AIzaSyD9yrE45UM4dxXfW2l9XfjmWC-DAiziE30<br> 
    
    
  sk-JXKhDmRDgssOy3ue8LYKnDERl79UMdYWfr0TCTlML7zhoIrv   <br><br>
     
    # 启动网关 (Gateway)<br>
openclaw status
openclaw gateway status

openclaw gateway install --force<br>
 openclaw doctor<br>


    
    model 选cn<br>
45a59a8869c04c798d5393e1fc7b00f4.5ZNBigKWcvZnwy8U
<br>
openclaw pairing approve telegram  YKLVKT9Z

机器《不然》》》
<br>
8612452140:AAHcXFd5IgrY6PncB_lMbEOXLPirYHkJIco


1. 安装 nvm
终端执行官方脚本:
bash
运行<br>
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash<br>
国内网络慢可换镜像:
bash
运行<br>
curl -o- https://cdn.jsdelivr.net/gh/nvm-sh/nvm@v0.40.1/install.sh | bash<br><br>
2. 配置 nvm 环境变量(立即生效)
bash
运行
# 写入 zsh 配置(Mac 默认 Shell 是 zsh)
echo 'export NVM_DIR="$HOME/.nvm"' >> ~/.zshrc
echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> ~/.zshrc
# 加载配置
source ~/.zshrc
若用 bash:把 ~/.zshrc 换成 ~/.bash_profile。
3. 安装 Node.js 22.x LTS
bash
运行
# 安装 22.x LTS 最新版
nvm install 22
# 设为默认版本(下次打开终端自动用 22.x)
nvm alias default 22
# 立即切换到 22.x
nvm use 22
4. 验证安装
bash
运行
node -v  # 输出 v22.x.x
npm -v   # 输出对应版本(如 10.8.1)
(可选)安装 Node.js 20.x(备用)
如果需要 20.x 版本:
bash
运行
nvm install 20
# 临时切换到 20.x
nvm use 20


















方法一:官方一键脚本(推荐,3-5 分钟)
终端执行一键安装脚本(自动装 Node.js、配置环境):
bash
运行
curl -fsSL https://openclaw.ai/install.sh | bash
网络慢可换国内加速版:
bash
运行
curl -fsSL https://open-claw.org.cn/install-cn.sh | bash