Run as Administrator
For best functionality on Windows, especially system proxy configuration, run SlipStream GUI as Administrator.Option 1: Right-click method
Option 1: Right-click method
- Right-click on the SlipStream GUI shortcut or
.exefile - Select “Run as administrator”
- Click “Yes” in the UAC prompt
Option 2: Always run as administrator
Option 2: Always run as administrator
- Right-click on the SlipStream GUI shortcut
- Select “Properties”
- Go to the “Compatibility” tab
- Check “Run this program as an administrator”
- Click “OK” and “Apply”
Why administrator access is needed
Why administrator access is needed
- System proxy configuration: Modifying
HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings - WinHTTP proxy: Running
netsh winhttp set proxy - Killing processes on ports: Using
taskkillfor port conflicts
- System proxy won’t be configured automatically
- You’ll need to configure proxy settings manually
- Port conflicts must be resolved manually
System proxy configuration
Windows uses both WinINET (user proxy) and WinHTTP (system proxy). SlipStream GUI configures both for maximum compatibility.System proxy toggle has no effect
System proxy toggle has no effect
- Run the app as Administrator (see above)
- Or configure proxy manually:
- Open Settings → Network & Internet → Proxy
- Enable Manual proxy setup
- Proxy server:
127.0.0.1:8080 - Port:
8080 - Click Save
Manual proxy configuration (WinINET)
Manual proxy configuration (WinINET)
- Settings → Network & Internet → Proxy
- Manual proxy setup
- Proxy server:
127.0.0.1:8080 - Use the proxy server except for addresses that start with:
<local> - Click Save
Configure WinHTTP proxy
Configure WinHTTP proxy
Proxy settings persist after stopping VPN
Proxy settings persist after stopping VPN
- Settings → Network & Internet → Proxy
- Turn off Manual proxy setup
Windows Defender and antivirus
Windows Defender or other antivirus software may quarantine the SlipStream client binary.Binary quarantined or blocked
Binary quarantined or blocked
- Open Windows Security
- Go to Virus & threat protection
- Click Protection history
- Look for
slipstream-client-win.exein the list - If found, click Actions → Restore or Allow
Add exclusion for SlipStream GUI
Add exclusion for SlipStream GUI
- Open Windows Security
- Go to Virus & threat protection
- Click Manage settings (under Virus & threat protection settings)
- Scroll to Exclusions
- Click Add or remove exclusions
- Click Add an exclusion → Folder
- Add your SlipStream GUI installation folder:
- Installer version:
C:\Program Files\SlipStream GUI - Portable version: Your chosen folder
- Installer version:
Third-party antivirus software
Third-party antivirus software
- Check quarantine/blocked files list
- Restore
slipstream-client-win.exe - Add installation folder to whitelist/exclusions
- Reinstall if binary was deleted
Firewall configuration
Windows Firewall may block ports 8080 and 5201.Allow SlipStream through firewall
Allow SlipStream through firewall
- Open Control Panel → Windows Defender Firewall
- Click Allow an app or feature through Windows Defender Firewall
- Click Change settings (requires admin)
- Click Allow another app
- Browse to SlipStream GUI executable
- Add it and ensure both Private and Public are checked
Manually allow ports (Command Prompt)
Manually allow ports (Command Prompt)
Temporarily disable firewall (testing only)
Temporarily disable firewall (testing only)
- Open Windows Defender Firewall
- Click Turn Windows Defender Firewall on or off
- Select Turn off Windows Defender Firewall (both private and public)
- Test SlipStream GUI
- Remember to turn the firewall back on
Portable vs Installer versions
Which version should I use?
Which version should I use?
- ✅ Easier to install and update
- ✅ Creates Start Menu shortcuts
- ✅ Registers uninstaller
- ❌ Requires installation to Program Files
- ❌ May trigger more antivirus checks
- ✅ No installation required
- ✅ Can run from USB drive
- ✅ Easier to move or delete
- ❌ No automatic shortcuts
- ❌ Settings stored in app folder (not AppData)
Portable version not starting
Portable version not starting
- Path with spaces: Ensure the folder path doesn’t have special characters
- Missing binaries: Check that
binaries/slipstream-client-win.exeexists - Permissions: Run from a folder where you have write permissions
- UAC: Try running as Administrator
Migrating between versions
Migrating between versions
- Copy settings from:
%APPDATA%\SlipStream GUI\settings.json - To:
<portable-folder>\settings.json
- Install the installer version
- Copy
settings.jsonfrom portable folder to%APPDATA%\SlipStream GUI\
Windows-specific error codes
Common error codes and solutions
Common error codes and solutions
| Error | Meaning | Solution |
|---|---|---|
| ENOENT | File not found | Binary missing or path incorrect |
| EACCES | Permission denied | Run as Administrator |
| EADDRINUSE | Port already in use | Kill process using port 8080 or 5201 |
| EPERM | Operation not permitted | Run as Administrator |
| ERROR_ELEVATION_REQUIRED | Admin needed | Run as Administrator |
Check port usage
Check port usage
PowerShell execution policy errors
PowerShell execution policy errors
-NoProfile flag to bypass most execution policy restrictions.Windows-specific logs
Application data location
Application data location
- Settings:
%APPDATA%\SlipStream GUI\settings.json - Logs: Check app’s Logs panel
- Settings:
<app-folder>\settings.json - Binaries:
<app-folder>\binaries\slipstream-client-win.exe
Check Windows Event Viewer
Check Windows Event Viewer
- Press
Win+X→ Event Viewer - Expand Windows Logs → Application
- Look for errors from “SlipStream GUI” or “Electron”
Debug with PowerShell
Debug with PowerShell
Sharing VPN over Wi-Fi
Share your VPN connection with mobile devices on the same network.Find your PC's IP address
Find your PC's IP address
192.168.x.x).Option 2: Settings- Settings → Network & Internet
- Click your connection (Wi-Fi or Ethernet)
- Find IPv4 address
Configure Android device
Configure Android device
- Settings → Wi-Fi
- Long-press your network → Modify network
- Advanced options → Proxy → Manual
- Proxy hostname: Your PC’s IP (e.g.,
192.168.1.100) - Proxy port:
8080 - Save
Firewall rules for network sharing
Firewall rules for network sharing