Unlike a fingerprint browser, which is installed on your computer, cloud phones are deployed in Singapore, so they cannot access your local or LAN networks. Therefore, local or LAN proxy IPs like 127.0.0.1, 192.168.x.x, 10.x.x.x, 172.16.x.x-172.31.x.x, fc00::/7 cannot be used on cloud phones.
Cloud phones currently support only SOCKS5, HTTP, and HTTPS proxies. Other proxy types are not supported at this time.
Although the username and password for the proxy are optional, in reality, over 99.9% of paid proxies require the entry of a username and password.
Please confirm whether your proxy requires a username and password. If required, please enter them in the username and password fields of the proxy configuration.
Some proxy IPs implement whitelist restrictions, allowing access only to specified IPs or regions. It is recommended to consult with your proxy IP provider about any such restrictions. If there are restrictions, you will need to allow access from IPs in Singapore and Hong Kong.
Just like mobile network signals, proxy IP networks can also experience network fluctuations. You might want to try multiple times to see if it can pass the test. If there happens to be a fluctuation in the proxy IP network when you click to check, it will not pass the proxy IP test at that time.
If you have a server in Singapore, you can run the following command to test:
curl -x socks5://username:userpassword@proxy_ip:proxy_port https://ipinfo.io
If the proxy IP is functioning, it should return information similar to the following:
{
"ip": "123.123.123.123",
"city": "Atlanta",
"region": "Georgia",
"country": "US",
"loc": "33.7490,-84.3880",
"org": "AS5650 Frontier Communications of America, Inc.",
"postal": "30394",
"timezone": "America/New_York",
"readme": "https://ipinfo.io/missingauth"
}