Home

Satisfactory

Config Generator

Fill in the fields below to generate a ready-to-use Engine.ini for your Satisfactory dedicated server. For the full setup walkthrough -- getting the server files, required ports and starting it up -- see the Satisfactory setup guide. Not sure your hardware is up to it? Check compatibility first.

Satisfactory's server identity (name) and admin/client passwords aren't set via a config file -- they're claimed through the in-game Server Manager the first time you connect to a fresh server. This covers the two settings that are file-based: network tick rate and the autosave rotation count.

Source: Community-documented (Coffee Stain doesn't publish a config-file reference for this tweak, since it's normally done through the Server Manager); cross-checked against real shipped Engine.ini edits.

Engine.ini preview

[/Script/OnlineSubsystemUtils.IpNetDriver]
NetServerMaxTickRate=30
LanServerMaxTickRate=30

[/Script/SocketSubsystemEpic.EpicNetDriver]
NetServerMaxTickRate=30
LanServerMaxTickRate=30

[/Script/Engine.Engine]
NetClientTicksPerSecond=30

[/Script/FactoryGame.FGSaveSession]
mNumRotatingAutosaves=5
Source: Community-documented (Coffee Stain doesn't publish a config-file reference for this tweak, since it's normally done through the Server Manager); cross-checked against real shipped Engine.ini edits.

Server running but nobody can join?

A wrong or missing setting in this file isn't the only reason players can't connect -- see the connection troubleshooting guide for port forwarding, firewall and CGNAT issues.