Configuring a Proxy on Windows

Step-by-step guide to setting up a proxy on Windows 10 and Windows 11 for system-wide or browser-specific use.

Configuring a Proxy on Windows

This guide covers how to set up a proxy on Windows for system-wide use or within specific browsers.

System-Wide Proxy (Windows 10 & 11)

This method routes all HTTP/HTTPS traffic through your proxy.

  1. Open Settings (Win + I).
  2. Navigate to Network & InternetProxy.
  3. Under Manual proxy setup, toggle Use a proxy server to On.
  4. Enter your proxy details:
    • Address: Your proxy host (e.g., fr.hypeproxy.io)
    • Port: Your assigned port number
  5. Click Save.

If your proxy requires authentication (username/password), Windows will prompt you for credentials when you first access a website.

Browser-Specific Setup

Google Chrome

Chrome uses the system proxy settings by default. For per-profile proxy control, use a browser extension like Proxy SwitchyOmega:

  1. Install the Proxy SwitchyOmega extension from the Chrome Web Store.
  2. Click the extension icon → Options.
  3. Create a new profile and enter your proxy details:
    • Protocol: HTTPS or SOCKS5
    • Server: Your proxy host
    • Port: Your port number
  4. Enter your username and password if required.
  5. Apply the profile.

Mozilla Firefox

Firefox has its own proxy settings, independent of the system:

  1. Open SettingsGeneral → scroll to Network SettingsSettings.
  2. Select Manual proxy configuration.
  3. Enter your proxy host and port in the appropriate field (HTTP or SOCKS).
  4. Check Also use this proxy for HTTPS if using an HTTP proxy.
  5. Click OK.

Verifying the Proxy Works

After configuration, verify your proxy is active:

  1. Visit an IP checking service to confirm your IP has changed.
  2. If using a HypeProxy.io proxy, you can also use the API:
curl https://api.hypeproxy.io/Utils/GetExternalIp/YOUR_PROXY_ID \
  -H 'Authorization: Bearer YOUR_API_TOKEN'

Troubleshooting

  • Can't connect: Double-check the host and port. Ensure your firewall isn't blocking the proxy port.
  • Authentication failures: Verify your credentials in the HypeProxy.io dashboard. If using IP whitelisting, make sure your current IP is authorized.
  • Slow speeds: Try switching between HTTPS and SOCKS5 protocols to see which performs better.

Was this article helpful?