How to Find Your Proxy Server Address on Windows, macOS & Smartphones: 2025 Visual Guide
Lost your proxy details? Whether you’re troubleshooting a connection, double-checking a new setup, or simply curious where your traffic is routed, retrieving your proxy server address is a basic but essential skill. This concise walkthrough covers every major platform—Windows, macOS, Linux, iOS, Android, plus Chrome, Firefox and Edge—with screenshots tips and one-command shortcuts you can copy-paste in seconds.
Quick Definition: What Is a Proxy Address?
A proxy address combines an IP (or hostname) and a port number—e.g., 192.168.1.50:8080. Think of the IP as the building and the port as the door. Your apps send traffic to that door, and the proxy forwards it to the internet using its own identity, masking yours [1].
Platform Cheat-Sheet
| OS / Device | Fastest GUI Path | CLI Power-User Tip | Common Port |
|---|---|---|---|
| Windows 11/10 | Settings → Network & Internet → Proxy | netsh winhttp show proxy | 8080, 3128 |
| macOS 14+ | System Settings → Network → (Wi-Fi) → Details → Proxies | scutil --proxy | 8080, 3128 |
| Ubuntu 24 | Settings → Network → Network Proxy | env | grep -i proxy | 3128, 8080 |
| iOS 17 | Settings → Wi-Fi → ⓘ → HTTP Proxy | — | 8080 |
| Android 14 | Settings → Network & Internet → Wi-Fi → ⚙ → Proxy | — | 8080 |
Step-by-Step Instructions
Windows (GUI + CMD)
- Press Win + I → “Network & Internet” → “Proxy”.
- If “Use a proxy server” is On, the address and port are listed under “Manual proxy setup”.
- Need PAC or historical settings? Open Command Prompt and type:
netsh winhttp show proxy
macOS (GUI + Terminal)
- Apple menu → “System Settings” → “Network” → select active service → “Details” → “Proxies”.
- Enabled protocols show on the right. Highlight “Web Proxy (HTTP)” to view IP and port.
- Terminal shortcut:
scutil --proxy | grep -E "Proxy |Port"
iOS & Android
Both systems store proxy per Wi-Fi network. Open Wi-Fi settings, tap the connected network, scroll to “HTTP Proxy” or “Proxy” (vendor label varies). If “Manual” is selected, you’ll see “Server” and “Port” fields. No root required [1].
Browsers: Chrome, Edge, Firefox
Desktop browsers delegate to OS settings. Type chrome://settings/system → “Open your computer’s proxy settings” to jump straight to the OS panel above. Firefox is the exception: Settings → search “Proxy” → “Settings” button shows its own config window.
Troubleshooting: Proxy Address Not Showing?
- PAC file: Some networks use a
.pacURL. Download and open it in a text editor—look forPROXY ip:portlines. - Corporate lock: If settings are grey, Group Policy may enforce a central proxy—contact IT.
- Verify live proxy: Visit whatismyipaddress.com before and after enabling; a changed IP confirms routing.
FAQ
A: No. Default gateway (e.g., 192.168.1.1) is your router; a proxy is an optional middle server further upstream.
A: Yes. Most OS panels let you set separate entries, or you can list both in a PAC script.
A: No. Your ISP still sees you connecting to the proxy; only the destination website sees the proxy IP.
Learn More
- ISP Proxies Explained
- Residential vs Datacenter Proxies
- How to Rotate Proxies in Python
- SOCKS Proxy Explained
- How To Use Proxies With HTTPX
