Update Rust-Server-Install-Start-to-Finish.md

Format better remove info
This commit is contained in:
Aaron 2024-12-13 22:29:04 -05:00
parent 45385413a4
commit e944b97379

View File

@ -9,32 +9,32 @@ Rustication SickProdigy@gmail.com
if you ctrl z by accident if you ctrl z by accident
type "fg" next line to pull back up that process! type "fg" next line to pull back up that process!
sudo apt update sudo apt update
sudo apt upgrade 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 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 sudo adduser ruster
su - ruster su - ruster
Notorious123 MySecretPassword
mkdir ruster 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. 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 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. 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. 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 mods-install
./rustserver stop ./rustserver stop
./rustserver start ./rustserver start
In game run this: 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.