- Install Docker
curl -fsSL https://get.docker.com | bash -s docker
- Install Docker Compose
curl -SL https://github.com/docker/compose/releases/download/v2.29.1/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
- Clone the project
git clone https://github.com/XrayR-project/XrayR-release && cd XrayR-release/config
- Modify configuration
Edit the configuration file: config.yml, see: Configuration File Explanation - Start the project
docker-compose up -d