How it works
SlipStream GUI’s HTTP proxy server listens on0.0.0.0:8080, making it accessible to other devices on your local network. This allows your mobile devices to use your PC’s VPN connection by configuring them to use your PC as a proxy.
The HTTP proxy port (8080) is accessible from your network, enabling seamless VPN sharing with phones, tablets, and other devices.
Architecture
Prerequisites
Before setting up mobile VPN sharing:Finding PC IP address
You need to know your PC’s local IP address to configure the mobile device proxy.- macOS
- Windows
- Linux
Option 1: Using TerminalOpen Terminal and run:Or:Option 2: System Settings
- Open System Settings
- Click Network
- Select your active connection (Wi-Fi or Ethernet)
- Your IP address is displayed (e.g.,
192.168.1.100)
The IP address will typically start with:
192.168.x.x(most common for home networks)10.0.x.x(some routers)172.16.x.xto172.31.x.x(less common)
iOS configuration steps
Configure your iPhone or iPad to use your PC’s VPN connection:Enter proxy details
- Server: Enter your PC’s IP address (e.g.,
192.168.1.100) - Port: Enter
8080 - Authentication: Leave this OFF
Make sure to enter only the IP address in the Server field, not “http://” or any other prefix.
Disabling proxy on iOS
To disconnect from the VPN:- Go back to Settings → Wi-Fi → (i)
- Under HTTP Proxy, select “Off”
- Tap “Save”
Android configuration steps
Configure your Android phone or tablet to use your PC’s VPN:Access network settings
Long-press on your connected Wi-Fi network name, then select:
- “Modify network” or
- “Network details” (depends on Android version)
Show advanced options
Tap “Advanced options” or expand the advanced settings section
On some Android versions, you may need to tap “Show advanced options” first.
Enter proxy details
- Proxy hostname: Enter your PC’s IP address (e.g.,
192.168.1.100) - Proxy port: Enter
8080 - Bypass proxy for: Leave empty or add local addresses:
Android version differences
Proxy settings location may vary by Android version and manufacturer:
- Settings → Network & Internet → Wi-Fi → (tap network) → Advanced → Proxy
- Settings → Connections → Wi-Fi → (tap gear icon) → Advanced → Proxy
Disabling proxy on Android
To disconnect from the VPN:- Go back to Settings → Wi-Fi
- Long-press your network → “Modify network”
- Expand Advanced options
- Set Proxy to “None”
- Tap “Save”
Troubleshooting tips
Can’t connect from mobile device
- Check network
- Check firewall
- Verify IP address
- VPN not running
Verify same network:
- PC and mobile device must be on the same Wi-Fi network
- Cellular data will not work
- Guest networks may block device-to-device communication
- Disconnect and reconnect to Wi-Fi on both devices
- Ensure you’re on the main network, not a guest network
Connection is very slow
Possible causes:- Your PC is acting as a proxy, adding overhead
- Network congestion
- VPN server is slow or far away
- PC performance issues
- Ensure your PC has a good Wi-Fi signal
- Use Ethernet on your PC if possible
- Close unnecessary applications on your PC
- Try a different DNS resolver (use DNS Checker)
- Check VPN server performance
Some apps don’t work
Apps that may not work:- Banking apps with strict security
- Some streaming services
- Apps that pin certificates
- Apps that require direct connections
- These apps will use your regular connection (not VPN)
- For critical apps, consider using a mobile VPN app instead
IP address changed
Your PC’s IP address may change after:
- Router restart
- PC restart
- DHCP lease renewal
- Network reconnection
- Find your PC’s new IP address (see “Finding PC IP address” above)
- Update the proxy configuration on your mobile device
- Save the new settings
- Configure a static IP for your PC in router settings (DHCP reservation)
- This ensures your PC always gets the same IP address
”Proxy authentication required” error
SlipStream GUI’s HTTP proxy does not require authentication for client connections.
- Ensure the “Authentication” field is empty or turned OFF
- Remove any username/password from proxy settings
- Re-save the configuration
Can’t save proxy settings
On some Android devices:- Corporate/MDM-managed devices may prevent proxy changes
- School-issued devices may have restrictions
- Some carriers block proxy configuration
- Check with your device administrator
- Try using a personal device instead
Security considerations
- Trust your network: Only share VPN on trusted Wi-Fi networks you control (home, not public).
- All traffic routes through your PC: Your mobile device’s internet activity goes through your PC and VPN.
- PC must stay on: If your PC sleeps or turns off, mobile devices lose connection.
- Firewall configuration: Opening port 8080 on your PC may expose it to other devices on the network.
- No authentication: The HTTP proxy on port 8080 doesn’t require a password (anyone on your network can use it).
Best practice: Only enable VPN sharing when needed, and disable it when you’re done or leave your home network.