Invalid Username or Password on truenas scale

Linux specific questions, problems.
Post Reply
technolog
Newbie
Newbie
Posts: 2
Joined: Sun Nov 26, 2023 11:57 pm

Invalid Username or Password on truenas scale

Post by technolog »

Invalid Username or Password in WebUI
version 4.6.1
local link: http://192.168.1.20:30024/

config:

[BitTorrent]
Session\DefaultSavePath=/downloads
Session\Port=50413
Session\QueueingSystemEnabled=true
Session\TempPath=/downloads/temp

[LegalNotice]
Accepted=true

[Meta]
MigrationVersion=6

[Network]
Proxy\HostnameLookupEnabled=false
Proxy\Profiles\BitTorrent=true
Proxy\Profiles\Misc=true
Proxy\Profiles\RSS=true

[Preferences]
WebUI\HostHeaderValidation=false
WebUI\LocalHostAuth=false
WebUI\Port=30024
WebUI\UseUPnP=false

this did not help: WebUI\Password_PBKDF2="@ByteArray(mQ/..."
and this did not help: https://github.com/qbittorrent/qBittorr ... ent-nox%29

any ideas?
technolog
Newbie
Newbie
Posts: 2
Joined: Sun Nov 26, 2023 11:57 pm

Re: Invalid Username or Password on truenas scale

Post by technolog »

solved: by default the config does not contain the necessary options

working config:

[BitTorrent]
Session\DefaultSavePath=/downloads
Session\Port=50413
Session\QueueingSystemEnabled=true
Session\TempPath=/downloads/temp

[LegalNotice]
Accepted=true

[Meta]
MigrationVersion=6

[Network]
Cookies=@Invalid()
Proxy\HostnameLookupEnabled=false
Proxy\Profiles\BitTorrent=true
Proxy\Profiles\Misc=true
Proxy\Profiles\RSS=true

[Preferences]
WebUI\AuthSubnetWhitelist=192.168.1.0/24
WebUI\Username=admin
WebUI\Password_PBKDF2="@ByteArray(rIIOSx3fuT..."

WebUI\HostHeaderValidation=false
WebUI\LocalHostAuth=false
WebUI\Port=30024
WebUI\UseUPnP=false
Post Reply