Skip to main content

Brave

Prepare connection parameters (host, port, login, password):
Getting started → Proxy setup
Protocols: HTTP/HTTPSSOCKS5
System proxies: WindowsmacOSLinux


Features of Brave

Brave is built on Chromium and uses the system proxy settings. Additionally, you can specify a proxy when launching using the --proxy-server flag.


Option A. Configure through system settings (simple and reliable)

  1. Configure the proxy at the OS level (Windows/macOS/Linux):
    WindowsmacOSLinux
  2. Restart Brave; if necessary, enter your login/password.

Option B. Launch Brave with an explicit proxy (Linux/macOS/Windows)

    # HTTP(S)
brave --proxy-server="http://p2.mangoproxy.com:2333"

# SOCKS5
brave --proxy-server="socks5://p2.mangoproxy.com:2333"

On Windows, the path to the executable may look like:
"C:\\Program Files\\BraveSoftware\\Brave-Browser\\Application\\brave.exe" --proxy-server="http://p2.mangoproxy.com:2333"


Checking

  1. Open https://api.ipify.org — it should return the Mango Proxy IP.
  2. When prompted, enter the proxy login/password.

Tips

  • For targeted application (only Brave) without changing the system, use ProxyCap or Proxifier.
  • For debugging network requests, add Charles/Fiddler to the chain.

See also