Project

General

Profile

Server Administration Guide

Running the server

The sever binary takes two arguments:

  1. The first argument represents the TCP port to listen on.
  2. The second argument configures the minimum amount of players needed to enter the IN-GAME phase.

Example:

Make server listen on TCP port 11001 and wait for 4 clients to connect:

$ esdbomber-server 11001 4

If no arguments are passed to the sever binary (i.e. by double clicking the binary) the TCP port defaults to 11000 and the minimum amount of required gamers defaults to 2.

All other constraints are hardcoded, this will change in future releases.