=======================================
||
|| How to Download and run your server.
||
================================================
Now u can download rust experimental server, just follow theese steps:
==>>For WINDOWS only: you may just download THIS (press СКАЧАТЬ button)
==>>unpack it to any folder you want and run "Update and Run Experimental Server.bat"
==>>This script will download\update your server and start it
==>>Now it has bat script to start Legacy server (cos now steamcmd downloads experimental and legacy server)
==>>For LINUX only: you may just download THIS (press СКАЧАТЬ button)
==>>unpack it to any folder you want and run "Run.sh"
==>>This script will download\update your server and start it
Manual download:
1) Download SteamCMD
3) Type
5) Create Start.bat file and insert this:
6) Save Start.bat and run it.
============================
||
|| How to update your server
||
============================
You need to do it only if you are not using my auto-update script =)
To update your server - just repeat steps 2 and 3. <directory> - should be a directory where your server is.
============================
||
|| How to connect to your server
||
============================
Open experimental client, press F1 and type "client.connect your_ip:your_port"
where your_ip is IP of your server and your_port - it's port.
============================
||
|| Available commands
||
============================
============================
||
|| Debug commands
||
============================
||
|| How to Download and run your server.
||
================================================
Now u can download rust experimental server, just follow theese steps:
==>>For WINDOWS only: you may just download THIS (press СКАЧАТЬ button)
==>>unpack it to any folder you want and run "Update and Run Experimental Server.bat"
==>>This script will download\update your server and start it
==>>Now it has bat script to start Legacy server (cos now steamcmd downloads experimental and legacy server)
==>>For LINUX only: you may just download THIS (press СКАЧАТЬ button)
==>>unpack it to any folder you want and run "Run.sh"
==>>This script will download\update your server and start it
Manual download:
1) Download SteamCMD
- Windows: http://media.steampowered.com/installer/steamcmd.zip
- Linux: wget http://media.steampowered.com/client/steamcmd_linux.tar.gz
3) Type
login anonymous
force_install_dir <directory>
4) Open <directory>app_update 258550 -beta experimental validate
5) Create Start.bat file and insert this:
Code:
@echo off
Start /high RustDedicated.exe -batchmode +server.hostname "Server name Here" +server.port 28015 +server.identity "myserver" +server.seed 123567 -logFile "output.log"
============================
||
|| How to update your server
||
============================
You need to do it only if you are not using my auto-update script =)
To update your server - just repeat steps 2 and 3. <directory> - should be a directory where your server is.
============================
||
|| How to connect to your server
||
============================
Open experimental client, press F1 and type "client.connect your_ip:your_port"
where your_ip is IP of your server and your_port - it's port.
============================
||
|| Available commands
||
============================
Code:
kick "Name"
kickall
ban "Name"
banid "Steam ID"
status - Players online
say - server announce
users - information about users
banlist
banlistex - banlist with reasons
listid - people banned by SteamID
event.run - Airdrop
server.port "28015" - Set server port
server.maxplayers 500 - maximum online players on server
server.hostname "My Personal Server" - Server Name
server.identity "identity" - Server identificator
server.level
server.seed 123567 - set seed for map generation
server.saveinterval 3600 - save interval (in seconds)
server.secure
server.tickrate
server.start
server.stop
server.writecfg - save config
inventory.give - give item
gc.collect
construct.frameminutes 600 - time (in minutes) after which building will be destroyed
||
|| Debug commands
||
============================
Code:
echo
instances
serverstrings
objects
textures
colliders
Last edited: