The port forwarding in the Tribler_org website April 30, 2020 11:33 PM incorrectly states that the program uses ports 7760
and 7759
for TCP/UDP (visit [FAQ][1], launch the Console panel in the DevTools by Ctrl+Shift+J on Windows [⌘+Option+J on macOS], then use JS selector document.querySelector("#content > div > div:nth-child(17) > div.faq_question")
in browser console).
However, Tribler 7.4.4 and Tribler 7.5.0-rc5 both use port 8085 for GUI/core connection. This is confirmed by
tribler
/src
/tribler-gui/tribler_gui
/defs.py
558b0d8 on line 6.
DEFAULT_API_PORT = 8085
I suggest in future that the website FAQ build be automated to avoid these human or handwritten errors.
Also, it may be advisable to include information about the Proxy port (e.g., whether or not it needs forwarding or NAT triggering).