/install xui-node-manager
3x-ui Node Manager
Workflow
1. Server registration (one-time)
Edit scripts/servers.yaml using scripts/servers.yaml.example as template:
proxy: socks5://127.0.0.1:10808
defaults:
dest: 1.1.1.1:443
server_names: [www.microsoft.com]
port: random
port_range: [10000, 60000]
servers:
- name: server-1
url: http://\x3Cip>:\x3Cport>/\x3Cpath>
username: \x3Cuser>
password: \x3Cpass>
2. Create nodes (per-request)
User gives SOCKS5 exit + target server. Run:
pip install -r scripts/requirements.txt
python3 scripts/xui_batch.py --server \x3Cname|all> --socks5 \x3Cip:port:user:pass>
3. Display results (MANDATORY)
After the script finishes, you MUST:
- Read the QR PNG file whose path is printed in the output (look for
QR_PNG:line) - Display it inline using the
readtool — this renders the QR image directly in chat - Print the vless:// URI alongside it
Never just report the file path. Always show the QR image.
Safety Rules
NEVER delete existing inbounds without explicit user approval. The script creates new nodes on random ports — it does not need to delete anything. If the user explicitly asks to delete a node, confirm which one before proceeding. If port conflicts occur, ask the user before removing any inbound.
Auto-generated settings
- Remark: today's date (YYYY-MM-DD)
- Port: random in [10000, 60000]
- Client tag: last 2 octets of SOCKS5 IP + date suffix
- Outbound tag: socks5-\x3Cip>
- Reality keys: from panel API
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xui-node-manager - After installation, invoke the skill by name or use
/xui-node-manager - Provide required inputs per the skill's parameter spec and get structured output
What is 3x-ui Node Manager?
Install 3x-ui panels on servers via SSH, then create VLESS+Reality+TCP nodes with SOCKS5 outbound binding. Triggers on giving SSH or SOCKS5 info with a serve... It is an AI Agent Skill for Claude Code / OpenClaw, with 55 downloads so far.
How do I install 3x-ui Node Manager?
Run "/install xui-node-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 3x-ui Node Manager free?
Yes, 3x-ui Node Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 3x-ui Node Manager support?
3x-ui Node Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 3x-ui Node Manager?
It is built and maintained by n0vemb (@n0vemb); the current version is v1.0.1.