All Products
Search
Document Center

Time Series Database:Configure a whitelist for a TSDB instance

Last Updated:Mar 28, 2026

A whitelist restricts access to your Time Series Database (TSDB) instance by IP address. Only clients with IP addresses or CIDR blocks listed in the whitelist can connect to the instance.

Prerequisites

Before you begin, ensure that you have:

Configure the whitelist

Warning

Adding 0.0.0.0/0 to the whitelist allows access from any IP address. This poses a high security risk. Only add this entry if absolutely necessary.

  1. Log on to the TSDB console.

  2. In the upper-left corner of the page, select the region of the target instance.

  3. Click Manage in the Actions column for the target instance.

  4. On the Instance Details page, click Modify IP Address Whitelist.

  5. In the dialog box that appears, enter the IP addresses or CIDR blocks to allow, then click OK.

After the whitelist is saved, it appears in the IP Address Whitelist section of the Instance Details page.

Supported IP formats

FormatDescriptionExample
Single IP addressEnter the IP address directly.192.168.1.1
CIDR blockUse CIDR notation.192.168.1.0/24
Multiple entriesSeparate addresses with commas. No spaces between entries.192.168.1.1,10.0.0.0/8
Allow all accessEnter 0.0.0.0/0 to allow all IP addresses to access the instance. Not recommended.0.0.0.0/0
Block all accessEnter 127.0.0.1 to block all IP addresses from accessing the instance.127.0.0.1