IP:Port format

A workaround for the endpoint:port format

❗️

Disclaimer

Our server's IP may change at any time.


We do not recommend using this format unless it's absolutely necessary (for instance, if your application does not accept the default endpoint:port format).

For the IP:Port format you will need to ping the relevant server to retrieve the IP part. The ports remain the same as they were provided in the dashboard.

Windows

  1. Open the command line (shortcut: hit the Windows logo + R on your keyboard, then type in cmd and press Enter):
567

How to get IP:Port format on windows – open command line

  1. Enter the following command in the command line:
ping gate.decodo.com

🚧

gate.decodo.com is just an example endpoint. Enter the endpoint you want to use as every endpoint will have a different IP.

740

The way to get the IP:Port format on Windows – ping the endpoint

  1. As per the example above, you can see the IP of gate.decodo.com. Now you can use the IP:Port format (95.216.50.111:7000 = gate.decodo.com:7000).

macOS

  1. Open the Terminal (simply follow the example below and search in Finder):
1010

How to get IP:Port format on macOS – open terminal

  1. Enter the following command in the command line:
ping gate.decodo.com

🚧

gate.decodo.com is just an example endpoint. Enter the endpoint you want to use as every endpoint will have a different IP.

845

The way to get the IP:Port format on macOS – ping the endpoint

  1. As per the example above, you can see the IP of gate.decodo.com. Now you can use the IP:Port format (95.216.50.111:7000 = gate.decodo.com:7000).

Support

Still can't find an answer? Want to say hi? We take pride in our 24/7 customer support. Alternatively, you can reach us via our support email at [email protected].

Feedback

Something's missing? Request an article!
Got feedback? Let us know how we're doing and what can be improved.


```