Page 1 of 1

0.13.2 Server Browser multiples issue

Posted: Fri Jul 01, 2016 2:53 pm
by Killavirus
Hiya, sorry to be a pain !!!

I'm running multiple servers on one machine, that has never been an issue in regards to ports etc etc, but the server browser can only see the server1 listed twice :/
Is there a way of specifying the Browser query port for multiple instances?
Server1 is running on 34197 and server 2 on 34198

Here are my Json files for the two servers (going to leave them both running so you can see in the server browser for yourself)

Server 1

Code: Select all

{
  "name": "[NSG]",
  "description": "No Stress Gaming",
  "tags": ["vanilla", "teamspeak"],
  "max_players": "64",

  "_comment_visibility": ["public: Game will be published on the official Factorio matching server",
                          "lan: Game will be broadcast on LAN",
                          "hidden: Game will not be published anywhere"],
  "visibility": "public",

  "_comment_credentials": "Your factorio.com login credentials. Required for games with visibility public",
  "username": "USERNAME",
  "password": "PASSWORD",

  "game_password": ""
}
Server 2

Code: Select all

{
  "name": "[NSG-2]",
  "description": "No Stress Gaming - Peaceful mode",
  "tags": ["vanilla", "teamspeak"],
  "max_players": "64",

  "_comment_visibility": ["public: Game will be published on the official Factorio matching server",
                          "lan: Game will be broadcast on LAN",
                          "hidden: Game will not be published anywhere"],
  "visibility": "public",

  "_comment_credentials": "Your factorio.com login credentials. Required for games with visibility public",
  "username": "USERNAME",
  "password": "PASSWORD",

  "game_password": ""
}

Re: 0.13.2 Server Browser multiples issue

Posted: Fri Aug 26, 2016 2:01 pm
by kovarex
You have to set different port in the config, it should be enough.