> ## 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.

# Dolphin Anty

> How to Set Up Geonode Proxy in Dolphin Anty

***

This guide will help you configure a Geonode proxy in the Dolphin Anty browser.

***

## 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 Dolphin Anty**

Follow these steps to configure a proxy in Dolphin Anty:

### Step 1: Install Dolphin Anty

1. Go to the [Dolphin Anty Download Page](https://dolphin-anty.com/download-started/).
2. Download the browser based on your operating system.
3. Install the software and create an account.

***

### Step 2: Create a New Profile

1. Open Dolphin Anty and click the **Add Profile** button.

   <img src="https://mintcdn.com/geonode/ZlIoPeY2v8fTbiZs/images/proxy-setup/browsers/dolphin-anty/new-profile-btn.png?fit=max&auto=format&n=ZlIoPeY2v8fTbiZs&q=85&s=ba57959d22ab0adffca414c319e81773" alt="New Profile Button" width="1914" height="1037" data-path="images/proxy-setup/browsers/dolphin-anty/new-profile-btn.png" />

2. Enter the required details:
   * Profile name
   * Operating system

3. You can randomize the fingerprint for additional security.

4. On the right side, review your browser details.

   <img src="https://mintcdn.com/geonode/ZlIoPeY2v8fTbiZs/images/proxy-setup/browsers/dolphin-anty/add-profile-details.png?fit=max&auto=format&n=ZlIoPeY2v8fTbiZs&q=85&s=06f3d818783204a812676994981a0c61" alt="Add Profile Details" width="1913" height="1030" data-path="images/proxy-setup/browsers/dolphin-anty/add-profile-details.png" />

***

### Step 3: Add a Proxy Details

1. Click on proxy tab.

2. Select a connection type (For this guide, we will use HTTP).

3. Enter your proxy details:
   * Proxy (IP:Port)
   * Username
   * Password

4. Click on create profile

   <img src="https://mintcdn.com/geonode/ZlIoPeY2v8fTbiZs/images/proxy-setup/browsers/dolphin-anty/proxy-details.png?fit=max&auto=format&n=ZlIoPeY2v8fTbiZs&q=85&s=3718cfb6ac3e927a422a3e6532889590" alt="Proxy Details" width="1206" height="913" data-path="images/proxy-setup/browsers/dolphin-anty/proxy-details.png" />

5. The green tick shows proxy connected.

***

### Step 4: Create and Launch the Profile

1. Click the **Create Profile** button to save your settings.

2. Once created, you will see the profile listed.

   * If the proxy shows a location, it means the proxy is active.

   <img src="https://mintcdn.com/geonode/ZlIoPeY2v8fTbiZs/images/proxy-setup/browsers/dolphin-anty/profile-created.png?fit=max&auto=format&n=ZlIoPeY2v8fTbiZs&q=85&s=46b845654d24ab29632b7e60cc69ead5" alt="Profile Created" width="1919" height="1024" data-path="images/proxy-setup/browsers/dolphin-anty/profile-created.png" />

3. Click the **Start** button to launch the browser with your configured proxy.

   * Go to `http://ip-api.com/json` to check your IP

   <img src="https://mintcdn.com/geonode/7N0_kx3IKNAP46Yu/images/proxy-setup/browsers/gologin/browser-launched.png?fit=max&auto=format&n=7N0_kx3IKNAP46Yu&q=85&s=e02d33b01752a9cfa2c662dddfafeb7f" alt="Browser Launched" width="1921" height="1023" data-path="images/proxy-setup/browsers/gologin/browser-launched.png" />

Your Geonode proxy is now successfully configured in Dolphin Anty.

***

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>
