just wrong command as i see... +server.seed 123567 +server.maxplayers 100 - u have "+"s in wrong placesHello I have a problem I hope I can help.
I have a VPS on which I installed RustDedicated. I have updated various libraries until then everything is ok. The problem is when I type ./run.sh part update, download, at the end of a
./run.sh: Line 14: 4940 Killed ./RustDedicated + server.hostname "RustServer" + 28015 + server.port server.identity "RustServer" server.seed + 123 567 + 100 server.maxplayers -logFile "output.log "
Yes the port is in progress, how ever Oxide 2 is not out as i see and 1.18 is for the old server.Are you planing to develop a version which will support experimental server? I found Oxide 1.18 version mod, which support experimental server, but I can't register on the Oxide forum, they closed new registrations and no one from that team don't answer. So I can't download that version and use it for experimental server...
If you open the game via steam, there is an option to choose Rust (experimental) or Rust Legacy(current old). If you aren't using steam, I am unable to help as I am unsure.It's look like I'm dumb as hell and my question will be totally lame...
"Open experimental client, press F1 and type "client.connect your_ip:your_port"
Ok, cool, but how to run Experimental client? Where it is?
I mean... We are talking here about original Steam client or not-so-original one?
As i know, there is no any pirated experimental client ... so, if u bought rust in steam - then u will be able to choose experimental\legacy on startup ..... If u don't have rust in steam - then wait when it will be released and pirated)))It's look like I'm dumb as hell and my question will be totally lame...
"Open experimental client, press F1 and type "client.connect your_ip:your_port"
Ok, cool, but how to run Experimental client? Where it is?
I mean... We are talking here about original Steam client or not-so-original one?
HmmAs i know, there is no any pirated experimental client ... so, if u bought rust in steam - then u will be able to choose experimental\legacy on startup ..... If u don't have rust in steam - then wait when it will be released and pirated)))
![]()
su - rust
wget http://media.steampowered.com/installer/steamcmd_linux.tar.gz
tar -xvzf steamcmd_linux.tar.gz
apt-get install lib32gcc1
./steamcmd.sh
login anonymous
force_install_dir /home/rust/server #or your own path
app_update 258550 -beta experimental
app_update 258550 validate
exit
$wget http://security.ubuntu.com/ubuntu/pool/main/e/eglibc/libc6-amd64_2.15-0ubuntu10.7_i386.deb
$dpkg -X libc6-amd64_2.15-0ubuntu10.7_i386.deb libc6-amd64
$nano run.sh
LD_LIBRARY_PATH=/home/rust/libc6-amd64/lib64:LD_LIBRARY_PATH=/home/rust/server/RustDedicated_Data/Plugins/x86_64/:{LD_LIBRARY_PATH} server/RustDedicated +batchmode +server.hostname Your Test Server" +server.maxplayers 50 +server.port 28015 +server.seed 4567533 +server.identity "Test +rcon.port 54321 +rcon.ip your.rcon.ip +rcon.password "your.pass" -logFile "output.log"
oh, lookie who is here!This instalation is for Linux/Debian 7 64Bit
1. Create your user and set your home directory.
2.
3.Code:su - rust4.Code:wget http://media.steampowered.com/installer/steamcmd_linux.tar.gzif you version is 64bit installCode:tar -xvzf steamcmd_linux.tar.gz
5.Code:apt-get install lib32gcc16.Code:./steamcmd.sh
7.Code:login anonymous force_install_dir /home/rust/server #or your own path app_update 258550 -beta experimental app_update 258550 validate exit
8.Code:$wget http://security.ubuntu.com/ubuntu/pool/main/e/eglibc/libc6-amd64_2.15-0ubuntu10.7_i386.deb $dpkg -X libc6-amd64_2.15-0ubuntu10.7_i386.deb libc6-amd64
crtl+x and y for save.Code:$nano run.sh LD_LIBRARY_PATH=/home/rust/libc6-amd64/lib64:LD_LIBRARY_PATH=/home/rust/server/RustDedicated_Data/Plugins/x86_64/:{LD_LIBRARY_PATH} server/RustDedicated +batchmode +server.hostname Your Test Server" +server.maxplayers 50 +server.port 28015 +server.seed 4567533 +server.identity "Test +rcon.port 54321 +rcon.ip your.rcon.ip +rcon.password "your.pass" -logFile "output.log"
this work for me after some hours testing and only can connect via rcon with rusty tomorrow try test with game client.
I think this version need more debug, can see some errors in log file.
yes, need create a script to run it in boot and background . Is normal message, depends on your machine will take about 1min to start up.Hmm, when I start trying to run it I get this:
Set current directory to /home/rust
Found path: /home/rust/server/RustDedicated
Yeah, now I do not have much time, because I created my own business, but I'm returning to combat.oh, lookie who is here!![]()