Page 1 of 1

Server does not appear in LAN nor Public

Posted: Sat Oct 14, 2017 4:25 pm
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,