XTLS/Xray-core Installation Guide
How to install XTLS/Xray-core. Official project installation instructions and setup guide.
Automated Install (Recommended)
Quick installation instructions for XTLS/Xray-core. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i XTLS/Xray-coreInstall via npx
npx @hexmos/ipm i XTLS/Xray-corePrerequisites
Python
languageVersion: >=3.6.0
pip
package_managerPackage installer for Python.
Git
system_toolVersion: 2.30.1
Docker
system_packageContainerization platform for development and deployment.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Go Build (Windows)
CGO_ENABLED=0 go build -o xray.exe -trimpath -buildvcs=false -ldflags="-s -w -buildid="" -v ./main
CGO_ENABLED=0 go build -o xray -trimpath -buildvcs=false -gcflags="all=-l=4" -ldflags="-X github.com/xtls/xray-core/core.build=REPLACE -s -w -buildid="" -v ./mainPost Installation Steps
- Start the server using the command: `npm start`.
- Run database migrations with the command: `npx knex migrate:run`.
Useful Links
Xray Core Documentation
Official documentation for Xray-core.
Xray-Core Getting Started Guide
Getting Started guide for Xray-core.
Xray-Core Installation Guide
Installation instructions for Xray-core.
Xray-Core Dependencies
Dependency information for Xray-core.
Xray-Core Example Usage
Example usage of Xray-core.
