Primary keywords: satisfactory pc, satisfactory 1.0 pc, satisfactory system requirements, satisfactory fps fix, satisfactory multiplayer setup, satisfactory settings guide, satisfactory performance pc Monthly search volume estimate: 800K–2M combined Intent: Download + optimisation + multiplayer setup Word count: ~3,100 Article ID: 642 Slug: satisfactory-on-pc-guide-2026
Introduction
Satisfactory 1.0 landed in September 2024 after nearly five years in Early Access, and it was worth the wait. Coffee Stain Studios' open-world factory-building game asks you to tame an alien planet by constructing sprawling automated production lines — from bare-hands iron plates to nuclear power plants spanning entire continents. More than 5 million players have joined FICSIT Inc., and the 1.0 release brought a polished story, a new ending, and the most optimised build of the game yet.
This guide covers everything you need to get Satisfactory running smoothly on PC in 2026: system requirements, graphics settings, the notorious frame-rate dip fixes for late-game factories, and how to set up a dedicated multiplayer server for you and your friends.
System Requirements
Satisfactory is an Unreal Engine 5 game and scales heavily with factory size. A fresh map runs fine on mid-range hardware; a 1,000-machine megafactory will humble a top-end rig.
| Tier | CPU | GPU | RAM | Storage |
|---|---|---|---|---|
| Minimum | Intel Core i5-8600 / AMD Ryzen 5 3600 | GTX 1070 8 GB | 8 GB | 15 GB SSD |
| Recommended | Intel Core i7-12700 / AMD Ryzen 7 5800X | RTX 3070 8 GB / RX 6700 XT | 16 GB | 15 GB NVMe |
| Late-game megafactory | Intel Core i9-13900K / AMD Ryzen 9 7950X | RTX 4080 / RX 7900 XT | 32 GB | NVMe (high I/O) |
| Dedicated server (host) | 4 physical cores, 3.0+ GHz | — (headless) | 16 GB | 15 GB |
RAM note: 8 GB is the minimum, but 16 GB is strongly recommended. Large factories generate significant CPU-side object data. Players with 8 GB frequently hit memory pressure stutters in mid-to-late game.
CPU-bound, not GPU-bound: Satisfactory's factory simulation runs almost entirely on the CPU. In late game, even an RTX 4090 will deliver 40–60 fps if paired with a weak CPU, because the game is recalculating conveyor belt item positions and machine states on the main thread. Upgrading CPU or RAM before GPU is the correct order for megafactory builders.
How to Download and Install
Satisfactory is available exclusively through Steam and the Epic Games Store. Both versions are identical; cross-platform multiplayer is supported between them.
Steam
- Open Steam → search Satisfactory → click Buy (current price ~€36 / $35)
- Install to an NVMe SSD if possible — faster load times and chunk streaming
- Launch via Play — no launcher required, no anti-cheat for single-player
Epic Games Store
- Open the Epic Games Launcher → search Satisfactory → purchase
- Install normally; cross-play with Steam friends works via the Session ID system (see Multiplayer section)
Optimal Graphics Settings
Open Settings → Video in-game. These recommendations target 60+ fps on recommended-tier hardware at 1440p.
| Setting | Recommended | Notes |
|---|---|---|
| Overall Quality | Custom | Don't use presets; they enable options that hurt megafactory fps |
| Resolution Scale | 100% (native) or use TSR at 75% | TSR is Satisfactory's temporal upscaler — 75% TSR often looks like native and costs ~20% less GPU |
| View Distance | Medium | The single biggest fps lever. High and Epic double draw calls in open terrain |
| Anti-Aliasing | TSR (Temporal Super Resolution) | Better than TAA at matching motion in factory scenes |
| Shadows | Medium | High shadows are expensive in UE5 Lumen scenes |
| Global Illumination | Lumen (Screen Probe) | Lumen Low is a good fallback; disabling GI entirely makes the game look flat |
| Reflections | Medium | Lumen reflections on Ultra tank fps in glass-heavy builds |
| Foliage Density | Low–Medium | Foliage rendering is surprisingly heavy on open terrain |
| Motion Blur | Off | Personal preference; most factory players disable it |
| VRAM limit warning | Appears at >90% VRAM | Reduce texture quality one tier if this shows repeatedly |
Enabling Frame Generation (NVIDIA / AMD)
- NVIDIA RTX 40-series: Enable DLSS Frame Generation in Video settings → upscales from 45 fps to a smooth 90 fps feel with minimal latency impact
- AMD RX 7000-series: Enable FSR 3 Frame Generation similarly
- Both options appear automatically if your GPU supports them
FPS Fixes for Late-Game Factory Lag
The most common performance complaint: "My fps was fine at 120. Now I have 500 machines and I'm getting 25 fps."
This is expected and is a CPU/simulation bottleneck, not a graphics card problem. Here's how to recover fps:
Fix 1 — Lower CPU-heavy graphics settings
- Set View Distance to Low (most impactful single change)
- Disable Lumen Global Illumination (reduces UE5 scene rebuild costs)
- These two changes together often recover 15–30 fps in busy factories
Fix 2 — Enable "Disable Arachnophobia Mode" has no fps impact
(Common myth — it changes spider models but doesn't affect performance.)
Fix 3 — Factory splitting (the real solution)
Satisfactory processes machines in the area around your character. Building one enormous megafactory means everything is always simulated. Splitting production across multiple factories 1–2 km apart with train/truck logistics reduces the simulation load in any one location. This is the intended late-game architecture and gives the biggest real-world fps improvement.
Fix 4 — Upgrade RAM if running 8 GB
With 8 GB RAM + a GPU with 8 GB VRAM, Windows has almost no headroom. Upgrading to 16 GB RAM often resolves mid-game stutters.
Fix 5 — Launch flags
Add via Steam → Properties → Launch Options:
-dx12
DirectX 12 is default, but explicitly forcing it avoids a driver detection edge case on some systems. If you're already on DX12 and stable, skip this.
Fix 6 — Verify game files
Steam: Right-click → Properties → Local Files → Verify integrity of game files. Corrupted shader caches after a game update can cause random fps dips.
Multiplayer Setup
Satisfactory supports up to 4 players in co-op. One player hosts, or you set up a dedicated server. All progress saves to a shared save file.
Option 1 — Direct session (easiest)
- One player creates a game and opens it to friends (ESC → Manage Session → Session Settings → Public or use friends-only)
- Other players join via Main Menu → Find Sessions (Steam friends appear automatically)
- Cross-play (Steam ↔ Epic): The host shares a Session ID (found in Session Settings). Epic players enter it manually in Find Sessions → "Join by code"
Option 2 — Dedicated server (best for always-on play)
A dedicated server runs headlessly; friends can join any time even when you're offline.
Minimum hardware for a dedicated server: 4 cores / 16 GB RAM / 15 GB SSD. A spare PC or a cheap VPS (€5–8/month) works fine.
Setup steps:
- Steam: Install "Satisfactory Dedicated Server" (free, in your library under Tools)
Epic: The dedicated server binary is packaged separately; download from your Epic library
- Run
FactoryServer.exe(Windows) orFactoryServer.sh(Linux) — first launch generates config files - Open UDP port 7777 on your router and firewall
- In
<ServerDir>/FactoryGame/Saved/Config/WindowsServer/Game.iniset:
[/Script/FactoryGame.FGServerSubsystem]
mAutoPause=True
mAutoSaveOnDisconnect=True
- Players connect via Main Menu → Server Manager → Add Server with your external IP:7777
- Set an Admin Password on first launch to manage the server in-game
Server performance tip: The dedicated server does not render anything. The only bottleneck is CPU simulation speed — same rule applies: split factories spatially to avoid simulating everything at once.
Save Files and Backups
Save files are stored at:
- Windows:
%localappdata%\FactoryGame\Saved\SaveGames\ - Steam Cloud: Enabled by default — saves sync automatically
Dedicated server saves are in:
<ServerDir>\FactoryGame\Saved\SaveGames\server\
Auto-save interval: Defaults to 5 minutes. Increase to 10 minutes in late game to reduce the auto-save stutter (the game pauses briefly during save on very large factories).
Controller Support
Satisfactory is a keyboard-and-mouse game at heart — building, placing, and zooming on a factory map is significantly faster with KBM. Controller support exists but is limited:
- Xbox controller: Plug and play via XInput; works for exploration and combat
- DualSense / DualShock 4: Works via Steam Input; map via Steam → Settings → Controller → Controller Settings
- Limitation: The build menu and blueprint system are designed for mouse precision. Controller players use a slower scroll-and-confirm interface
Most players use KBM for building sessions and switch to a controller for exploration or relaxed flying (after unlocking Jetpack/Hover Pack).
Common Errors and Fixes
| Problem | Fix |
|---|---|
| Crash on launch / black screen | Verify game files (Steam) → update GPU drivers → disable overlays (Discord/GeForce Experience) |
| "Failed to connect to server" | Check UDP 7777 is open on router; confirm server IP is correct; try connecting via Session ID instead of IP if cross-platform |
| Game crashes after a few minutes | RAM pressure — close background apps; upgrade to 16 GB if on 8 GB |
| Save file won't load (corrupted) | Steam Cloud keeps 3 auto-save history copies — open Save folder and restore the previous .sav file |
| Multiplayer desync (items disappearing) | Network latency issue — host and join on same region; increase dedicated server tick rate in Game.ini if using a server |
| Shader compilation stutter on first launch | Normal on UE5 — let the game compile shaders fully on first play session (~10–15 minutes). Don't alt-tab during compilation |
| Factory machines showing "no power" | Power grid not connected — trace the power line, look for a broken junction. Use the Power Pole overlay in the map |
| Can't see friend in multiplayer | Firewall blocking inbound connections — add exception for FactoryGame.exe in Windows Defender Firewall |
Key Game Concepts for New Players
FICSIT milestones: Progress unlocks through the HUB terminal using collected resources. Always build a dedicated Milestone resource buffer early so you're not hand-carrying items.
Conveyor belt basics: Conveyor belts transport items automatically. Each belt has a speed (Mk.1 = 60 items/min, up to Mk.5 = 780 items/min). Match belt speed to your machine throughput — bottlenecks are your main enemy.
Overclock / underclock: Every machine can be clocked between 1% and 250% of default speed using Power Shards (for overclock) or freely for underclock. Overclocking draws more power but saves space; underclocking is useful for balancing ratios.
Power grid management: Power is global — one overloaded machine can blackout your entire base. Build Power Storage (batteries) for buffer. Set up a separate power network for experimental/overclock machines.
Map scanning: The Object Scanner (early unlock) pings resource nodes. Before building, scan the map for ore nodes — Impure/Normal/Pure nodes produce 30/60/120 items/min at default clock speed.
The end goal: Satisfactory has a story ending in 1.0. Building toward the final Space Elevator tiers unlocks the game's closing sequence. Most players find the journey more satisfying than the destination.
Satisfactory vs Similar Games
| Game | Genre | Key difference |
|---|---|---|
| Factorio | 2D factory | Top-down 2D; deeper logistics; no exploration combat; 15M+ players |
| Dyson Sphere Program | 3D factory | Planetary/stellar scale; solo only; less raw complexity |
| Valheim | Survival | Combat and crafting focus; no automation |
| Subnautica | Survival/exploration | Underwater exploration; no factory systems |
| Techtonica | 3D factory | Closer to Satisfactory; underground setting; smaller scale |
FAQ
Is Satisfactory free-to-play? No. It costs approximately €36 / $35 on Steam and Epic. It is not on Game Pass (PC or Xbox).
How many players can play co-op? Up to 4 players. There is no official mod for more, but community mods exist for 8+ player servers with caveats.
Is Satisfactory cross-platform (Steam and Epic)? Yes — Steam and Epic players can join the same session using the Session ID system from the in-game menu.
Does Satisfactory have an ending? Yes. The 1.0 release added a full ending sequence. Completing all Space Elevator tiers and the final milestone triggers it. Most players take 200–500+ hours on a first playthrough.
What happens to my Early Access save? 1.0 is save-compatible with most late EA saves. Some world objects were repositioned, so occasional clipping issues appear. A fresh start is recommended for the full 1.0 experience.
Is there PvP? No. Satisfactory is co-operative only. Players share resources and can build together on the same factory.
Does it run on Steam Deck? Yes, with Verified status. Lower graphics settings and accept ~30 fps on complex factories. Battery life is 1.5–3 hours depending on factory complexity.
Can I mod Satisfactory? Yes — ficsit.app is the official mod hub (Satisfactory Mod Manager, SMM). Popular mods: Refined Power, Ficsit Farming, Area Actions, Linear Motion. Mods are client-side for single-player; all players need the same mods for multiplayer.