> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/database/how-tos/manage-access.md).

# Manage access

***

The firewall applies to the entire database instance, not just specific databases or users. The firewall also applies to the monitoring URL.

## Managing database access using the control panel

In the **Firewall** section of the overview, you need to add the IP addresses or IP ranges that should be allowed to connect to the database. Click **Manage access** to enter your IP addresses.

<figure><img src="/files/L3yruyUHhbVhM2hD2i0K" alt=""><figcaption></figcaption></figure>

In the dialog box that opens, enter your IP addresses or IP ranges, separated by commas. In this example, we allow the entire IP range 203.0.113.0/24 and a single IP address 128.66.1.43. Once you’ve entered your IP addresses, click **Update**.

<figure><img src="/files/Cy6R0PSRiLrQqbMZKe0b" alt=""><figcaption></figcaption></figure>

## Managing database access using the API

Use the [database/updateallowlist](https://github.com/GleSYS/API-docs/wiki/API-Documentation#databaseupdateallowlist) endpoint to manage database access using the [API](/platform/control-panel/api.md).


---

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

```
GET https://docs.glesys.com/products/database/how-tos/manage-access.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
