This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#command to manually start if you want to close this script (do it in screen) | |
#xvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32' wine RustDedicated.exe -batchmode +rcon.ip 0.0.0.0 +rcon.port "48000" +rcon.password killer +server.hostname "-LINUX RUST-US-Pro Admins-NO WIPE-NEWBS WELCOM-" +server.port "28015" +server.identity "nfo_rust_server1" +server.maxplayers "2000" | |
##################################################################################### | |
# Linux script for Rust server installing. # | |
# Can also be used to update Rust server and steamcmd. # | |
# Starts a rust server at the end. # | |
# # | |
# If you use a sudoers file please execute this command first to get root access: # | |
# sudo -s # |