C3Fire

Configuration C3Fire Client on Linux

From C3LearningLabs


The configuration you need to do is only to set the IP numbers to the the C3Fire server computer.

The computer that is used to start a manager (session) needs to have both IPNrLan and IPNrWan defined.
If C3Fire Cloud server is used the players installations do not need to configure any IP number.


The client configuration is defined in <C3FIRE-Client>/Files/Root/C3FireClientConfig.con

Example : /opt/c3system/C3LearningLabs/C3Fire/Files/Root/C3FireClientConfig.con

The IPNrLan is the C3Fire Server's IP number in the Local Area Network.
The IPNrWan is the C3Fire Server's IP number at internet (WAN).
 <Connection
  IPNrLan = "127.0.0.1"
  IPNrWan = "88.206.156.61"
  PortLan = "8382"
  PortWan = "8382"

Example set the IP number to IPNr = "192.168.1.2"

Server on internet (WAN)

If the C3Fire server should be accessed from internet (WAN), you need configure the Internet router to
port-forward, port 8382 and


C3Fire Cloud Server

If the C3Fire cloud server should be used to connect the clients with the server,
the configuration CloudServer->Active should be "True".


The client configuration is defined in <C3FIRE-Client>/Files/Root/C3FireClientConfig.con

Example : /opt/c3system/C3LearningLabs/C3Fire/Files/Root/C3FireClientConfig.con

<CloudServer
  Active = "True"
  ...




Template:C3fire/Config/Install/Linux/Install Menu