Crucible Local Server troubleshooting
Crucible Local Server runs a real Rust dedicated server on your PC, so most issues come down to the install, ports, RCON, or your network. Crucible Local Server runs on Windows 10 and 11 and updates itself through the Crucible launcher.
The install is stuck at 0% or will not finish
Section titled “The install is stuck at 0% or will not finish”The Rust dedicated server is a large download (about 6 GB), and SteamCMD verifies and commits the files at the end with no progress signal, so the bar can sit near the top for a moment before it finishes. If it truly does not finish:
- Check your internet connection.
- Make sure your antivirus is not blocking
steamcmd. - Make sure you have enough free disk space.
You can watch progress, retry, or delete an install from the Installs dropdown in the titlebar. See installing the Rust server files.
It says the port is already in use
Section titled “It says the port is already in use”Another server, or a leftover RustDedicated process, is already bound to that port:
- One server runs at a time by default, so stop the other server first.
- If a
RustDedicatedprocess was orphaned by a crash, end it in Task Manager, then start again. - The app checks the game, query and RCON ports before starting, so it tells you up front if one is taken.
RCON will not connect or says RCON disabled
Section titled “RCON will not connect or says RCON disabled”Web-RCON only turns on when the server has an RCON password set. The app generates one for you on every new server, so if the console is one-way:
- Open Config and set or regenerate the RCON password.
- Restart the server so it starts with RCON enabled.
Without a password, the console goes one-way and the quick actions and live stats stop working. See console, RCON, and admin tools.
My server is stuck on Starting, when is it joinable
Section titled “My server is stuck on Starting, when is it joinable”A server is only joinable at Live. Going from Starting to Live can take a while on a large or custom map, while Rust builds the world and navmesh:
- Watch the Console for the server startup complete line. That is when the app flips to Live and Join lights up.
- If it never reaches Live, check the console for errors (a bad map file, a missing mod, or a port conflict).
A RustDedicated process is left running after I close the app
Section titled “A RustDedicated process is left running after I close the app”The app stops its server and kills the child process when you close it or the window, so this should not happen in normal use. If the app crashed or was force-killed:
- End any leftover RustDedicated in Task Manager to free the port.
- Start the server again.
Can players outside my network join my server
Section titled “Can players outside my network join my server”Crucible Local Server is a local testing tool and does not touch your router:
- Friends on your own network can join with the LAN connect string.
- To let outside players in, forward the server port on your router yourself, or use a relay like playit.gg or Tailscale, which needs no router setup and works even behind CGNAT.
See console, RCON, and admin tools for the connection strings.
Still stuck?
Section titled “Still stuck?”Post in the Discord server bug and feedback forum. It helps to include what the server was doing and any errors from the console.