Jump to content
  • 0

Server Online but FluxCP says Offline


Anubis92

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   4
  • Joined:  05/11/17
  • Last Seen:  

Hello everyone!

 

I've got an Problem. I use my CP now since 4 month and since friday the CP says my Char and Map Server are offline, but they are Online. Only the Login Server is displayed correct. See here 

 

I didn't Change anything in the CP, only on the Server. I use now two Char and Map Server on one Login Server, but the Main Server runs normal on the standart ports.

Anybody can help to fix it?

 

Greetings

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

You need to configure the emulator access ports in the fluxcp configuration file.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

        // Login server configuration.
        'LoginServer'    => array(
            'Address'  => '192.168.2.100',
            'Port'     => 6900,

                'CharServer'      => array(
                    'Address'     => '192.168.2.100',
                    'Port'        => 6100
                ),
                'MapServer'       => array(
                    'Address'     => '192.168.2.100',
                    'Port'        => 5000
                ),

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.02
  • Content Count:  267
  • Reputation:   40
  • Joined:  01/19/17
  • Last Seen:  

If above already done, make sure your webhost allows outgoing ports for char & map server else it will always show offline.

Link to comment
Share on other sites

×
×
  • Create New...