

The more players, the faster your computer CPU needs to be Sets the max number of players connecting at one time The larger the map, the more disk space and memory you need. This number can be any value 0-2147483647 Sets the random seed for how the map is generated

Sets the port people will use to connect to the game That looks like a lot, but lets break down each item one by one: Setting
#Rust server update
*/30 * * * * /home/rustserver/rustserver update > /dev/null 2>&1Ġ 0 * * 0 /home/rustserver/rustserver update-lgsm > /dev/null 2>&1 Configure LinuxGSMįor detailed documentation visit the LinuxGSM -batchmode +server.port 28015 +server.level "Procedural Map" +ed 1234 +server.worldsize 4000 +server.maxplayers 10 +server.hostname "Name of Server as Shown on the Client Server List" +scription "Description shown on server connection window." +server.url "" +server.headerimage "" +server.identity "server1" +rcon.port 28016 +rcon.password letmein +rcon.web 1 -logfile rustserverlog.txt */5 * * * * /home/rustserver/rustserver monitor > /dev/null 2>&1 crontab -eīelow are the recommended cron tasks. You can edit the crontab using the following. To automate LinuxGSM you can set scheduled tasks using cronjobs, to run any command at any given time. Documentationįor detailed documentation visit the LinuxGSM docs.
#Rust server how to
You can use cronjobs to setup monitoring./rustserver monitor Configure LinuxGSMįor details on how to alter LinuxGSM settings visit LinuxGSM Config Files page. Should the server go offline LinuxGSM can restart the server and send you an alert. LinuxGSM can monitor the game server by checking that the proccess is running and querying it.
#Rust server archive
home/rustserver/logs Backupīackup will allow you to create a complete tar bzip2 archive of the whole server./rustserver backup Monitor Script, console and game server (if available) logs are created for the server. Server logs are available to monitor and diagnose your server. Debug allows you to see the output of the server directly to your terminal allowing you to diagnose any problems the server might be having./rustserver debug Logs Use debug mode to help you if you are having issues with the server. You can get all important and useful details about the server such as passwords, ports, config files etc./rustserver details Debug You can use the SteamCMD validate option when updating the server. The server will update and restart only if required.īypass the check and go straight to SteamCMD update. Update checks for any server updates and applies them. Pressing CTRL+c will terminate the server. rustserver console To exit the console press CTRL+b d. rustserver restart consoleĬonsole allows you to view the live console of a server as it is running and allow you to enter commands if supported.
#Rust server install
rustserver install as root and LinuxGSM will automatically install missing dependencies.Ī complete list of commands can be found by typing.īelow are the most common commands available. It is possible for LinuxGSM to install dependencies either by having the rustserver user account with sudo access or running the installer as root.ĭuring the installation if the game server user has sudo permissions LinuxGSM will attempt to install any missing dependencies itself. To install GameDig follow the steps in the LinuxGSM documentation. It also replaces the default LinuxGSM query module in monitor.

GameDig is a recommended additional module that allows LinuxGSM to gather more info from the game server such as current map and connected players to be displayed in details and in logs. yum install epel-release CentOS 64-bit yum install curl wget tar bzip2 gzip unzip python3 binutils bc jq tmux glibc.i686 libstdc++ libstdc++.i686 zlib-devel Gamedig EPEL is required to install some dependencies needed for using LinuxGSM on CentOS.
