Updating IP Whitelist

How to update your IP to our 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> channel in our Discord.

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

Prompt to whitelist your IPV4 address for GRPC access
  1. If successful, you should receive a private reply in the channel stating the command completed successfully.

Bot reply indicating it successfully updated your IP address to the GRPC whitelist

Obtaining my public IP address

You can easily obtain your public IP address by going here or running the following command in a Linux terminal:

Command Line

curl ifconfig.me

or

curl -4 ifconfig.me

Last updated