Since 1.0 was released in June 2025, it’s been easy to set up your own SCUM server. It’s the best way to control the gaming experience, invite friends and build a real community. In this guide, we’ll help you step by step to avoid common mistakes: from Steam installation to public uploading and INI file configuration.
1. Install the SCUM server files
1.1 Download via Steam
- Open Steam ▸ Library ▸ Tools and search for SCUM Server.
- Click on Install (approx. 6 GB).
1.2 Checking the tree structure
Default path :...\SteamLibrary\steamapps\common\SCUM Server\SCUM\Binaries\Win64\
2. Starting the server: two methods
👉 Looking directly for a ready-to-use hosting provider for SCUM? Check out our page dedicated to SCUM server hosting: fast, secure, ready in 60 seconds.
2.1 Directly from Steam
- Start button (the
-log
parameter is added automatically). - Add other arguments in Properties ▸ Launch options
:Polylang placeholder do not modify
2.2 Using the command prompt (CMD)
bashCopyEditcd"...\SCUM Server\SCUM\Binaries\Win64"
SCUMServer.exe -log -port=7000 -MaxPlayers=32
3. Close the server properly
- In the CMD window, type CTRL + C.
- Check
...\SCUM\Saved\SaveFiles\
: theSCUM.db-shm
andSCUM.db-wal
files must NOT be present.
4. Making the server accessible to the public
Step | Action |
---|---|
1 | Contact your ISP to lift the CGNAT |
2 | Open TCP/UDP port 7000 → Local PC IP |
3 | Test with portchecktool.com |
4 | Share your public IP or let players find you in the SCUM browser |
5. Good practice in safety and performance
- Never click on the console during execution
(ESC
to “unfreeze” if necessary). - Schedule regular restarts via
#RestartServer pretty please
to free up memory. - Activate Battleye and update as soon as a patch is released.
You now know how to install, launch and secure your SCUM server. Enjoy the game!