> For the complete documentation index, see [llms.txt](https://help.cliproxy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cliproxy.com/browser1/edge.md).

# Edge browser

Here are two methods to set up a SOCKS5 proxy in Microsoft Edge:

#### Method 1: Using System Proxy Settings

1. Open **Windows Settings** by pressing **Windows + I**.
2. Go to **Network & Internet** > **Proxy**.
3. In the **Manual proxy setup** section, turn on **Use a proxy server**.
4. Enter the **SOCKS5 proxy server IP** and **port**.
5. **Save** the settings and restart Edge.

**Example:**

* **Proxy server**: `127.0.0.1`
* **Port**: `1080`

After you save the settings, Edge will route its traffic through the SOCKS5 proxy, since it uses the system-wide proxy settings.

#### Method 2: Using Edge Launch Parameters

You can also launch Microsoft Edge with a SOCKS5 proxy via the command line.

1. Close Edge if it's open.
2. Open **Command Prompt** or **PowerShell** (with administrator rights).
3. Navigate to the Edge installation directory, usually located at:
   * `C:\Program Files (x86)\Microsoft\Edge\Application\`
4. Launch Edge with the `--proxy-server` argument:

   ```bash
   start msedge.exe --proxy-server="socks5://<proxy-server>:<port>"
   ```

   For example:

   ```bash
   start msedge.exe --proxy-server="socks5://127.0.0.1:1080"
   ```

This will start Microsoft Edge with the specified SOCKS5 proxy.

**Special note: Edge cannot directly set the account and password, so the above steps are only valid fo static IP whitelist mode. If you want to use Cliproxy traffic plan, you need to download additional extensions for configuration.**
