Improving network connectivity
Modify the following lines in Engine.ini to these values:
[/Script/Engine.Player]
ConfiguredInternetSpeed=104857600
ConfiguredLanSpeed=104857600[/Script/OnlineSubsystemUtils.IpNetDriver]
MaxClientRate=104857600
MaxInternetClientRate=104857600[/Script/SocketSubsystemEpic.EpicNetDriver]
MaxClientRate=104857600
MaxInternetClientRate=104857600
Inside the Game.ini add/modify the following lines:
[/Script/Engine.GameNetworkManager]
TotalNetBandwidth=104857600
MaxDynamicBandwidth=104857600
MinDynamicBandwidth=10485760
Increasing Object Limit
Please note that it is imperative that you back up your save files regularly if you chose to do this as it can lead to save file corruption and various other issues in the game.
You will now be able to see Engine.ini in the Configuration Editor in the control panel. (Newer servers will automatically have the limit increased)
Copy and paste this to the bottom of the file: (if it doesn't exist already)
Order your Satisfactory server now here[/Script/Engine.GarbageCollectionSettings]
gc.MaxObjectsInEditor=100000000
gc.MaxObjectsInGame=100000000