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

# ISP Overview

> Premium static IPs on Tier 1 ISP networks

ISP proxies are static residential IPs hosted on Tier 1 ISP networks. You get the legitimacy of residential (low fraud score, real ISP-registered IP) combined with the speed and stability of datacenter (dedicated, no rotation, always-on).

We offer two ISP products:

<CardGroup cols={2}>
  <Card title="Dedicated ISP" icon="user-lock" href="/isp/overview">
    Static IPs assigned exclusively to you. No rotation, full control.
  </Card>

  <Card title="Shared ISP" icon="users" href="/isp/shared">
    Tier 1 ISP IPs from a 20,000-strong shared pool. Lower cost, rotating or sticky.
  </Card>
</CardGroup>

## Dedicated ISP specs

| Attribute      | Value                                          |
| -------------- | ---------------------------------------------- |
| IP type        | Static residential on Tier 1 ISP               |
| Protocols      | HTTP / HTTPS (port 61234), SOCKS5 (port 62234) |
| Authentication | Username : password                            |
| Bandwidth      | 10 Gbps uplink, unlimited                      |
| Fraud score    | Low                                            |
| Rotation       | None — IPs are dedicated and static            |
| Billing        | Per IP                                         |

## Ports

| Protocol     | Port    |
| ------------ | ------- |
| HTTP / HTTPS | `61234` |
| SOCKS5       | `62234` |

The host for your dedicated ISP proxies is assigned per account from the dashboard. Each plan gives you one or more dedicated static IPs, each reachable on both ports.

## Authentication

Plain `user : password` — no modifiers. Each credential pair is bound to the IPs allocated to your plan.

```
adminywsve:jwqcoz4lfm
```

## Quick test

<CodeGroup>
  ```bash HTTP theme={null}
  curl -x "http://adminywsve:jwqcoz4lfm@isp.proxies.fo:61234" https://api.ipify.org
  ```

  ```bash SOCKS5 theme={null}
  curl --socks5-hostname "adminywsve:jwqcoz4lfm@isp.proxies.fo:62234" \
    https://api.ipify.org
  ```
</CodeGroup>

Use the host shown in your [dashboard](https://app.proxies.fo/signin).

## When to pick dedicated ISP

<CardGroup cols={2}>
  <Card title="Account management at scale" icon="users">
    The same static IP makes repeated logins look consistent — useful for managing many accounts without tripping anomaly detection.
  </Card>

  <Card title="Long-running sessions" icon="clock">
    No rotation means no session drops. Run bots or automation that needs hours of continuous uptime on a single IP.
  </Card>

  <Card title="Sensitive targets" icon="shield">
    Tier 1 ISP-registered IPs look clean to fraud detection systems that flag datacenter ranges.
  </Card>

  <Card title="Speed + legitimacy" icon="bolt">
    Datacenter-grade speeds on the 10 Gbps uplink, with a residential-looking fingerprint.
  </Card>
</CardGroup>

## Pricing

Dedicated ISP plans start at **\$3 / IP**. See [proxies.fo/product-ISP](https://proxies.fo/product-ISP).

## Dedicated vs Shared

|               | Dedicated ISP                      | Shared ISP                        |
| ------------- | ---------------------------------- | --------------------------------- |
| IPs           | Assigned exclusively to you        | Drawn from a 20,000 shared pool   |
| Rotation      | None (static)                      | Rotating or sticky                |
| Pricing model | Per IP (from \$3)                  | Pool access (from \$180)          |
| Best for      | Account management, fixed identity | High-volume rotation on clean IPs |

Need rotation across many clean ISP IPs? See [Shared ISP](/isp/shared).
