Post by Admin on May 21, 2024 12:02:42 GMT -8
System Requirements:
● 64-Bit Processor: preferably intel Xeon (Server Processors)
● RAM: must be 48GB, 64GB, 128GB, or 256GB.
● A strong Ethernet connection (Wouldn't recommend Wi-Fi as it disconnects a lot)
● A good SSD or HDD preferably Datacenter Enterprise HDD's or Datacenter Enterprise SSD's
● Graphic Card: Shockingly isn't required any GTX 1070 or later will work just fine
● Operating System: preferably Windows Server 2019 or 2022
● Ports to Forward: TCP: 28016, 28083 UDP: 28015
Server Guide:
You will need to download SteamCMD to download the Crucial files for setting up a Rust server. Once downloaded extract the file into a folder somewhere safe on your computer. Once done open up the folder and open the file labeled "steamcmd.exe" when opened it will download the updated files from SteamCMD. Once it completes you can now start downloading the Rust server files.
To start downloading those files you will need to create 2 folders either under your "C" Drive or backup drive depending what that Drive Letter is. You will want to make the folders under the root of that drive. Do not put the folders somewhere that you won't be able to find them this is important.
You will want to name the first folder "servers" and the second folder "RustPvE" or "RustPvP" Depending on which mode of Rust you want to host rather it being PvE or PvP. Once you've done that now you can start downloading the server files with SteamCMD into the folder that you have created.
In SteamCMD you are going to want to type the following in:
force_install_dir "C:\servers\RustPvE"
login anonymous
app_update 258550
When you type "app_update 258550" it will start downloading the server files and will take sometime depending on your internet connection and HDD/SSD speed.
After it has successfully downloaded the server files you are going to want to type the following in to verify everything has downloaded currectly:
app_update 258550 validate
After it validates and completes your going to want to type: quit to close SteamCMD.
Now, you are going to need to download Oxide or Carbon depending on which server mod you would like to run.
If you have picked Oxide to run on your server extract the zip file and open the folder and copy the folder labeled "RustDedicated_Data" and paste it into your Rust server folder you will need to Overwrite the folder and files.
If you have picked Carbon to run on your server extract the zip file and open the folder and copy the folder labeled: carbon and the files labeled: "doorstop_config.ini" and "winhttp.dll" and paste them into your Rust server folder.
Next, we need to create a Batch file to start your Rust server:
Hold the Windows Key and hit R to open Run and type the following in:
notepad
Once Notepad has opened you can now create a Batch file you're going to want to copy and paste the following in:
Once you have done that go to File and Save As: StartRustServer.bat make sure the Save-As Type is set to All, make sure to save this file in your server folder for Rust.
After you have done this right click on the Batch file in your server folder and go to Send-To Desktop Shortcut. Makes it easier for you to start your server on your desktop.
Where it says in the batch file "Local IP" You will want to put this to your computers Local IP to find this Hold your Windows Key and hit R to bring up Run and type the following in: cmd Once command prompt has opened you will need to type: ipconfig /all You will need to locate the IP labeled: IPv4 Address This is your Local IP of your computer. You will need to input this where it says Local IP in the Batch file.
You will also need to Port Forward the Port's above this post in order to make your server visible to the public (for other players to join).
You can download plugins for your server for free from uMod or get Paid Plugins from CodeFling Codefling also has Free Plugins as well.
● 64-Bit Processor: preferably intel Xeon (Server Processors)
● RAM: must be 48GB, 64GB, 128GB, or 256GB.
● A strong Ethernet connection (Wouldn't recommend Wi-Fi as it disconnects a lot)
● A good SSD or HDD preferably Datacenter Enterprise HDD's or Datacenter Enterprise SSD's
● Graphic Card: Shockingly isn't required any GTX 1070 or later will work just fine
● Operating System: preferably Windows Server 2019 or 2022
● Ports to Forward: TCP: 28016, 28083 UDP: 28015
Server Guide:
You will need to download SteamCMD to download the Crucial files for setting up a Rust server. Once downloaded extract the file into a folder somewhere safe on your computer. Once done open up the folder and open the file labeled "steamcmd.exe" when opened it will download the updated files from SteamCMD. Once it completes you can now start downloading the Rust server files.
To start downloading those files you will need to create 2 folders either under your "C" Drive or backup drive depending what that Drive Letter is. You will want to make the folders under the root of that drive. Do not put the folders somewhere that you won't be able to find them this is important.
You will want to name the first folder "servers" and the second folder "RustPvE" or "RustPvP" Depending on which mode of Rust you want to host rather it being PvE or PvP. Once you've done that now you can start downloading the server files with SteamCMD into the folder that you have created.
In SteamCMD you are going to want to type the following in:
force_install_dir "C:\servers\RustPvE"
login anonymous
app_update 258550
When you type "app_update 258550" it will start downloading the server files and will take sometime depending on your internet connection and HDD/SSD speed.
After it has successfully downloaded the server files you are going to want to type the following in to verify everything has downloaded currectly:
app_update 258550 validate
After it validates and completes your going to want to type: quit to close SteamCMD.
Now, you are going to need to download Oxide or Carbon depending on which server mod you would like to run.
If you have picked Oxide to run on your server extract the zip file and open the folder and copy the folder labeled "RustDedicated_Data" and paste it into your Rust server folder you will need to Overwrite the folder and files.
If you have picked Carbon to run on your server extract the zip file and open the folder and copy the folder labeled: carbon and the files labeled: "doorstop_config.ini" and "winhttp.dll" and paste them into your Rust server folder.
Next, we need to create a Batch file to start your Rust server:
Hold the Windows Key and hit R to open Run and type the following in:
notepad
Once Notepad has opened you can now create a Batch file you're going to want to copy and paste the following in:
@echo off
cls
:start
RustDedicated.exe -batchmode
-nographics
-silent-crashes "C:\TCAFiles\Users\Administrator\69973\output.log"
-server.ip "Your local IP"
-server.identity "server1"
+server.level "Procedural Map"
+server.seed "7250645"
+server.worldsize "6000"
+query.port 28016
-logfile "ServerLog.txt"
-server.port 28015
+server.tickrate 10
+server.salt "312847891789139"
-decay.upkeep_period_minutes "525600"
+nav.wait "true"
+nav.grid "true"
+server.saveinterval 600
+server.secure "1"
+server.radiation "false"
+server.worldsize 6000
-nolog
-server.maxplayers 500
-server.hostname "Create your own host name"
-server.description "Put something here for players to see info about your server"
-server.url "Your website URL"
-server.headerimage "Put a image URL here for players to see your server banner"
-rcon.port "28016"
-rcon.password "Your RCon Password choose wisely"
-rcon.web true
goto start
cls
:start
RustDedicated.exe -batchmode
-nographics
-silent-crashes "C:\TCAFiles\Users\Administrator\69973\output.log"
-server.ip "Your local IP"
-server.identity "server1"
+server.level "Procedural Map"
+server.seed "7250645"
+server.worldsize "6000"
+query.port 28016
-logfile "ServerLog.txt"
-server.port 28015
+server.tickrate 10
+server.salt "312847891789139"
-decay.upkeep_period_minutes "525600"
+nav.wait "true"
+nav.grid "true"
+server.saveinterval 600
+server.secure "1"
+server.radiation "false"
+server.worldsize 6000
-nolog
-server.maxplayers 500
-server.hostname "Create your own host name"
-server.description "Put something here for players to see info about your server"
-server.url "Your website URL"
-server.headerimage "Put a image URL here for players to see your server banner"
-rcon.port "28016"
-rcon.password "Your RCon Password choose wisely"
-rcon.web true
goto start
Once you have done that go to File and Save As: StartRustServer.bat make sure the Save-As Type is set to All, make sure to save this file in your server folder for Rust.
After you have done this right click on the Batch file in your server folder and go to Send-To Desktop Shortcut. Makes it easier for you to start your server on your desktop.
Where it says in the batch file "Local IP" You will want to put this to your computers Local IP to find this Hold your Windows Key and hit R to bring up Run and type the following in: cmd Once command prompt has opened you will need to type: ipconfig /all You will need to locate the IP labeled: IPv4 Address This is your Local IP of your computer. You will need to input this where it says Local IP in the Batch file.
You will also need to Port Forward the Port's above this post in order to make your server visible to the public (for other players to join).
You can download plugins for your server for free from uMod or get Paid Plugins from CodeFling Codefling also has Free Plugins as well.