๐Ÿ”ŒCommon Issue

Fix Connection Issues

Diagnose and fix proxy connection problems including timeouts, refused connections, DNS failures, and connection resets.

What error are you seeing?

Connection Timed Out

The proxy server didn't respond within the expected time. This usually indicates network issues or incorrect settings.

1

Verify Proxy Address & Port

Most Common Fix

Double-check your proxy settings match the credentials from your provider:

Server: your-proxy-host.com
HTTP Port: 8080 (common)
SOCKS5 Port: 1080 (common)

Common mistake: Using "http://" prefix in server address. Just use the hostname.

2

Check Your Firewall

Your firewall might be blocking the proxy connection:

  • โ†’Windows: Allow your browser/app through Windows Defender Firewall
  • โ†’macOS: Check System Preferences โ†’ Security & Privacy โ†’ Firewall
  • โ†’Corporate: Contact IT - port 8080 may be blocked
3

Try Alternative Port

Some networks block common proxy ports. Try these alternatives:

8080
Primary HTTP
3128
Alternative HTTP
443
HTTPS (rarely blocked)
4

Test Your Internet Connection

Verify your base internet is working:

# Test basic connectivity
ping google.com
# Test proxy port (replace with your proxy host)
telnet your-proxy-host.com 8080

Still Not Working?

If none of these solutions work, contact our support team with:

  • โœ“Your proxy credentials (username only)
  • โœ“The exact error message
  • โœ“Your device and browser/app
  • โœ“Screenshot if possible
Contact Support