How to verify if my VPN is working?
-supportbot
How to verify if my VPN is working?
-supportbot
A VPN may not work immediately after it is switched on for a variety of reasons. To confirm whether a VPN is active, check your public IP address and other IP data attributes before turning it on.
You can use IPinfo to check your IP address and other IP data attributes before turning on the VPN. Then, repeat the previous step after turning on the VPN and compare the results.
It’s also important to note that some VPN service providers may falsely advertise their VPN server location, but IPinfo’s IP geolocation data can help verify their claims.
You can either use our API or you can simply visit our site from your web browser.
You can make an API call to IPinfo.io to get your IP address and IP geolocation information.
curl "https://ipinfo.io"
This will return the following response containing your public IP address and the IP geolocation information.
{
"ip": "128.203.201.233",
"city": "New Providence",
"region": "New Jersey",
"country": "US",
"loc": "40.6984,-74.4015",
"org": "AS2579 Nokia of America Corporation",
"postal": "07974",
"timezone": "America/New_York",
"readme": "https://ipinfo.io/missingauth"
}
However, for token-free access to IPinfo’s API, the API response is limited to public IP addresses, limited ASN information, and IP geolocation information.
Compared to the API, the website provides additional information such as your public IP to Privacy detection data, IP to ASN and Company, and other IP data attributes. Please take note of this information.
Execute the previous steps again after turning on your VPN. If the result is different and the IP geolocation matches the location promised by the VPN provider, then you are now browsing the internet with an anonymous IP address of the VPN provider.