ServerLoom Docs
  • 🏠ServerLoom Docs
  • Setup Fivem/RedM Server
    • Linux
      • Setup TxAdmin Linux
      • Setup PhPMyadmin Linux
      • Secure PHPMyadmin & TxAdmin
  • 🎮Game Servers
    • Setup Rust Server
      • Rust Dependencies
      • Install Rust
      • Rust Basic Usage
    • Multi Theft Auto (MTA)
      • MTA Dependencies
      • Install MTA
      • MTA Basic Usage
    • Counter Strike
      • Cs2 Dependencies
      • Install Cs2
      • Cs2 Basic Usage
    • San Andreas Multiplayer (SAMP)
      • SAMP Dependencies
      • Install SAMP
      • SAMP Basic Usage
  • Arma3
    • Arma3 Dependencies
    • Install Arma3
    • Arma3 Basic Usage
  • DayZ
    • DayZ Dependencies
    • Install DayZ
    • DayZ Basic Usage
  • Garry’s Mod
    • Garry’s Mod Dependencies
    • Install Garry’s Mod
    • Garry’s Mod Basic Usage
  • Euro Truck Simulator 2
    • ETS2 Dependencies
    • Install ETS2
    • ETS2 Basic Usage
Powered by GitBook
On this page
  1. Game Servers
  2. Setup Rust Server

Rust Basic Usage

All Commands

A complete list of commands can be found by typing.

./rustserver

Below are the most common commands available.

Running

start

./rustserver start

stop

./rustserver stop

restart

./rustserver restart

console

Console allows you to view the live console of a server as it is running and allow you to enter commands; if supported.

./rustserver console

To exit the console press CTRL+b d. Pressing CTRL+c will terminate the server.

Updating

update

Update checks for any server updates and applies them. The server will update and restart only if required.

./rustserver update

Bypass the check and go straight to SteamCMD update.

./rustserver force-update

validate

./rustserver validate

Debugging

Details

./rustserver details

Debug

Use debug mode to help you if you are having issues with the 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

Server logs are available to monitor and diagnose your server. Script, console and game server (if available) logs are created for the server.

/home/rustserver/logs

Backup

Backup will allow you to create a complete tar bzip2 archive of the whole server.

./rustserver backup

Monitor

LinuxGSM can monitor the game server by checking that the proccess is running and querying it. Should the server go offline LinuxGSM can restart the server and send you an alert. You can use cronjobs to setup monitoring.

./rustserver monitor
PreviousInstall RustNextMulti Theft Auto (MTA)

Last updated 1 year ago

You can use the SteamCMD option when updating the server.

You can get all important and useful about the server such as passwords, ports, config files etc.

🎮
validate
details