> ## Documentation Index
> Fetch the complete documentation index at: https://geonode.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Firefox

> How to setup Geonode proxy in firefox

***

This guide will help you configure a Geonode proxy in Firefox for secure and anonymous browsing.

***

## Prerequisites: Get Proxy Credentials from Geonode

Before setting up a proxy, first, retrieve your proxy credentials from the Geonode dashboard.

* Follow this guide: [How to Obtain Proxy Server Information](/proxy-setup/prerequisites/proxy-server-information)

***

## **Steps: Setting Up a Proxy in Firefox**

Follow these steps to configure a proxy in Firefox:

***

### **Step 1: Open Firefox Settings**

1. Click the **three-line menu (☰)** in the top-right corner of Firefox.
2. Select **Settings** from the dropdown menu.

   <img src="https://mintcdn.com/geonode/ZlIoPeY2v8fTbiZs/images/proxy-setup/browsers/firefox/select-setting.png?fit=max&auto=format&n=ZlIoPeY2v8fTbiZs&q=85&s=29de59b7a395b601b903b2f624f7cbb7" alt="Firefox Settings" width="287" height="756" data-path="images/proxy-setup/browsers/firefox/select-setting.png" />

***

### **Step 2: Access Network Settings**

1. Scroll down to **Network Settings**.
2. Click **Settings** to open the proxy configuration panel.

   <img src="https://mintcdn.com/geonode/ZlIoPeY2v8fTbiZs/images/proxy-setup/browsers/firefox/network-setting.png?fit=max&auto=format&n=ZlIoPeY2v8fTbiZs&q=85&s=fc736a8c8ef6581d889eabbc0ea42089" alt="Network Settings" width="1457" height="906" data-path="images/proxy-setup/browsers/firefox/network-setting.png" />

***

### **Step 3: Configure Proxy Settings**

1. In the **Connection Settings** popup, enter the following details:

   * **Manual proxy configuration**: Select this option.
   * **HTTP Proxy**: Enter the Proxy IP.
   * **Port**: Enter the Proxy Port.
   * **SOCKS Proxy** (if applicable): Use SOCKS5 settings.

   <img src="https://mintcdn.com/geonode/ZlIoPeY2v8fTbiZs/images/proxy-setup/browsers/firefox/connection-setting.png?fit=max&auto=format&n=ZlIoPeY2v8fTbiZs&q=85&s=ce73164a75ae39901def406fa5e4afa6" alt="Connection Settings" width="515" height="569" data-path="images/proxy-setup/browsers/firefox/connection-setting.png" />

2. Click **OK** to save changes.

Firefox will now start routing traffic through the assigned proxy.

***

## **Verify Proxy Connection**

To ensure the proxy is working, check your IP address using an online tool or follow this guide:

* [Verify Proxy Connection](/proxy-setup/verify-proxy-connection)

***

If you encounter any issues, refer to the [**troubleshooting section**](/knowledge-base/troubleshooting/proxy-not-working) or [**Geonode support**](/additional-resources/support).

***

## **FAQs**

<AccordionGroup>
  <Accordion title="My proxy connection failed. What should I do?" defaultOpen={false}>
    If your connection fails, check the following:

    * Ensure that your proxy credentials (IP, Port, Username, Password) are correct.
    * Verify that your proxy is active in the Geonode Dashboard.
    * Try another proxy format if the selected one isn't working.
    * Refer to this guide for troubleshooting: [Troubleshooting Proxy Connection Issues](/knowledge-base/troubleshooting/pages-not-loading)
  </Accordion>

  <Accordion title="Why is my IP address not changing?" defaultOpen={false}>
    * You may be using a Sticky Session proxy that keeps the same IP for a certain duration.
    * If using a Rotating Session, verify that your requests are being routed through the proxy correctly.
    * Check your connection using an IP verification tool: [Verify Proxy Connection](https://ip-api.com/)
  </Accordion>

  <Accordion title="Why am I getting a CAPTCHA while browsing?" defaultOpen={false}>
    * Some websites detect **frequent IP changes** and show CAPTCHAs as a security measure.
    * Use Sticky Sessions if you need a stable connection.
    * Try switching to a mobile or residential proxy for lower detection rates.
  </Accordion>

  <Accordion title="My proxy is working, but the internet is slow. What should I do?" defaultOpen={false}>
    * High latency can occur if the proxy server is far from your location.
    * Try using a different proxy region to improve speed.
    * Reduce the number of simultaneous requests to avoid overloading the proxy.
  </Accordion>

  <Accordion title="Why am I getting the authentication prompt repeatedly?" defaultOpen={false}>
    * This can happen if the proxy authentication credentials are not correctly stored or passed by your browser or application. Ensure that the correct username and password are saved in your proxy settings.
    * Or you can whitelist your IP. Refer to this guide for [How to Whitelist an IP](/proxy-setup/advance-configuration/whitelist-ip)
  </Accordion>
</AccordionGroup>
