← 返回
未分类

节点小宝管理

Manage 节点小宝 (Node Baby Link / JDxB) remote access service on Linux. Install, start/stop/restart the systemd service, check status, view logs, get pairing cod...
skipper-chen
未分类 clawhub v1.0.0 100000 Key: 无需
★ 0
Stars
📥 445
下载
💾 0
安装

概述

节点小宝 (JDxB) Management

Quick Commands

Use the bundled script for all operations:

bash skills/jdxb/scripts/jdxb.sh <command>
CommandDescription
----------------------
statusShow service status, version, and pairing info
startStart the service
stopStop the service
restartRestart the service
logsView recent journal logs
pairGet current pairing URL and active code
installFirst-time install (downloads from CDN)
updateUpdate to latest version
uninstallStop service and remove files

Installation

Requires root. First-time install:

sudo bash skills/jdxb/scripts/jdxb.sh install

Or use the official one-liner:

curl -sL https://iepose.com/install.sh | sudo bash

Service Details

  • Service name: owjdxb.service
  • Default port: 9118
  • Install dir: ~/owjdxb/
  • Working dir: /home/skipper/owjdxb/
  • Logs: /tmp/.owjdxb/ and journalctl -u owjdxb.service

Pairing

After install/start, the script waits up to 30s for the service to generate a pairing URL. The URL contains an active code for the 节点小宝 mobile app. To get the pairing code at any time:

bash skills/jdxb/scripts/jdxb.sh pair

The script automatically extracts the active code from the pairing server.

Web Dashboard

Access at http://127.0.0.1:9118 (local only). The service redirects to the pairing page on first access.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 11:28 安全

安全检测

暂无安全检测报告