2026-05-25 13:48:51 -03:00
2026-05-25 13:48:51 -03:00
2026-05-25 13:48:51 -03:00
2026-05-25 13:48:51 -03:00
2026-05-25 13:48:51 -03:00

DragonCore Generic Bridge API

This bridge is for Linux SSH/V2Ray/Xray servers that do not run DragonCoreSSH-NewWEB. It exposes a small HTTP API compatible with the DragonCore Panel server connector and keeps itself running through systemd.

Install from GitHub

Replace the repository URL with your own hosted bridge repository:

curl -fsSL https://raw.githubusercontent.com/YOUR_USER/dragoncore-bridge/main/install_bridge.sh | bash -s -- \
  --repo https://github.com/YOUR_USER/dragoncore-bridge.git \
  --branch main \
  --port 6969 \
  --open-firewall yes

The installer prints the panel login data at the end:

API Type : Bridge Generic
IP       : SERVER_IP
API Port : 6969
User     : admin
Password : GENERATED_PASSWORD
Legacy token/Senha header: GENERATED_TOKEN

What it does

  • Compiles the Go API.
  • Creates /etc/dragoncore-bridge/config.json.
  • Creates a dragoncore-bridge systemd service.
  • Opens the selected TCP port in UFW/firewalld/iptables when --open-firewall yes is used.
  • Supports SSH user create/delete/expiry.
  • Supports VLESS client add/remove in /usr/local/etc/xray/config.json, /etc/xray/config.json, and /etc/v2ray/config.json.
  • Supports both SSHPlus-style /root/usuarios.db + /etc/SSHPlus/senha and DragonCore-style /opt/DragonCore/menu.php when present.

Service commands

systemctl status dragoncore-bridge
journalctl -u dragoncore-bridge -f
systemctl restart dragoncore-bridge
Description
No description provided
Readme 128 KiB
Languages
Go 81.8%
Shell 18.2%