> For the complete documentation index, see [llms.txt](https://docs.2checkout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.2checkout.com/get-started/test-getting-started/securing-your-account/restricting-merchant-control-panel-access-by-ip.md).

# Restricting Merchant Control Panel Access by IP

Restrict access to the Merchant Control Panel only for specific IPs or IP ranges and increase the security of your account. By default, 2Checkout account users can access the Merchant Control Panel from any IP.

## Availability <a href="#availability" id="availability"></a>

All 2Checkout accounts.

## How to restrict access <a href="#how-to-restrict-access-to-the-merchant-control-panel" id="how-to-restrict-access-to-the-merchant-control-panel"></a>

1. Log in to your [Merchant Control Panel](https://secure.2checkout.com/cpanel/).
2. Navigate to the **Settings** cogwheel in the upper right corner and click on **User Management**.<br>

   <div data-with-frame="true"><figure><img src="/files/5FVevdoZURvoqRl022b2" alt=""><figcaption></figcaption></figure></div>
3. On the **User Management** page, click on the **Restrict access** tab.<br>

   <div data-with-frame="true"><figure><img src="/files/K2mP4xroHUzyJrx9EL3q" alt=""><figcaption></figcaption></figure></div>
4. On the **Restrict access** page, click on the **Add IP filter** button.
5. Specify a static IP address or a range of IP addresses in the iFrame window. Apply the restriction to **all** or only to **selected** Merchant Control Panel users.&#x20;
6. Click on the **Add filter** button to save the setting.<br>

   <div data-with-frame="true"><figure><img src="/files/IoOYU9V8AlZrKeQ2vfQY" alt=""><figcaption></figcaption></figure></div>
7. On the **Restrict access** page, click on the **Activate** button to enable the IP filtering system.<br>

   <div data-with-frame="true"><figure><img src="/files/kWYUN17fRzajPPzhbW9V" alt=""><figcaption></figcaption></figure></div>

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.2checkout.com/get-started/test-getting-started/securing-your-account/restricting-merchant-control-panel-access-by-ip.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
