Skip to content

Trouble Shooting

Tim Kennedy edited this page Oct 29, 2023 · 1 revision

To check external (public) IP information:

Open PowerShell in Windows Terminal and enter the following line to check ip-api.com

Invoke-RestMethod -Uri 'http://ip-api.com/json' | Format-List

or

Open PowerShell in Windows Terminal and enter the following line to check ipext.org

Invoke-RestMethod -Uri 'https://api.ipext.org/json' | Format-List

If you receive and error, try their websites: ip-api.com or ipext.org

Clone this wiki locally