Online Game not Visible

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.
Birdfire84
Manual Inserter
Manual Inserter
Posts: 2
Joined: Tue Sep 05, 2017 7:45 pm
Contact:

Online Game not Visible

Post by Birdfire84 »

DEUTSCH:

Hallo,

habe folgendes Problem. Dedizierter Server läuft, aber Sichtbar ist er nicht im Browser, über direkt IP geht es aber. Wo liegt das Problem? Die Ports sind eingestellt und die Firewall ist auch freigegeben für Factorio.

ENGLISH:

Hello,

i have a Problem. I have a Dediceded Server is runnig, but not visible in Browser, but over IP we can join the Game. How is the Problem? I have Open Ports and Firewall is open for Factorio

Code: Select all

{
  "name": "***************************",
  "description": "***********************************************",
  "tags": ["game", "tags"],

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

  "_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": "******************",
  "password": "**************",

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

  "game_password": "************",

  "_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,

  "_comment_max_upload_in_kilobytes_per_second" : "optional, default value is 0. 0 means unlimited.",
  "max_upload_in_kilobytes_per_second": 0,

  "_comment_minimum_latency_in_ticks": "optional one tick is 16ms in default speed, default value is 0. 0 means no minimum.",
  "minimum_latency_in_ticks": 0,

  "_comment_ignore_player_limit_for_returning_players": "Players that played on this map already can join even when the max player limit was reached.",
  "ignore_player_limit_for_returning_players": false,

  "_comment_allow_commands": "possible values are, true, false and admins-only",
  "allow_commands": "admins-only",

  "_comment_autosave_interval": "Autosave interval in minutes",
  "autosave_interval": 10,

  "_comment_autosave_slots": "server autosave slots, it is cycled through when the server autosaves.",
  "autosave_slots": 5,

  "_comment_afk_autokick_interval": "How many minutes until someone is kicked when doing nothing, 0 for never.",
  "afk_autokick_interval": 0,

  "_comment_auto_pause": "Whether should the server be paused when no players are present.",
  "auto_pause": true,

  "only_admins_can_pause_the_game": true,

  "_comment_autosave_only_on_server": "Whether autosaves should be saved only on server or also on all connected clients. Default is true.",
  "autosave_only_on_server": true,

  "_comment_admins": "List of case insensitive usernames, that will be promoted immediately",
  "admins": []
}
Loewchen
Global Moderator
Global Moderator
Posts: 10295
Joined: Wed Jan 07, 2015 5:53 pm
Contact:

Re: Online Game not Visible

Post by Loewchen »

Post the log, see my signature.
Birdfire84
Manual Inserter
Manual Inserter
Posts: 2
Joined: Tue Sep 05, 2017 7:45 pm
Contact:

Re: Online Game not Visible (detached / gelöst)

Post by Birdfire84 »

Deutsch:

Habe das Problem gelöst. Habe die .bat Datei geändert (siehe unten). Nun sieht man den Server. Habe die server-settings-example.json geändert und abgespeichert zu server-settings.json, damit bei patches nichts überschrieben wird.

English:

I have fixed the Problem. I have change the .bat file. Now we can see the Server. I have server-settings-example.json changed and save ask server-settings.json.
start /wait bin/x64/factorio --server-settings "data/server-settings.json" --start-server "bin/x64/saves/Savegame.zip"
Post Reply

Return to “Technical Help”