Skip to content
oznogon edited this page Mar 22, 2020 · 6 revisions

Game clients can connect to a proxy EmptyEpsilon server as if it were the game server. This can help distribute client connections across multiple servers, and can allow for easier network traversal for clients that can connect to the proxy but not directly to the game server.

Note: The proxy server does not proxy httpserver/HTTP API requests.

Configuring a proxy

  1. Start an EmptyEpsilon server (launch EE, then click "Start Server").

  2. To create the proxy server, start another EE instance with the proxy option set to the server's IP address, either in the Preferences file:

    proxy=192.168.0.10
    

    or as a command-line parameter (ie. on Windows, from the directory where EE is installed):

    > EmptyEpsilon.exe proxy=192.168.0.10
    

    Note: This will not launch a graphical client window.

  3. Start a player client (launch EE, then click "Start Client").

  4. Select the proxy server.

The player client should now be connected to the game server through the proxy server.

Clone this wiki locally