A proxy allows the Traffic4SEO App to use an IP address different from your real IP when executing workflows. This helps with:
{success} Optional: Proxies are NOT mandatory. You can still earn tokens normally without a proxy. Proxies simply help increase your chances of receiving workflows and your earning potential.
1. More Workflows
Some workflows are only available for IPs from specific countries:
Workflow: "Search Google US for keyword X"
Requirement: US IP address
Payment: 10 tokens
Without a US proxy, you won't receive this workflow.
2. Running Multiple Instances
With proxies, you can run multiple instances simultaneously without needing to create virtual machines or VPS.
Instance 1: Direct IP (Vietnam) → Earn from VN workflows
Instance 2: US Proxy → Earn from US workflows
Instance 3: UK Proxy → Earn from UK workflows
→ Triple your earning potential!
Traffic4SEO App supports 3 types of proxies:
Characteristics:
Format:
http://host:port
https://host:port
# With authentication
http://username:password@host:port
Use case: Web browsing, suitable for most workflows.
Characteristics:
Format:
socks5://host:port
socks5://username:password@host:port
Use case: Complex workflows requiring high security.
Characteristics:
Format: Same as HTTP/SOCKS5, depending on the provider.
Use case: Workflows requiring "real user" behavior.
Traffic4SEO App supports proxy configuration via Command Line and Desktop Shortcuts. You can pass proxy details when starting the app or pre-configure them in shortcuts on Windows and Linux (Ubuntu).
{info} Note: Currently, the app does not have an in-app settings UI for configuring proxies. You must use command-line arguments when launching the app or create a Desktop Shortcut.
Traffic4SEO supports the --proxy (or -p) parameter using the standard Proxy Connection URI format. You can pass your proxy details as a single URI string when starting the app or CLI.
| Format Variant | URI Example | Protocol | Auth |
|---|---|---|---|
ip:port |
--proxy="192.168.1.100:8080" |
HTTP (Default) | None |
username:password@ip:port |
--proxy="user:[email protected]:8080" |
HTTP (Default) | Yes |
schema://ip:port |
--proxy="http://192.168.1.100:8080" --proxy="socks5://192.168.1.100:1080" |
Specified (http, socks5) |
None |
schema://username:password@ip:port |
--proxy="http://user:[email protected]:8080" --proxy="socks5://user:[email protected]:1080" |
Specified (http, socks5) |
Yes |
{primary} Protocol Defaulting: If you omit the scheme (
http://orsocks5://), Traffic4SEO automatically defaults tohttp://.
# 1. IP and Port only (defaults to HTTP)
Traffic4SEO.exe --proxy="192.168.1.100:8080"
# 2. IP:Port with Username and Password
Traffic4SEO.exe --proxy="myuser:[email protected]:8080"
# 3. HTTP Proxy with Authentication
Traffic4SEO.exe --proxy="http://myuser:[email protected]:8080"
# 4. SOCKS5 Proxy with Authentication
Traffic4SEO.exe --proxy="socks5://myuser:[email protected]:1080"
# 5. Legacy individual flags (Supported for backwards compatibility)
Traffic4SEO.exe --proxy-type=http --proxy-host=proxy.example.com --proxy-port=8080 --proxy-username=user --proxy-password=pass
# 1. IP and Port only
./Traffic4SEO.AppImage --proxy="192.168.1.100:8080"
# 2. Full HTTP Proxy URI with Authentication
./Traffic4SEO.AppImage --proxy="http://myuser:[email protected]:8080"
# 3. SOCKS5 Proxy URI
./Traffic4SEO.AppImage --proxy="socks5://myuser:[email protected]:1080"
Creating a Desktop Shortcut allows you to launch the app with a pre-configured proxy with a single click, without having to open the Terminal or Command Prompt every time. This is especially useful when running multiple instances with different proxies.
You can duplicate/edit an existing shortcut or create a new shortcut from scratch:
{info} Tip: Using Option 1 is recommended because the default shortcut already contains the exact path to your
Traffic4SEO.exefile, eliminating the need to manually locate or type system paths.
Option 1: Duplicate & Edit an Existing Shortcut (Recommended)
Ctrl + C), then paste it (Ctrl + V) on the Desktop to create a duplicate.Traffic4SEO - US Proxy).--proxy="..." parameter at the very end (keep the existing .exe path intact): # Example Target after appending proxy:
C:\Users\Admin\AppData\Local\Programs\Traffic4SEO\Traffic4SEO.exe --proxy="http://user:[email protected]:8080"
Option 2: Create a New Shortcut from Scratch
Traffic4SEO.exe followed by the --proxy parameter: C:\Users\<Username>\AppData\Local\Programs\Traffic4SEO\Traffic4SEO.exe --proxy="http://user:[email protected]:8080"
{info} Note: Replace
<Username>with your actual Windows username (e.g.,Admin). If the path contains spaces, wrap the.exefile path in double quotes"...".
Traffic4SEO - US Proxy).On Ubuntu / Linux Desktop (GNOME), you can create a .desktop file to launch the app with a proxy:
Step 1: Create a .desktop File
Open Terminal and create a new desktop entry file on your Desktop:
nano ~/Desktop/traffic4seo-us.desktop
Step 2: Enter Configuration Content
Paste the following configuration into the file (update the Exec path and --proxy parameter according to your setup):
[Desktop Entry]
Version=1.0
Type=Application
Name=Traffic4SEO (US Proxy)
Comment=Traffic4SEO App with US Proxy
Exec=/home/username/Apps/Traffic4SEO.AppImage --proxy="http://user:[email protected]:8080"
Icon=traffic4seo
Terminal=false
Categories=Network;Utility;
Step 3: Make Executable & Allow Launching
chmod +x ~/Desktop/traffic4seo-us.desktop
traffic4seo-us.desktop icon.After starting the app with a proxy, you can check the current IP:
45.67.89.123).{success} Proxy Working Correctly: If the IP and country flag match the proxy you are using, it's successfully configured!
Reason: Proxy server down, incorrect host/port, or firewall block.
Solution:
Reason: Incorrect username/password, expired account, or IP whitelist issues.
Solution: