Skip to content

Anthonydyh/Dedicated-Seedbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

本项目FORK自杰大项目,感谢杰大!

暂时只做了我个人需要修改的部分,修改内容如下:

  • 去除Deluge和autoremove-torrents 相关设置

    • 现在使用Vertex + qBittorrent,感觉更方便. 感谢栗佬!
  • 修改RAW地址为个人地址,防止后续修改忘记更新

    • 暂时除了安装qb的脚本修改外,其他暂未做修改

Seedbox Installation Script

中文Readme

!!! These scripts are only intended to run on freshly installed Debian 10/11

This script does not guarantee performance increase and might cause some serious bugs to your machine. The idiot that write this script literally has zero coding knowledge and probably fuck up somewhere. Please use with cautions

The Tweaked BBR would increase packet retransmission rate and waste your bandwidth. On 10Gbps network, the waste is around 30% of your acutal upload ammount and around 10% on a 1Gbps. Please use with caution if you are on a metered network.

Support for Debian 11 is probably the last update, I am not actively managing this script, please debug it yourself

Usage

Install.sh

bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) <username> <password> <Cache Size(unit:GiB)>

Tune.sh if you have already installed clients (Likely to break something, becareful)

bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Tune.sh)

Functions

Install.sh

1. Install Seedbox Environment
BitTorrent Client
	1.qBittorrent with tune
	2.Deluge with tune
Autoremove-torrents with minimal config
2. Tweaking
CPU Optimization
	1.Tuned
Network Optimization
	1.NIC Config
	2.ifconfig
	3.ip route
Kenel Values
	1./proc/sys/kernel/
	2./proc/sys/fs/
	3./proc/sys/vm
	4./proc/sys/net/core
	5./proc/sys/net/ipv4/
Drive Optimization
	1.I/O Scheduler
	2.File Open Limit
Tweaked BBR

Tune.sh

Tuning Options:
1. Deluge Libtorrent tweaking (Only work on Libtorrent 1.1.14 with ltconfig plugins installed)
2. System Tuning
	CPU Optimization
	Network Optimization
	Kernel parameters
	Drive Optimization
3. Tweaked BBR Install
4. Configuring Boot Script for certain tunings

Fine Tunning Note

  • The Cache size should be set to around 1/4 of the machine total available ram. In case you opt for qBittorrent 4.3.x, you need to take account into memory leakage and set it to 1/8.

  • aio_threads default setting is 4 and should be good for HDD. For SSD or even NVMe server, you might consider increase it to 8 or even 16.

    • For qBittorrent 4.3.x you can change it in the advance setting tab.
    • For qBittorrent 4.1.x, you can set it in /home/$username/.config/qBittorrent/qBittorrent.conf by adding Session\AsyncIOThreadsCount=8 under [BitTorrent] section
      • Please shut down qBittorrent before the editing
    • For Deluge, you can install ltconfig and edit through the plugins
      • aio_threads=8
  • send_buffer_low_watermark, send_buffer_watermark & send_buffer_watermark_factor can be set to a lower value if you are running on a machine with poor I/O.

    • For qBittorrent 4.3.x you can change it in the advance setting tab.
    • For qBittorrent 4.1.x, you can set it in /home/$username/.config/qBittorrent/qBittorrent.conf by adding Session\SendBufferWatermark=5120,Session\SendBufferLowWatermark=1024andSession\SendBufferWatermarkFactor=150 under [BitTorrent] section
      • Please shut down qBittorrent before the editing
    • For Deluge, you can install ltconfig and edit through the plugins
      • send_buffer_low_watermark=1048576
      • send_buffer_watermark=5242880
      • send_buffer_watermark_factor=150
  • tick_internal default setting is 100 which can be too high for some weaker CPU. Consider changing it to 250 or 500.

    • Sadly there is no way to change this setting in qBittorrent
    • For Deluge, you can install ltconfig and edit through the plugins
      • tick_interval=250
  • TCP buffer size in /etc/sysctl.conf could be a little bit too high if you machine is low on ram. Please change it accordingly.

    • A little bit more fine tunning notes can also be found in /etc/sysctl.conf
  • For file system, I highly recommend using XFS

Credit

qBittorrent Install - https://github.com/userdocs/qbittorrent-nox-static

qBittorrent Password Set - https://github.com/KozakaiAya/libqbpasswd & https://amefs.net/archives/2027.html

Deluge Password Set - https://github.com/amefs/quickbox-lite

autoremove-torrents - https://github.com/jerrymakesjelly/autoremove-torrents

BBR Install - https://github.com/KozakaiAya/TCP_BBR

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%