Backend Setup Program
Modified Version X-UI Script
After entering SSH, execute the following commands (for CentOS systems, replace apt with yum; refer to system commands for other systems)
apt -y install curl &&\ bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)
Follow the prompts to complete the installation. The script management command is x-ui, which comes with a web management interface.
Docker
mkdir x-ui &&\ cd x-ui &&\ wget https://raw.githubusercontent.com/chasing66/x-ui/main/docker-compose.yml &&\ docker compose up -d