1. Is it possible to run rust server on linux without using wine?
     
  2. Wulf

    Wulf Community Admin

    Yes, there is a tutorial stickied in this forum section.
     
  3. 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
     
  4. Wulf

    Wulf Community Admin

    I'd recommend asking in the thread for the tutorial you followed.
     
  5. 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
     
  6. Wulf

    Wulf Community Admin

    Well, the Linux version of Rust doesn't actually have a console, so that may be all you'd see. Your config looks fine to me, but I'm not experienced with the Linux server setup for Rust.
     
  7. old thread, but can confirm that's just what the linux server looks like - connect over rusty to see the console