> For the complete documentation index, see [llms.txt](https://docs.solanavibestation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solanavibestation.com/support/discord-bot-commands/updating-ip-whitelist.md).

# 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 %}
