How Can We Help?
< All Topics
Print

Checking IP Addresses on Your VPS: A Quick Guide

An IP address is a unique numerical identifier assigned by an Internet Service Provider (ISP) to every device or network connected to the Internet, allowing online communication over the Internet.

a) Linux

VPS

1. First, open a terminal console and type the ifconfig command.

2. Then, the system will display that each ‘eth#‘ has at least one ‘inet addr‘, which is your IP address (IPv6 is “inet6 addr”).

b) Windows

1. First, type cmd in the Windows search bar, and then type the ipconfig command in the command prompt.

2. Then, you will see the IP address currently used by your VPS.

Table of Contents