Accessing the full settings without GUI?

Linux specific questions, problems.
Post Reply
Gnasherrr

Accessing the full settings without GUI?

Post by Gnasherrr »

Hi I'm currently running the client in a docker in a NAS server, so I don't have the ability to access the GUI. I'm wondering if it is possible to get access to the full advanced settings as well as RSS settings thru config files or shell, or is there a better Webgui alternative that has all of these functions?

Thanks!
Gnasherrr

Re: Accessing the full settings without GUI?

Post by Gnasherrr »

in case anyone else is wondering about this. i solved the rss part of the issue at least by import and modifying the config file from a windows qbittorrent client.
packetz

Re: Accessing the full settings without GUI?

Post by packetz »

Hello,

Care to share how did you get this to work?  Thanks in advanced.
FishH2o

Re: Accessing the full settings without GUI?

Post by FishH2o »

[quote="Gnasherrr"]
Hi I'm currently running the client in a docker in a NAS server, so I don't have the ability to access the GUI. I'm wondering if it is possible to get access to the full advanced settings as well as RSS settings thru config files or shell, or is there a better Webgui alternative that has all of these functions?

Thanks!
[/quote]


Okay i dont have a full list and i will tell you how i got these.. I loaded a full client on my os x machine and pulled them out of the ini file.



[BitTorrent]
Session\Categories=@Variant
Session\AsyncIOThreadsCount=8
Session\CheckingMemUsageSize=99
Session\ChokingAlgorithm=FixedSlots
Session\CoalesceReadWrite=true
Session\CreateTorrentSubfolder=true
Session\DisableAutoTMMByDefault=true
Session\DisableAutoTMMTriggers\CategoryChanged=false
Session\DisableAutoTMMTriggers\CategorySavePathChanged=true
Session\DisableAutoTMMTriggers\DefaultSavePathChanged=true
Session\MultiConnectionsPerIp=false
Session\SeedChokingAlgorithm=RoundRobin
Session\SendBufferLowWatermark=500
Session\SendBufferWatermark=100000
Session\SendBufferWatermarkFactor=125
Session\SuggestMode=false

[Core]
AutoDeleteAddedTorrentFile=Never


[Preferences]
Advanced\AnnounceToAllTrackers=true
Advanced\DisableRecursiveDownload=false
Advanced\RecheckOnCompletion=false
Advanced\SuperSeeding=false
Advanced\confirmRemoveAllTags=true
Advanced\confirmTorrentDeletion=true
Advanced\confirmTorrentRecheck=true
Advanced\trackerEnabled=false
Advanced\trackerPort=9000
Advanced\updateCheck=false
Bittorrent\AddTrackers=false
Bittorrent\Encryption=1
Bittorrent\LSD=false
Bittorrent\MaxConnecs=5000
Bittorrent\MaxConnecsPerTorrent=50
Bittorrent\MaxRatioAction=0
Bittorrent\MaxUploads=5000
Bittorrent\MaxUploadsPerTorrent=25
Bittorrent\PeX=true
Bittorrent\MaxRatioAction=0
Bittorrent\PeX=true
Bittorrent\MaxRatioAction=0
Connection\GlobalDLLimitAlt=10
Connection\GlobalUPLimitAlt=10
Connection\PortRangeMin=22382
Connection\UPnP=false
Connection\InterfaceListenIPv6=true
Connection\InterfaceName=
Connection\MaxHalfOpenConnec=21
Connection\ResolvePeerCountries=true
Connection\ResolvePeerHostNames=false
Downloads\DblClOnTorDl=2
Downloads\DblClOnTorFn=2
Downloads\DiskWriteCacheSize=500
Downloads\DiskWriteCacheTTL=300
Downloads\NewAdditionDialog=true
Downloads\NewAdditionDialogFront=true
Downloads\PreAllocation=false
Downloads\SaveResumeDataInterval=10
Downloads\FinishedTorrentExportDir=/home/thor/Documents/TorrentFiles/Complete
Downloads\PreAllocation=false
Downloads\SavePath=/home/thor/Downloads/Torrents/
Downloads\ScanDirsV2=@Variant(\0\0\0\x1c\0\0\0\x1\0\0\0J\0/\0h\0o\0m\0\x65\0/\0t\0h\0o\0r\0/\0\x44\0o\0\x63\0u\0m\0\x65\0n\0t\0s\0/\0T\0o\0r\0r\0\x65\0n\0t\0\x46\0i\0l\0\x65\0s\0/\0N\0\x65\0w\0\0\0\x2\0\0\0\0)
Downloads\StartInPause=false
Downloads\TorrentExportDir=/home/thor/Documents/TorrentFiles
General\AlternatingRowColors=true
General\ExitConfirm=true
General\HideZeroComboValues=0
General\HideZeroValues=false
General\Locale=en
General\NoSplashScreen=true
General\PreventFromSuspendWhenDownloading=false
General\PreventFromSuspendWhenSeeding=false
General\RefreshInterval=1000
General\StartMinimized=false
General\UseRandomPort=false
DynDNS\DomainName=changeme.dyndns.org
DynDNS\Enabled=false
DynDNS\Password=
DynDNS\Service=0
DynDNS\Username=
General\Locale=
General\UseRandomPort=false
MailNotification\email=
MailNotification\enabled=false
MailNotification\password=tm33pe
MailNotification\req_auth=true
MailNotification\req_ssl=false
MailNotification\sender=[email protected]
MailNotification\smtp_server=smtp.changeme.com
MailNotification\username=admin
Queueing\MaxActiveDownloads=50
Queueing\MaxActiveTorrents=-1
Queueing\MaxActiveUploads=-1
Queueing\QueueingEnabled=false
WebUI\Address=*
WebUI\AlternativeUIEnabled=false
WebUI\AuthSubnetWhitelist=@Invalid()
WebUI\AuthSubnetWhitelistEnabled=false
WebUI\CSRFProtection=true
WebUI\ClickjackingProtection=true
WebUI\HTTPS\Enabled=false
WebUI\HostHeaderValidation=true
WebUI\LocalHostAuth=true
WebUI\Password_ha1=@ByteArray(1c210c8c7d23186656af6e83ba3ba2c8)
WebUI\Port=8080
WebUI\RootFolder=
WebUI\ServerDomains=*
WebUI\UseUPnP=true
WebUI\Username=admin
Post Reply