Setup Guide 2026-03-20

How to Set Up a Proxy on Android — Step-by-Step Guide (2026)

Configure HTTP and SOCKS5 proxies on Android. Covers Wi-Fi settings, per-app proxy apps, and ADB method for advanced users.

Setting Up a Proxy on Android

Android supports proxies through Wi-Fi settings, third-party apps, and even ADB commands. Here's every method, from simplest to most advanced.

Method 1: Wi-Fi Proxy Settings (No App Needed)

Step-by-Step

  1. Open SettingsWi-Fi (or Network & Internet → Wi-Fi)
  2. Long-press your connected network → Modify Network (or tap the gear icon)
  3. Tap Advanced Options (you may need to expand this section)
  4. Under Proxy, select Manual
  5. Enter:
  6. Proxy hostname: The proxy IP (e.g., 45.77.100.20)
  7. Proxy port: The port number (e.g., 3128)
  8. Bypass proxy for: Leave empty or add localhost,127.0.0.1
  9. Tap Save

Grab working proxy IPs from our free proxy list.

Limitations

Method 2: Proxy App (SOCKS5 + Mobile Data)

For SOCKS5 support and full device coverage, use a proxy app.

Drony (Free)

  1. Install Drony from the Play Store
  2. Open Drony → swipe to the Settings tab
  3. Tap Wi-Fi → select your network
  4. Set Proxy type to SOCKS5
  5. Enter the proxy IP and port from our SOCKS5 list
  6. Go back and tap Enable on the main screen

ProxyDroid (Requires Root)

If your device is rooted:

  1. Install ProxyDroid
  2. Set proxy type to SOCKS5
  3. Enter IP and port
  4. Toggle on — all traffic now routes through the proxy

SocksDroid (Free, No Root)

  1. Install from Play Store
  2. Enter SOCKS5 proxy IP and port
  3. Tap Connect
  4. Allow VPN configuration

Method 3: ADB Command (Developer Option)

For developers or advanced users, set a global proxy via ADB:

# Set proxy
adb shell settings put global http_proxy IP:PORT

# Remove proxy
adb shell settings put global http_proxy :0

This works for all apps and doesn't require root, but only supports HTTP proxies.

Method 4: App-Specific Proxy

Some apps have built-in proxy settings:

Choosing the Right Proxy

Need Proxy Type Method
Simple browsing HTTP Wi-Fi settings
All apps SOCKS5 Drony or SocksDroid
Single app (Telegram) SOCKS5 In-app settings
Development/testing HTTP ADB command

Test proxy speed before configuring with our proxy checker.

Troubleshooting

No internet after setting proxy

The proxy is likely dead. Free proxies rotate frequently — grab a fresh one from our homepage and try again.

Only browser works, apps don't connect

Android's Wi-Fi proxy only affects apps that respect ProxyInfo. Many apps (games, messaging) bypass it. Use Drony or SocksDroid for full coverage.

Very slow connection

Can't set proxy on mobile data

Android doesn't support proxy settings for cellular connections through the UI. You need: - A proxy app (Drony, SocksDroid) - ADB method (limited to HTTP) - A VPN-style app that tunnels through the proxy

iPhone Users

If you also have an iPhone, check our iPhone proxy setup guide.

Security Tips

Get a Fresh, Tested Proxy Right Now

Every proxy is validated every 30 minutes. 2118 working proxies available right now.

← Back to all guides