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

# Ghost Browser

> How to Set Up Geonode Proxy in Ghost

***

This guide will help you configure a Geonode proxy in the Ghost 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 Ghost browser**

Follow these steps to configure a proxy in Ghost browser:

### Step 1: Install Ghost Browser

1. Go to the [Ghost Browser Download Page](https://ghostbrowser.com/download/).
2. Download the browser based on your operating system.
3. Install the software

***

### Step 2: Add a Proxy

1. Open Proxy Control and click the **Add/Edit proxies** button.

   <img src="https://mintcdn.com/geonode/7N0_kx3IKNAP46Yu/images/proxy-setup/browsers/ghost/proxy-control.png?fit=max&auto=format&n=7N0_kx3IKNAP46Yu&q=85&s=cb9ae67a0a7f866abeca3a23a5863703" alt="Add/Edit proxies" width="635" height="604" data-path="images/proxy-setup/browsers/ghost/proxy-control.png" />

2. A new window will appear, choose Add a Single Proxy.

   <img src="https://mintcdn.com/geonode/7N0_kx3IKNAP46Yu/images/proxy-setup/browsers/ghost/single-proxy-window.png?fit=max&auto=format&n=7N0_kx3IKNAP46Yu&q=85&s=b47ac6121fb9d8329fd089d3a78ab055" alt="Single Proxy Window" width="1083" height="717" data-path="images/proxy-setup/browsers/ghost/single-proxy-window.png" />

3. Enter your proxy details:

   * Proxy (IP:Port)
   * Username
   * Password

   <img src="https://mintcdn.com/geonode/7N0_kx3IKNAP46Yu/images/proxy-setup/browsers/ghost/proxy-detail-fields.png?fit=max&auto=format&n=7N0_kx3IKNAP46Yu&q=85&s=6481c80373504b4d0cab9afaffdb9e82" alt="Proxy Detail Fields" width="994" height="707" data-path="images/proxy-setup/browsers/ghost/proxy-detail-fields.png" />

***

### Step 3: Check the Proxy Connection

1. Check proxy has been added in proxy managment table.
   <img src="https://mintcdn.com/geonode/7N0_kx3IKNAP46Yu/images/proxy-setup/browsers/ghost/proxy-managament-table.png?fit=max&auto=format&n=7N0_kx3IKNAP46Yu&q=85&s=3bd7b7eab0e212f67e5f3294db994f5e" alt="Proxy Managment Table" width="1011" height="492" data-path="images/proxy-setup/browsers/ghost/proxy-managament-table.png" />

2. Click the **Test Proxy** tab.

3. Enter the website to check if proxy working proxy.
   <img src="https://mintcdn.com/geonode/7N0_kx3IKNAP46Yu/images/proxy-setup/browsers/ghost/enter-website.png?fit=max&auto=format&n=7N0_kx3IKNAP46Yu&q=85&s=35a2b7b6de5b93240768917ccffbff99" alt="Check Proxy" width="1016" height="713" data-path="images/proxy-setup/browsers/ghost/enter-website.png" />

4. If successful, you will see this popup
   <img src="https://mintcdn.com/geonode/7N0_kx3IKNAP46Yu/images/proxy-setup/browsers/ghost/connection-popup.png?fit=max&auto=format&n=7N0_kx3IKNAP46Yu&q=85&s=fb8037b4783c65e720178d71d1f7ba2e" alt="Connection Popup" width="1011" height="423" data-path="images/proxy-setup/browsers/ghost/connection-popup.png" />

Your Geonode proxy is now successfully configured in Ghost Browser.

***

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>
