Solved Running a Rust server on Linux without Wine?
Discussion in 'Rust Discussion' started by Crowleyhelp, May 17, 2016.
-
Wulf Community Admin
Yes, there is a tutorial stickied in this forum section.
-
So whem Im trying to run serwer there is a message :
Set current directory to /home/steam/rust
Found path: /home/steam/rust/RustDedicated
Mono path[0] = '/home/steam/rust/RustDedicated_Data/Managed'
Mono path[1] = '/home/steam/rust/RustDedicated_Data/Mono'
Mono config path = '/home/steam/rust/RustDedicated_Data/Mono/etc'
and nothing happens -
Wulf Community Admin
-
I was using tutorial on rustafied so I cant ask nobody there
That's what I did: (server:centos 7.2)
yum install glibc.i686 libstdc++.i686
useradd -m steam
su - steam
mkdir ~/steamcmd
cd ~/steamcmd
wget https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz
tar -xvzf steamcmd_linux.tar.gz
cd ~/steamcmd
./steamcmd.sh
login anonymous
force_install_dir /home/steam/rust/
app_update 258550
My start.sh:
#!/bin/sh
clear while : do
exec ./RustDedicated -batchmode -nographics \
-server.ip XXXXXXXXXXX \
-server.port 28016 \
-rcon.ip XXXXXXXXXXXXX \
-rcon.port 28018 \
-rcon.password "21312231231231" \
-server.maxplayers 75 \
-server.hostname "Server Name" \
-server.identity "(random numbers?)" \
-server.level "Procedural Map" \
-server.seed 12345 \
-server.worldsize 3000 \
-server.saveinterval 300 \
-server.globalchat true \
echo "\nRestarting server...\n" done -
Wulf Community Admin
-
old thread, but can confirm that's just what the linux server looks like - connect over rusty to see the console