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 only supports proxy setup via the Command Line. You need to pass proxy information when starting the app.
{info} Note: Currently, the app does not have a settings UI for configuring proxies. You must use command line arguments when opening the app.
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 |
{tip} 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"
"C:\Path\To\Traffic4SEO.exe" --proxy="http://user:[email protected]:8080"
Now you have a dedicated shortcut for each proxy!
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: