温馨提示:本站所有内容均来源网络,请自行区分好坏。

Seedbox PT盒子教程–使用脚本快速 安装rTorrent + ruTorrent

rtinst脚本只支持以下系统

Ubuntu 14
Ubuntu 15
Ubuntu 16 (推荐使用, 因为18无法更换rTorrent版本)
Ubuntu 17
Ubuntu 18
Debian 8 "Jessie"
Debian 9 "Stretch"


1, 登录服务器后初始化

sudo bash -c "$(wget --no-check-certificate -qO - https://raw.githubusercontent.com/arakasi72/rtinst/master/rtsetup)"

2, 开始运行一键安装

rtinst -t -d

-t 参数- 可以保持ssh端口不变, 否则会自动修改ssh端口;
-d 参数- 开启网页下载功能.

安装的过程中会让你设置ruTorrent web页面访问密码.

更多的参数选项请查看
https://github.com/arakasi72/rtinst/wiki/Guide#21-main-script-options

安装过程中如果原来的Linux系统没有设置普通用户, 那么系统会让你设置一个Linux普通用户和ruTorrent的管理页面登录账户, , 以后可以用这个普通用户远程ssh登录. 如果已经创建了普通用户, 那么只会让你设置一个ruTorrent的管理页面登录账户.

iUPN3d.md.jpg
iUPhD0.md.jpg

其他相关
更新 ssh 配置
因为这个脚本会强制改用刚刚创建的那个普通用户登录, 如果您需要使用root用户登录, 那么还需要参考下面的方法修改ssh配置文件

编辑ssh配置文件

vi /etc/ssh/sshd_config

把下面的参数修改为

Port 22
PermitRootLogin yes
#AllowGroups sudo sshuser

然后重启ssh服务

service ssh restart

升级或者降级rTorrent版本.

wget  https://raw.githubusercontent.com/arakasi72/rtinst/master/scripts/rtupdate 
bash rtupdate

注意: ubuntu 18.04和Debian 9不支持降级. 所以最好使用ubuntu 16.04

分享到:更多 ()

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址