Server does not appear in LAN nor Public

Anything that prevents you from playing the game properly. Do you have issues playing for the game, downloading it or successfully running it on your computer? Let us know here.
Post Reply
b9shark
Manual Inserter
Manual Inserter
Posts: 3
Joined: Tue Nov 03, 2015 5:58 pm
Contact:

Server does not appear in LAN nor Public

Post by b9shark »

Hi, I'm trying to set up a server on a home pc (that is always on)
I can connect perfectly fine via direct IP (on LAN), but the game does not appear in the LAN list.
I've also enabled it to appear publicly, but there it also doesn't show up.
Does this just take a while, or do I need to take additional steps to make this work?

Note: I have not port-forwarded anything

Excerpt from server-settings.json

Code: Select all

{
  "name": "$myname Game",
  "description": "some description",
  "tags": ["cheese"],

  "_comment_max_players": "Maximum number of players allowed, admins can join even a full server. 0 means unlimited.",
  "max_players": 13,

  "_comment_visibility": ["public: Game will be published on the official Factorio matching server",
                          "lan: Game will be broadcast on LAN"],
  "visibility":
  {
    "public": true,
    "lan": true
  },

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

  "_comment_token": "Authentication token. May be used instead of 'password' above.",
  "token": "--REDACTED--",

  "game_password": "--REDACTED--",

  "_comment_require_user_verification": "When set to true, the server will only allow clients that have a valid Factorio.com account",
  "require_user_verification": true,

Post Reply

Return to “Technical Help”