Warning
PROJECT DISCONTINUED (End of Life)
I have made the decision to permanently discontinue the development and support of SCUM-RCON.
I invested months of hard work to provide the community with a powerful, free tool. Unfortunately, the disrespect from certain individuals, who took my work to hide it behind their own paywalls or claim it as their own, has completely destroyed my passion for this project. I am a developer, not a security babysitter, and I am pulling the plug on my own terms.
Important Notice Regarding Server Shutdown: The current public builds require a connection to my license server. I will take this server offline at the end of August. Once the server is offline, the mod will permanently cease to function. Please adjust your server infrastructure accordingly.
Will this be made Open Source? No. The mod hooks too deeply into the SCUM engine internals for me to just dump the source code onto the internet. Other people might do that, but I am not other people.
A massive thank you to all the legitimate server operators who used the tool fairly, reported bugs, and actually understood the spirit of this project. For you guys, it was worth the effort.
A fully compliant Source RCON server for SCUM dedicated servers. Execute admin commands seamlessly from any Source-RCON-compatible client—including the bundled rcon_console, mcrcon, rcon-cli, WebRcon, or your custom Discord bots. No in-game admin character required.
Anything that speaks the Valve Source RCON protocol can connect to it. The download is a drop-in bundle that includes UE4SS, meaning there is absolutely no additional setup or dependencies required.
⚠️ Disclaimer: Use at your own risk. There is no warranty or guarantee against future game updates breaking the mod, or against potential bans.
⚖️ Zero-Tolerance Policy: SCUM-RCON is free for server owners and not licensed for commercial use — no commercial license is available. Any monetized product, paid installer, bundled software, or commercial hosting service found shipping or integrating SCUM-RCON will face an immediate DMCA takedown directed at their hosting provider and domain registrar — without any prior warning.
- True Source RCON: Implements the standard Valve Source RCON protocol — use your existing tooling, no proprietary client. Long replies (like
ListSpawnedVehicles) are split across packets instead of truncated. - In-Game Commands: Every SCUM-RCON command also works straight from the in-game admin chat as
#CountItemsWithinRadius …,#SetEnv …,#Whois …. Admin-gated against yourAdminUsers.ini, and it stays out of the way of vanilla commands. - Write Your Own Commands: A plugin API lets any UE4SS Lua mod add commands to SCUM-RCON — a few lines, nothing to compile. Your command answers over RCON and in-game, is told who ran it (SteamID, admin status), and can be admin-only or open to every player.
LuaReload <mod>reloads your script live, so you iterate without restarting the server. C++ mods get the same through an exported C interface. - Live Survival Tuning: Change how fast players get wet, dry off, get rained on and get dirty while the server runs — no restart. Set the defaults in
config.ini, adjust on the fly withSetEnv. - SteamID-First Routing: Commands targeting players or inventories take plain SteamIDs; the mod resolves them to the entity IDs the engine wants and picks the right dispatch path (player, location, or direct) for you. Spawn commands need a player as their context — name one in
config.iniand their confirmation lines stop popping up on whichever player happened to be online. - Free Placement: Caller-anchored spawns and encounters (
SpawnBrenner,SpawnRazor,SpawnInventoryFullOf,ForceDropshipEncounter,ForceAnimalEncounter) can be dropped at any coordinate or sent to a specific player instead of landing at world origin — optionally snapped to the terrain so nothing floats or clips under it. - Quest Lockout Recovery: Frees players who are permanently kicked on every login by a broken quest — pinpoint who's affected, clear the offending quest straight from the live database, or wipe it automatically at boot.
- Player Unstuck: Lift a player wedged in terrain or geometry 2 m straight up via native teleport — no fall damage, no flinging them across the map.
- Live Database Reads: Player lookups, vehicle owners, squads and flags read straight from the server database — accurate no matter who's online, opened read-only, and answered without ever touching the game thread.
- Hardened Runtime: Commands sent before the world is up are answered straight away instead of hanging. Wrong RCON passwords cost the caller a second and lock the address out after five tries; silent connections can't squat the listener. Works on servers where AV/EDR (Defender, Bitdefender, ESET…) has rewritten the game's code in memory, and the bundled UE4SS survives the stale-object iteration that used to take whole servers down.
- Scripted Client: The bundled bilingual (EN/DE) console chains commands with
;and pauses withsleep <seconds>— drive a timed restart sequence from a single line, interactively or piped from a bot. - Drop-In Install: Extract the bundle into
Win64, set a password, start the server — UE4SS is included and pre-configured. Or runSCUM-RCON-Setup-0.X.X.exeand let the installer place everything for you.
While some "RCON" mods bypass the standard protocol and run commands as in-engine scripts, SCUM-RCON implements the actual Valve Source RCON protocol.
- Universal Compatibility: Your existing tools (client, dashboards, bots) connect perfectly right out of the box, over the network, from anywhere.
- No Vendor Lock-in: You aren't tied to a specific mod's proprietary command format or custom client. Your client, your rules.
- Engineered Stability: Dispatching is handled via compiled C++ behind Structured Exception Handling guards. The authentication path is strictly audited, and the boot gate prevents commands from executing before the server is ready.
- Download the
SCUM-RCON-Setup-X.X.X.exefrom the release section. - Double-click the Setup.exe.
- Choose for with user scope it should get installed.
- Select your preferred language (en/de).
- Select the desired installation folder for RCON and installation scope; you can install just the mod or the entire bundle, including the console and tester GUI. The installer will automatically detect the SCUM Server installation; adjust the path if necessary.
- Configure your desired settings, such as
IP,port,password, andmax. connections. - You can optionally let the installer create a desktop shortcut.
- The installer is now installing.
-
Download the
Win64.zipfrom the latest release. -
Extract the contents (
dwmapi.dlland theue4ssfolder) directly into your server'sSCUM\Binaries\Win64\directory. -
Configure your credentials. Open
ue4ss\Mods\scum_rcon\config.iniand set a secure password. (Note: The listener will refuse to start if the password remainsCHANGE_ME_BEFORE_USE).bind_address = 127.0.0.1 port = 28015 password = CHANGE_ME_BEFORE_USE ; Change this!
-
Start your server. Check
ue4ss\UE4SS.logfor the[SCUM-RCON]entries to verify the listener address (default is127.0.0.1:28015) or to troubleshoot if it didn't start.
🔒 Security Note: Source RCON is unencrypted by design. Never expose the RCON port to untrusted networks without a strong password.
For comprehensive step-by-step instructions, please refer to the MANUAL_INSTALL.txt file included in the download. The easiest way is to use the installer.
📚 Read the guide in USAGE.md for details on chat-color codes, SteamID command requirements, spawn-location formats, and common pitfalls.
SCUM-RCON is free and it always will be. That doesn't change.
Here's what does: every SCUM patch eventually breaks RCON. You know the drill — an update drops and tools and mods go dark for days. Getting it working again means immediate, deep reverse-engineering to repair the Mod.
To keep that sustainable, there's now the Zero-Day Tier on Ko-fi (€3.5/mo):
- Zero-Day (EA) Supporters get every patch-fix first — right in the critical window after an update, when downtime hurts most.
- Everyone else gets the exact same fix for free — just a few days later, once it's verified stable.
You're not paying for RCON. You're paying to skip the line, cut your server's downtime, and fund the hardware and upkeep that keep this project alive. Don't want to? You still get everything, 100% free, exactly as before.
Only need the fast fix for one patch? Subscribe, grab it, cancel anytime — that's completely fine. You supported the project exactly when it helped you.
If the tool's worth something to you → Support on Ko-fi. If not, no hard feelings.
This project is closed-source but free to use for personal, non-commercial users under the EULA found in the LICENSE file.
- Permitted: Downloading and running it on your own servers for free, provided your server complies with SCUM's EULA.
- Restricted: Selling, modifying, or redistributing outside the official release channel.
- Third-Party: The bundled UE4SS is licensed under MIT.
SCUM-RCON is an independent project and is not affiliated with Gamepires. SCUM is a trademark of Gamepires.
Built with AI support, reviewed by a human.