Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Installation

Yu FranzKafka edited this page Oct 17, 2022 · 6 revisions

Automated

Currently the install.sh shell script supports the followings CPU arches:

  • AMD64
  • ARM64
  • S390X

Before installation,please ensure that you are root user and your system use bash as shell interpreter,meanwhile your server can access Github
And you can use the following command to complete installation:

bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)    

If you need install a specific version,please add version (e.g 0.3.3.9) behind like this:

bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh) 0.3.3.9  

After installation,you can type x-ui to enter control menu,and the x-ui status will show below:

  x-ui 面板管理脚本
  0. 退出脚本
————————————————
  1. 安装 x-ui
  2. 更新 x-ui
  3. 卸载 x-ui
————————————————
  4. 重置用户名密码
  5. 重置面板设置
  6. 设置面板端口
  7. 查看当前面板设置
————————————————
  8. 启动 x-ui
  9. 停止 x-ui
  10. 重启 x-ui
  11. 查看 x-ui 状态
  12. 查看 x-ui 日志
————————————————
  13. 设置 x-ui 开机自启
  14. 取消 x-ui 开机自启
————————————————
  15. 一键安装 bbr (最新内核)
  16. 一键申请SSL证书(acme申请)
 
面板状态: 已运行
是否开机自启: 是
xray 状态: 运行

请输入选择 [0-16]: 

And then you can type a number for a specific function.

Clone this wiki locally