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": ""
}
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": ""
}