A pretty simple but futuristic management panel written in ReactJS & Golang for xray-core
For now I'm working on the front-end. To preview it you may run the following commands: (You'll need nodejs version 18 or later)
-
git clone https://github.com/lilendian0x00/xray-manager.git
-
cd xray-manager
-
npm i
# Install dependencies -
mv .env.example .env
# secret environment variables -
npm start
# to start the webserver