-
Notifications
You must be signed in to change notification settings - Fork 0
Local SOCKS5 Proxy Setup
TheCellMaster edited this page Mar 26, 2026
·
1 revision
Problem: You're getting "Proxy Authentication Required" errors. This is a workaround to fix the proxy authentication problem using your own local IP.
Download from: https://www.ogame.ninja/socks5
Open a terminal and run the executable with your desired credentials:
C:\Users\YOUR_USER\Downloads\socks5.windows.amd64.exe --host 0.0.0.0 --port 23456 --username MyUser --password MyPass
Note: Username and password are required. Replace
MyUserandMyPasswith any credentials you choose.
In your bot's proxy settings, enter the following (using the same credentials from step 2):
| Field | Value |
|---|---|
| Type | SOCKS5 |
| Host | Your own local IP (e.g. 192.168.1.100) |
| Port | 23456 |
| Username | (same username from step 2) |
| Password | (same password from step 2) |
Important: Replace the Host with your actual local IP address, not
localhostor127.0.0.1.
- Bots will route through your own local IP
- No external VPN required
- This only creates a local route for Ninja — it does not affect your other internet traffic
Login & Authentication
Proxy & Network
Monitoring & Availability
Bot Configuration