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

