Fragility

How to set up a server

First, note that the server listens on ports 28799-28802 (on the UDP protocol) by default, so remember to allow such incoming network traffic in any firewalls or routers that are connected to your server.

Standalone server

The simplest way to start the server with default configuration is to go to the game base directory and run "./fragility_server".

If you want to configure your server; in the game directory there is a file named "doc/examples/servinit.cfg". Copy this file to the directory where you want to store the server configuration file. Assuming you put it in the same directory as the "fragility_server" executable file, go to that directory in a terminal and simply run "./fragility_server" to start the server.

In the game client

It is possible to run a server from within the game client. In the map select menu under "Host Server", simply check "Private" to start a local server or "Public" for one that accepts connections from the internet.