Alpine安裝XrayR和X-UI

Linux·VPN · 2023-12-29 · 1690 人浏览

Alpine系統安裝XrayR并不難,教程分爲兩個版本:A.手動安裝XrayR B.自動脚本安裝XrayR和X-UI。

那麽開始手動安裝教程:
1.首先到XrayR項目下載 Linux 64 位的zip包
下載地址

2.新建目錄:

mkdir -p /etc/XrayR/
Bash

3.上傳壓縮包到 /etc/XrayR/ ,並解壓
4.配置 config.yml ,然後安裝screen保證後臺運行

apk add screen
Bash

5.輸入 screen 命令創建窗口后,運行:

cd /etc/XrayR;./XrayR -config config.yml
Bash

官方手動安裝教程

自動安裝XrayR和X-UI:

wget https://www.moerats.com/usr/shell/alpine.sh && bash alpine.sh
Bash

alpine版-Xrayr

wget https://github.com/Cd1s/alpineXrayR/releases/download/one-click/install-xrayr.sh && chmod +x install-xrayr.sh && bash install-xrayr.sh
Bash

alpine版 x-ui

apk add curl&&apk add bash && bash <(curl -Ls https://raw.githubusercontent.com/Lynn-Becky/Alpine-x-ui/main/alpine-xui.sh)
Bash

Xrayr重启自启

/etc/init.d/XrayR restart
Bash

rc-service XrayR restart
Bash
XrayR
本站立足于美利堅合衆國,請讀者自覺遵守當地法律!如有違規,本站不承擔任何法律責任! This site is based in the United States of America, readers are requested to abide by local laws! If there are any violations, this site does not bear any legal responsibility! Theme Jasmine by Kent Liao