- User management — traffic limits, expiry dates, device (HWID) limits
- Multi-server — manage any number of Hysteria2 backends
- Smart subscriptions — auto-detects client type (Sing-Box, Clash, Xray, plain) and serves the right format; browser gets an HTML dashboard with QR code
- Traffic monitoring — polls servers periodically, tracks usage per user (hour / day / week / month / total), auto-kicks users who exceed their limit
- Device tracking — devices register on first subscription fetch; auth blocks unregistered devices when the limit is set
- CLI, TUI and REST API — manage everything from the terminal or programmatically
curl -fsSL https://raw.githubusercontent.com/BX-Team/hystron/master/install.sh | sudo bash -s installAfter installation, get started by running:
hystron --help# Update
hystron update
# Uninstall
curl -fsSL https://raw.githubusercontent.com/BX-Team/hystron/master/install.sh | sudo bash -s uninstallHystron is licensed under the MIT License. You can find the license here.