Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
CPU
Model: AMD Ryzen 5 2400G with Radeon Vega Graphics
Cores: 8
Memory: 14249 MB
GPU
Model: Radeon(TM) RX 580
API: Direct3D 11.0 [level 11.1]
Memory: 4077 MB
SM: 50
Process
Memory: 172 MB
Mono
Collects: 42
Memory: 5 MB
C:\rustserver\RustServerFiles>RustDedicated.exe -batchmode +server.identity "ProcGen" +server.hostname "Snitzel" +server.level "Procedural Map" +server.seed 2 +server.worldsize 3000 +server.maxplayers 69 +rcon.ip 127.0.0.1 +rcon.port 28016 +server.port 28015 +rcon.password "123456seven" +server.description "Ted Pommes is.... \namazing" +server.url "https://discord.gg/DPKWPr4" +server.headerimage "https://i.imgur.com/sqGFVW9.png" +rcon.password "123456seven" -logfile "C:\rustserver\RustServerFiles\logs.log"
If you still have trouble, try starting with a simple startup script like this:
start RustDedicated.exe -batchmode +server.port 28999 +server.level "Procedural Map" +server.seed 12345 +server.worldsize 4000 +server.maxplayers 2
Save it as rust.bat and make sure it is in folder as described above. If it still doesn't work, try launching SteamCMD and make sure your server is up to date and that none of the files are missing.
It looks like all of your files are in C:\rustserver\RustServerFiles. Is that where RustDedicated.exe is? Is that also where your .bat file is? Is there a folder named 'server' there as well? If you haven't successfully started the server yet, move the contents of the 'server' folder to another drive, or your desktop or USB drive. Just make sure it's empty and then try the rust.bat again. You probably don't need the files, but I always save stuff until I'm sure I no longer need it.
It really sounds like the server started at one point and it saved some files in that folder and now it's trying to launch the server using a different config but it is looking for your old map. Strange.
C:\SteamCMD\steamapps\common\rust_dedicated
Very similar to standard Steam file structure. This is where my .bat file is located along with RustDedicated.exe. When you launch .bat file it should launch RustDedicated.exe and use config and server files in:
C:\SteamCMD\steamapps\common\rust_dedicated\server\my_server_identity
I did not name mine so it used 'my_server_identity'. You may have given it a name so it might be named something else.
use this as your batfile.
RustDedicated.exe -batchmode +server.port 28015 +server.level "Procedural Map" +server.seed 20190702 +server.worldsize 5000 +server.maxplayers 20 +server.hostname "my server" +server.identity "86754458" +rcon.ip 127.0.0.1 +rcon.port 28016 +rcon.password 18646473478auhje +rcon.web 1 +query_port 28016 +nav_disable false -nologs -load
Launch steam.
open inbound and outbound UDP ports 28015,28016 in win firewall advanced settings. If this dont work open the ports in your router. though you really only NEED to open 28015
run the bat file in an admin (cmd (64bit version)) window
when it finishes doing what it does, run game. click play, press "F1" key, in console window inmput zone, click and type "client.connect localhost:28015" for players that dont see your server they type "client.connect 192.***.***.***:28015" (replace this with your ip4 address which you can get by open cmd prompt and typing "ipconfig")