Complete Hysteria2 node installation with panel integration, authentication, and traffic tracking.
Clone this repository:
git clone https://github.com/ReturnFI/Blitz-Node.git
cd Blitz-NodeMake the installer executable:
chmod +x install.shRun the installer:
./install.sh install <port> <sni>Example:
./install.sh install 1239 example.comDuring installation, provide:
- Panel URL:
https://your-panel.com/your-path/ - API Key: Your panel authentication key
The installer automatically appends:
/api/v1/users/for user authentication/api/v1/config/ip/nodestrafficfor traffic reporting
bash install.sh uninstall