Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 706 Bytes

File metadata and controls

55 lines (36 loc) · 706 Bytes

Xray-install for Alpine Linux

English | 简体中文 | 繁體中文

Install Xray

Install cURL

apk add curl

Download Installation Script

curl -O -L https://github.com/XTLS/Xray-install/raw/main/alpinelinux/install-release.sh

Run Installation Script

ash install-release.sh

Management Commands

Enable Xray Service (Auto-start on Boot)

rc-update add xray

Disable Xray Service (Remove from Auto-start)

rc-update del xray

Start Xray

rc-service xray start

Stop Xray

rc-service xray stop

Restart Xray

rc-service xray restart