9ed7c52fcdb3d8e81af16e9a18db4f8852e7db5a
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-bridgesystemd service. - Opens the selected TCP port in UFW/firewalld/iptables when
--open-firewall yesis 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/senhaand DragonCore-style/opt/DragonCore/menu.phpwhen present.
Service commands
systemctl status dragoncore-bridge
journalctl -u dragoncore-bridge -f
systemctl restart dragoncore-bridge
Description
Languages
Go
81.8%
Shell
18.2%