Client Configuration Windows
Template:MenuHeadC3Fire Template:C3fire/Config/Install/Windows/Install Menu Template:TOCright
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 : C:\C3LearningLabs\C3Fire\Client\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 port 8380 to the C3Fire Server.
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 : C:\C3LearningLabs\C3Fire\Client\Files\Root\C3FireClientConfig.con
<CloudServer
Active = "True"
...