# Updating IP Whitelist

There are many reasons why you may need to update your IP whitelist with Solana Vibe Station such as if you would like to connect from a different location or your previously whitelisted public IP changes.

Currently IP whitelisting is only necessary for public GRPC and private VPS users. Users using the basic public RPC services do not need a whitelist.

## Instructions

1. Obtain your public IP address using either browser or the terminal.
2. Navigate to the [<🌐┃update-connection>](https://discord.com/channels/1241508519190986752/1258990419451187271) channel in our Discord.

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

1. Click the "Update IP Whitelist" button and enter your IPV4 address.

<figure><img src="/files/MompOJtvFwkpkF8ivD1i" alt=""><figcaption><p>Prompt to whitelist your IPV4 address for GRPC access</p></figcaption></figure>

4. If successful, you should receive a private reply in the channel stating the command completed successfully.

<figure><img src="/files/UmiInPYItkqpZAcETEvl" alt=""><figcaption><p>Bot reply indicating it successfully updated your IP address to the GRPC whitelist</p></figcaption></figure>

## Obtaining my public IP address

You can easily obtain your public IP address by going [here](https://whatismyipaddress.com/) or running the following command in a Linux terminal:

<figure><img src="/files/5z70OIJ6nQUbyHVqwVMA" alt=""><figcaption></figcaption></figure>

### Command Line

`curl ifconfig.me`

or

`curl -4 ifconfig.me`

<figure><img src="/files/4YJckkqfB7HQQvYalEBs" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Currently, our Discord bot can only whitelist IPv4 addresses. If you only have a IPv6 address, please open a support ticket in our Discord server.
{% endhint %}


---

# Agent Instructions: 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.solanavibestation.com/support/discord-bot-commands/updating-ip-whitelist.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.
