mirror of
https://github.com/andrey271192/WARP-Web-UI-Relay-Beta.git
synced 2026-09-20 11:55:35 +00:00
4a9bc91acf210a2d49f558b52f30a5a31c2c85cd
WARP Web UI
Browser control panel for Cloudflare WARP on Linux: connect/disconnect, WARP+, SOCKS port, optional 3x-ui and Amnezia presets.
Quick start
curl -fsSL https://raw.githubusercontent.com/andrey271192/WARP-Web-UI/main/install.sh | sudo bash
Interactive defaults: SOCKS 40000, Web UI 3030, user warpadmin, password (min 8 chars) → /etc/default/warp-webui.
curl -fsSL https://raw.githubusercontent.com/andrey271192/WARP-Web-UI/main/uninstall.sh | sudo bash
Open http://SERVER:PORT/ after install. Use Install WARP in the UI if the package is missing.
Security (short)
- HTTP Basic Auth only — use HTTPS (nginx/Caddy) in production.
- Firewall the Web UI port to trusted IPs.
- Runs as root; do not expose publicly without protection.
Docs
Full documentation (Russian): README.md.
License
MIT — LICENSE.
Languages
Python
89.5%
Shell
10.5%