Vultr ipv4

user1272047user1272047
1 min read

To find your IPv4 address for your Vultr VPS, follow these steps:


1. Log in to Your Vultr Dashboard:


2. Locate Your Server:

  • On the dashboard, find your server labeled server001.

  • Click on the server name to open its details.


3. Check the IPv4 Address:

  • In the server details, look for the IPv4 Address field.

  • It will look something like this: 192.168.1.1 (example).


4. Use the IPv4 Address to Connect:

  • Replace the IPv6 address in your SSH command with the IPv4 address:

      ssh linuxuser@<IPv4_Address>
    
  • Example:

      ssh linuxuser@192.168.1.1
    

5. If No IPv4 Address is Assigned:

  • Vultr sometimes assigns only IPv6 addresses by default.

  • To add an IPv4 address:

    1. Go to your server details in the Vultr dashboard.

    2. Click Settings.

    3. Enable IPv4 (if not already enabled).

    4. If needed, request a new IPv4 address.


0
Subscribe to my newsletter

Read articles from user1272047 directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

user1272047
user1272047