This tutorial will explain how to get the non-experimental dlls easily and not against any rules.
Requirements :
- A linux PC or server or VirtualMachine
I - Installation of SteamCMD (this part will be based on https://developer.valvesoftware.com/wiki/SteamCMD)
I'm skipping the new user step since we won't run the server so very little damage can be done (none in fact)
Open a console (this can be through ssh with PuTTy for example or a simple console if you have a PC running under any version of Linux)
Run the following commands :
Now you have a working SteamCMD installed.
II - Installation of the Rust Server
Again, open a console or use the previous one.
Now run theses commands :
You now have downloaded all the dll of Rust Server, they are in ~/steamcmd/rustserver/rust_server_Data/Managed !
You can download them on your computer by using an FTP client using SFTP (port 22) and using your user/password.
I personally have troubles to run the server on Linux, when I look at the logs it says that I'm missing librust and I don't have any librust in the downloaded server version, if anyone know how to run it please let me know
Requirements :
- A linux PC or server or VirtualMachine
I - Installation of SteamCMD (this part will be based on https://developer.valvesoftware.com/wiki/SteamCMD)
I'm skipping the new user step since we won't run the server so very little damage can be done (none in fact)
Open a console (this can be through ssh with PuTTy for example or a simple console if you have a PC running under any version of Linux)
Run the following commands :
Code:
mkdir ~/steamcmd
cd ~/steamcmd
wget http://media.steampowered.com/installer/steamcmd_linux.tar.gz
tar -xvzf steamcmd_linux.tar.gz
./steamcmd.sh
quit
II - Installation of the Rust Server
Again, open a console or use the previous one.
Now run theses commands :
Code:
cd ~/steamcmd
mkdir rustserver
./steamcmd.sh
login anonymous
force_install_dir rustserver
app_update 258550 validate
quit
You can download them on your computer by using an FTP client using SFTP (port 22) and using your user/password.
I personally have troubles to run the server on Linux, when I look at the logs it says that I'm missing librust and I don't have any librust in the downloaded server version, if anyone know how to run it please let me know