logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create Factorio Server - Manage Game Worlds | Online Free DevTools by Hexmos

Create Factorio servers to manage complex game worlds. Use command-line options for custom map generation and settings. Free online tool, no registration required.

factorio

Create and start a headless Factorio server. More information: https://wiki.factorio.com/Multiplayer.

  • Create a new save file:

{{path/to/factorio}} --create {{path/to/save_file.zip}}

  • Start a Factorio server:

{{path/to/factorio}} --start-server {{path/to/save_file.zip}}

  • Create a new save file with specific settings:

{{path/to/factorio}} --create {{path/to/save.zip}} --map-gen-settings {{path/to/map-gen-settings.json}} --map-settings {{path/to/map-settings.json}}

  • Shut the server gracefully:

/quit

  • Display help:

{{path/to/factorio}} {{[-h|--help]}}

See Also