# Copy to /etc/default/warp-webui (install.sh creates this automatically) WARP_WEBUI_USER=warpadmin WARP_WEBUI_PASS=change-me-to-a-strong-password WARP_WEBUI_HOST=0.0.0.0 WARP_WEBUI_PORT=3030 # SOCKS port for warp-cli proxy mode (install script asks for this) WARP_PROXY_PORT=40000 # Shown in client preset JSON (your server's public IP or hostname) WARP_PUBLIC_HOST= # Optional paths (defaults match install.sh layout) # WARP_INSTALL_SCRIPT=/opt/warp-webui/scripts/warp-install-cf.sh # WARP_UNINSTALL_SCRIPT=/opt/warp-webui/scripts/warp-uninstall-cf.sh # XUI_CONFIG=/usr/local/x-ui/bin/config.json # AMNEZIA_XRAY_CONTAINER=amnezia-xray # AMNEZIA_XRAY_CONFIG=/opt/amnezia/xray/server.json # WARP_CLIENT_ALIASES=/etc/warp-webui/client-aliases.json # WARP_SOCKS_BRIDGE_HOST=172.17.0.1 # WARP_SOCKS_BRIDGE_PORT=11025