Skip to content

cedar2025/Xboard-Node

Repository files navigation

xboard-node

Dedicated node backend for Xboard. Fully compatible with Xboard API.

Disclaimer: This project is for educational and learning purposes only.

Install

Docker

docker run -d --restart=always --network=host \
  -e apiHost=https://panel.com \
  -e apiKey=TOKEN \
  -e nodeID=1 \
  ghcr.io/cedar2025/xboard-node:latest

Features

  • Kernels: sing-box (default) / Xray-core.
  • Protocols: Full coverage (V2Ray, Trojan, SS, Hysteria2, TUIC, Naive).
  • Speed: Kernel-level rate limiting.
  • Sync: Real-time WebSocket + REST fallback.
  • Dev: Single Go binary.

Configuration

config.yml:

panel:
  url: "https://panel.com"
  token: "token"
  node_id: 1

License

MPL-2.0.

About

[Xboard](https://github.com/cedar2025/Xboard) node backend

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages