Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change default 6881 port on docker compose #2

Closed
jmnicolas90 opened this issue Jan 7, 2023 · 2 comments
Closed

How to change default 6881 port on docker compose #2

jmnicolas90 opened this issue Jan 7, 2023 · 2 comments

Comments

@jmnicolas90
Copy link

jmnicolas90 commented Jan 7, 2023

Hi,

I have a problem with a tracker that doesn't accept the default 6881 port (even though I redirected this internal port to another external one, qBittorrent is reporting to the tracker that it uses 6881).

So I changed the default port in the Web UI preferences panel and in the compose file and restarted the container.

However my torrent client is now refusing incoming connections (it was working with 6881).

I have now this in my compose file :

ports:
# for bittorrent traffic 6881
- 47189:47189/tcp
- 47189:47189/udp
# for WebUI
- 37429:37429/tcp

What I need is to tell qBittorrent to change its default port, something like :
- QBT_WEBUI_PORT=37429
but for the traffic.

I'd appreciate any help solving this problem, thanks in advance.

@Chocobo1
Copy link
Member

Chocobo1 commented Jan 8, 2023

What I need is to tell qBittorrent to change its default port, something like :

  • QBT_WEBUI_PORT=37429
    but for the traffic.

You can change it in WebUI at Options -> Connection tab -> Listening Port.

@jmnicolas90
Copy link
Author

What I need is to tell qBittorrent to change its default port, something like :

  • QBT_WEBUI_PORT=37429
    but for the traffic.

You can change it in WebUI at Options -> Connection tab -> Listening Port.

This is what I did but qBittorrent is refusing incoming connections.
If I leave the standard 6881 port it allows incoming connections (but then one of my tracker complains).

@qbittorrent qbittorrent locked and limited conversation to collaborators Jan 15, 2023
@Chocobo1 Chocobo1 converted this issue into discussion #3 Jan 15, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants