GithubHelp home page GithubHelp logo

dedicated-seedbox's Introduction

中文Readme

!! ALERT

BBR v3 is currently unavailable

Seedbox Installation Script

Usage

bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) -u <username> -p <password> -c <Cache Size(unit:MiB)> -q -l -b -v -r -3 -x -o

Options

1. -u: username 
2. -p: password
3. -c: Cache size for torrent client
4. -q: qBittorrent versions
5. -l: libtorrent versions
6. -b: Install autobrr
7. -v: Install vertex
8. -r: Install autoremove-torrents
9. -3: Enable BBR V3
10.-x: Enable BBRx
11. Customize ports

Example

bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) -u jerry048 -p 1LDw39VOgors -c 3072 -q 4.3.9 -l v1.2.19 -b -v -r -x

Explanation
1. username is jerry048
2. password is 1LDw39VOgors 
3. Cache size is 3GB
4. Install qBittorrent 4.3.9 - libtorrent-v1.2.19
5. Install autobrr
6. Install vertex
7. Install autoremove-torrents
8. Enable BBRx

Supported Platform

1. OS
	1. Debian 10+
	2. Ubuntu 20.04+

2. CPU Architecture
	1. x86_64
	2. ARM64

Functions

1. Seedbox Environment
1. qBittorrent
2. autobrr
3. vertex
4. autoremove-torrents
2. System Tunning
CPU Optimization
Network Optimization
Kernel Values
Drive Optimization
BBRv3 or BBRx

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 - 4.6.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
  • 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

dedicated-seedbox's People

Contributors

jerry048 avatar orbit666 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.