Skip to content

Local SOCKS5 Proxy Setup

TheCellMaster edited this page Mar 26, 2026 · 1 revision

Tutorial: Local SOCKS5 Proxy Setup (OGame Ninja)

Problem: You're getting "Proxy Authentication Required" errors. This is a workaround to fix the proxy authentication problem using your own local IP.


1. Download the Official SOCKS5 Server

Download from: https://www.ogame.ninja/socks5

2. Run the SOCKS5 Server

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 MyUser and MyPass with any credentials you choose.

3. Configure It in Your Ninja Account

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 localhost or 127.0.0.1.


Benefits

  • 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

Clone this wiki locally