Unzip steamcmd.zip into your SteamCMD folder and run steamcmd.exe . ⚙️ 2. Download Server Files
Right-click it, select , and paste the following basic configuration: skachat svoi server rust experimental
To run a server smoothly, your hardware should meet these minimums: At least 8GB (16GB recommended for larger maps). Unzip steamcmd
Double-click start.bat . The first launch will take several minutes to generate the map. 🛠️ 4. Connecting to Your Server Launch Rust on the same PC. Press F1 to open the console. Type: client.connect localhost:28015 . 💻 System Requirements Double-click start
3.4GHz+ (Rust relies heavily on single-core performance).
@echo off RustDedicated.exe -batchmode ^ +server.port 28015 ^ +server.level "Procedural Map" ^ +server.seed 12345 ^ +server.worldsize 3000 ^ +server.maxplayers 10 ^ +server.hostname "My Local Server" ^ +server.identity "my_server_1" ^ +rcon.port 28016 ^ +rcon.password "password123" Use code with caution. Copied to clipboard