diff --git a/Rust-Server-Install-Start-to-Finish.md b/Rust-Server-Install-Start-to-Finish.md index a19aaad..4781a7f 100644 --- a/Rust-Server-Install-Start-to-Finish.md +++ b/Rust-Server-Install-Start-to-Finish.md @@ -9,32 +9,32 @@ Rustication SickProdigy@gmail.com if you ctrl z by accident type "fg" next line to pull back up that process! -sudo apt update -sudo apt upgrade -sudo dpkg --add-architecture i386; sudo apt update; sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux netcat lib32gcc1 lib32stdc++6 steamcmd lib32z1 -sudo adduser ruster -su - ruster -Notorious123 -mkdir ruster + sudo apt update + sudo apt upgrade + sudo dpkg --add-architecture i386; sudo apt update; sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux netcat lib32gcc1 lib32stdc++6 steamcmd lib32z1 + sudo adduser ruster + su - ruster + MySecretPassword + mkdir ruster wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh rustserver // Install LinuxGSM the files that makes using rust easy. -./rustserver install // didn't add every dpkg from earlier command had to exit exit sudo (whatever dependencies where missing) + ./rustserver install // didn't add every dpkg from earlier command had to exit exit sudo (whatever dependencies where missing) Reran above command // worked -./rustserver start + ./rustserver start connect 35.208.110.204:28015 // had to turn to static, was having issues with firewall. after creating fresh vm and made ip static was able to connect after 15 minutes. -./rustserver console + ./rustserver console CTRL+b d // how to exit, DO NOT CTRL-C this will fudge stuff up, type in console type "fg" enter and maybe you can bring it back if it's still up. -./rustserver mods-install -./rustserver stop -./rustserver start + ./rustserver mods-install + ./rustserver stop + ./rustserver start In game run this: -oxide.version // This will show oxide is installed or not or working or not basically. + oxide.version // This will show oxide is installed or not or working or not basically.