> ## Documentation Index
> Fetch the complete documentation index at: https://claw-tw.jackle.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# Node + tsx Crash（節點問題調試）

# 調試節點問題

## 檢查節點狀態

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw nodes status
openclaw nodes describe --node <id>
```

## 查看日誌

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw logs tail --filter "node"
```

## 重新啟動節點

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw node restart
```

## 檢查連接

驗證 Gateway WebSocket 可達：

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw status
```

詳見 [Nodes](/zh-Hant/nodes) 和 [Troubleshooting](/zh-Hant/nodes/troubleshooting)。
