0.13.2 Server Browser multiples issue

This subforum contains all the issues which we already resolved.
Killavirus
Long Handed Inserter
Long Handed Inserter
Posts: 56
Joined: Wed Apr 13, 2016 10:39 am
Contact:

0.13.2 Server Browser multiples issue

Post 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": ""
}
Addiction Thy Name be Factorio, FACTORIO IS NOT A LIE.
kovarex
Factorio Staff
Factorio Staff
Posts: 8298
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: 0.13.2 Server Browser multiples issue

Post by kovarex »

You have to set different port in the config, it should be enough.
Post Reply

Return to “Resolved Problems and Bugs”