Hello,
I run a Linux Server (Ubuntu 18.04)
I tried multiple times, on meanwhile 4 Machines, to setup a Server. But I ran into trouble:
- The whole RustDedicated_Data/Mono folder is missing
- the .sav file for the Map does not get generated
- Server Shuts down after Bootup
I tried:
- Another Machine
- Validate Data through Steamcmd
- Installl via LGSM
This is the Manual I used
https://developer.valvesoftware.com/wiki/Rust_Dedicated_Server
And this is my start Command:
#!/bin/sh
clear while : do
exec ./RustDedicated -batchmode -nographics
-server.ip xxx.xxx.xxx.xxx
-server.port 28015
-rcon.ip xxx.xxx.xxx.xxx
-rcon.port 28016
-rcon.password "xxxxxxxxx"
-server.maxplayers 20
-server.hostname "[DE]Schnitzeltoast Survival"
-server.identity "schnitzeltoast.de"
-server.level "Procedural Map"
-server.seed 12345
-server.worldsize 3000
-server.saveinterval 300
-server.globalchat true
-server.description "RUST-Server by Schnitzeltoast.de"
-server.url "https://schnitzeltoast.de"
-logFile "rustserver.log"
echo "\nRestarting server...\n" done
Facepunch Support wrote:
Errn (Facepunch Studios) Jun 30, 03:26 WEST Sorry we don't offer any server support through here, there's just way too many factors involved for us to help troubleshoot. Linux server is working though for many of the servers on our list. Check your setup here: https://developer.valvesoftware.com/wiki/Rust_Dedicated_Server If you still need help I'd recommend the server owner community forums here: https://umod.org/community/rust |
Does anyone of you have an Idea?
Thanks
Schnitzeltoast