Search found 2430 matches

by Peter
Sun Jun 02, 2024 9:43 pm
Forum: Linux
Topic: Add multiple users
Replies: 1
Views: 93

Re: Add multiple users

I mean, just run them under different users.
Linux is great for this actually. Like a classical Linux "terminal" is a server thats accessed by thousands of users.

So yeah, I'd just make another users and you can run them all on different ports, etc.
by Peter
Sun Jun 02, 2024 9:42 pm
Forum: Generic
Topic: QBittorrent & VPN Deal
Replies: 3
Views: 139

Re: QBittorrent & VPN Deal

I'm looking to set up qBittorrent for safe and private downloads. However, I've heard using a VPN is crucial. Can anyone recommend a good VPN deal that works well with qBittorrent? - Make sure it has port forward capability. You can ask their support, or find that out on their website. - Windscribe...
by Peter
Sun Jun 02, 2024 9:41 pm
Forum: Generic
Topic: qBittorrent search function (android)
Replies: 1
Views: 90

Re: qBittorrent search function (android)

qBittorrent does not have an official Android client.
You are using a client made by someone else.. you should submit your request to them directly via email for example.
by Peter
Sun Jun 02, 2024 9:40 pm
Forum: Cafe lounge
Topic: No Sound on MIRCrew Video Downloads?
Replies: 1
Views: 21

Re: No Sound on MIRCrew Video Downloads?

You could always try using K-Lite codec pack. BE CAREFUL. THE INSTALLER HAS THESE STUPID ADWARE CRAP INCLUDED! So just slowly skip all those scummy questions in there and you should get a great codec pack. Before you ask, yes, codec packs in 2024? I thought the same. But it works way better than any...
by Peter
Sat Jun 01, 2024 7:27 pm
Forum: Linux
Topic: Port Forward Preference Field
Replies: 3
Views: 1071

Re: Port Forward Preference Field

I mean honestly, I can try submitting a PR for just adding a few extra pixels there. They might reject it, worst scenario.
by Peter
Sun May 19, 2024 10:08 pm
Forum: Linux
Topic: How to import torrent list/data from Windows?
Replies: 5
Views: 587

Re: How to import torrent list/data from Windows?

I mean... - I would copy over the settings but remove them from my transfer list after - I would set up the auto add folder - I'd just put all the .torrents in there so it would get added and re-checked I realize this only works if you dump ALL the folders into one place and then you'd have to separ...
by Peter
Sun May 19, 2024 5:29 pm
Forum: Linux
Topic: How to import torrent list/data from Windows?
Replies: 5
Views: 587

Re: How to import torrent list/data from Windows?

Interesting. Probably the .fastresume files messed something up. I'm not too sure how you could batch-edit these files to fix this issue. (I only dipped my toes into the fastresume files, but I never worked with them too much.)
by Peter
Thu May 16, 2024 10:48 am
Forum: Windows
Topic: D3D11 not located
Replies: 1
Views: 155

Re: D3D11 not located

Huh. Your Windows / GPU installation seems to be really messed up.
If you have Nvidia/AMD GPU, you can try using the DDU tool: https://www.guru3d.com/download/display ... -download/
by Peter
Thu May 09, 2024 9:49 am
Forum: Windows
Topic: resume.dat equivalent for qBitTorrent?
Replies: 2
Views: 264

Re: resume.dat equivalent for qBitTorrent?

I think you are looking for the FASTRESUME files. They exist for each and every torrent in %LOCALAPPDATA%\qbittorrent\BT_backup\
by Peter
Fri May 03, 2024 9:44 am
Forum: Linux
Topic: fail2ban
Replies: 1
Views: 898

Re: fail2ban

The WebUI has a fail2ban like feature by default.
If anything, you should look into firewall whitelists instead, or "port knocking".
by Peter
Fri May 03, 2024 9:42 am
Forum: Linux
Topic: How to import torrent list/data from Windows?
Replies: 5
Views: 587

Re: How to import torrent list/data from Windows?

You just put the files from the folders...
from (Windows) %localappdata%\qbittorrent -> ~/.local/share/qBittorrent/
and (Windows) %appdata%\qbittorrent -> ~/.config/qBittorrent

Of course do back up your precious current folders on Windows.
by Peter
Thu Apr 25, 2024 5:35 pm
Forum: Linux
Topic: are the shared torrents kept when you update a qbitorrent appimage in ubuntu ?
Replies: 1
Views: 1303

Re: are the shared torrents kept when you update a qbitorrent appimage in ubuntu ?

Of course they are kept, you just have to use the new AppImage file to start the client.
by Peter
Tue Apr 16, 2024 8:22 am
Forum: Windows
Topic: Problem downloading torrent files
Replies: 3
Views: 1297

Re: Problem downloading torrent files

If it says metadata, it means your client is trying to download the torrent file from the other peers because it's a magnet link. But it can't connect to them.

Look up port forwarding and make sure you don't have qBittorrent firewalled.
by Peter
Wed Apr 10, 2024 1:56 pm
Forum: Docker
Topic: WebUI, login credentials
Replies: 4
Views: 1316

Re: WebUI, login credentials

It would be a BIG security flaw.

Simply go into settings and you can enable whitelist. Like you can whitelist an IP for example. If it's on the internet and you don't have a static IP, you can always set up SSH port forward and then use the local IP (like 127.0.0.1) as whitelist.
by Peter
Wed Apr 10, 2024 10:02 am
Forum: Docker
Topic: WebUI, login credentials
Replies: 4
Views: 1316

Re: WebUI, login credentials

- Could you clarify what do you mean by "go around"?
- Also, each Docker qBittorrent "distribution" is different, there is no official version. So each will differ in behavior.