Generate a Icarus ServerSettings.ini
Icarus keeps its server settings in ServerSettings.ini, a short file with one section — but several important settings, including the ports and the name shown in the browser, are launch arguments instead.
Visual Settings
ServerSettings.ini
Advertisement
The ServerSettings.ini format
Everything sits under a single [/Script/Icarus.DedicatedServerSettings] header, one Key=Value per line, with True and False for switches. On Windows the file lives in Saved\Config\WindowsServer inside the server's user folder.
Advertisement
The mistake that wastes an evening
The server shuts itself down by default: ShutdownIfNotJoinedFor and ShutdownIfEmptyFor are both 300 seconds, so a server nobody has joined for five minutes simply stops. Set them below zero to keep it running. And leave AdminPassword empty and anyone can log in as admin.