Torrent Ratio Keeper for Linux/*BSD/MacOS can work from command line! You can use it on your seedbox or dedicated server. We recommend to run TorrentRatioKeeperMonster.jar on your pc and setup rules for the trackers. Then you need to put rules.xml to your home dir (in most cases it's /home/<your_name> or /root).
Usage: java -jar TorrentRatioKeeperMonster.jar -ui:0 [OPTIONS]
-ui:1|0 (launch TRK with gui or without. Default - 1)
-active:1|0 (Activate TRK for the new tracker (Default Settings). Default - 1)
-seeder:1|0 (Turn on Seeder mode for the new tracker (Default Settings). Default - 0)
-noup:1|0 (Emulate Upload Problems for the new tracker (Default Settings). Default - 0)
-upinc:0..1000 (Increase Uploaded Traffic for the new tracker (Default Settings). Default - 75(%))
-downdec:0..100 (Decrease Downloaded Traffic for the new tracker (Default Settings). Default - 0, turned off)
-port:1..65535 (TRK listen proxy HTTP port. You need to setup your torrent client to use it as proxy. Default - 3012. Example: localhost:3012)
--help (display this help and exit)
Example: java -jar TorrentRatioKeeperMonster.jar -ui:0 -seeder:1 -noup:0 -upinc:112 -downdec:0