Why is port 5001 used for by Brave Browser?

Hello,

Brave browser is using a bunch of ports including, but not limited to 443, 5353 (mdns), and 5001
m1:~   makroud sudo lsof -i -P | grep Brave | grep -Ev ":443|:5353"
Brave\x20  1426          makroud   29u  IPv4 0xe87948056a649dc1      0t0    TCP localhost:52998->localhost:5001 (ESTABLISHED)
Brave\x20  1426          makroud   89u  IPv4 0xe8794813d2d00ce1      0t0    UDP *:51009
Brave\x20  1426          makroud   90u  IPv6 0xe8794813d319d0e1      0t0    UDP *:57201
Brave\x20  1426          makroud  116u  IPv4 0xe8794813d2d548e1      0t0    UDP *:64879
Brave\x20  1426          makroud  118u  IPv6 0xe8794813d2d54ce1      0t0    UDP *:55494
Brave\x20  1426          makroud  185u  IPv4 0xe8794813d2d6f8e1      0t0    UDP *:58872
Brave\x20  1426          makroud  192u  IPv6 0xe8794813d2d6fce1      0t0    UDP *:56965

Why is it using port 5001 ? This port is conflicting with another application of mine, how may I change it ?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.