Facepunch StudiosNewsOrdenador PCPlayStationRustXboxXbox One

Servers in Rust: how to create them and which are the best

Servers in Rust: how to create them and which are the best

We detail how you can create your own servers in Rust for PC and which are the best that you can find to discover different versions.

Rust is gradually becoming the game of the moment thanks to the broadcast of Egoland, a series of live programs that various streamers, youtubers and influencers are doing on their respective Twitch channels. Despite the fact that it is a game with several years of history, it is now that it is having a peak in popularity and is attracting new players. For this reason, below we will explain something basic but that it will be useful to know: how to create custom servers and which are the most outstanding ones that we can find to visit and learn to survive in an elaborate but equally hostile environment. Also remind us that for now the game is only available on computer (PC).

How to create servers in Rust

To begin with, we must mention that it is necessary to have a good PC to create and maintain your own Rust server, since a map of 3 square kilometers of base (the average size) will run at about 2GB of RAM, which can finally be transformed into more 6GB of memory. Therefore, we recommend having at least 7GB dedicated solely to the server.

  • We access SteamCMD, the command console used to install Steam related files such as the Rust server.
  • We create a folder for SteamCMD, like c: steamcmd
  • We create another folder for the server, like c: rustserver
  • We download SteamCMD for Windows.
  • We extract the contents of the zip file in the folder we created for steamcmd.
  • We run the steamcmd.exe program. (It is possible that our PC asks us to confirm that we want to execute it).
  • When it’s done, we’ll receive the Steam> prompt. There, we write the following commands to get the server to start installing on our PC:
  • anonymous login

    force_install_dir “c: rustserver “

    app_update 258550

    quit

    Rust create own servers PC Steam best servers

    • If you want to download the Rust branch that receives the latest updates, you must modify the app_update command as follows: app_update 258550 -beta staging

    To get a server instance up and running, we must create at least one batch script file. To get started, we create a file called RustServer.bat in our server’s installation directory (c: rustserver), then right-click and edit the file. In general, we will have to modify all our server settings in this batch script. The configuration files for the server are not fully working yet, so explicitly defining all of your settings in the batch script is the best way to go. This is an example, which we must adapt to our own server (if we copy it as it is, it will not work):

    1.) echo off

    2 :): start

    3 🙂 C: steamcmd steamcmd.exe + login anonymous + force_install_dir c: rustserver + app_update 258550 + quit

    4 🙂 RustDedicated.exe -batchmode + server.port 28015 + server.level “Procedural Map” + server.seed 1234 + server.worldsize 4000 + server.maxplayers 10 + server.hostname “Name of Server as Shown on the Client Server List “+ server.description” Description shown on server connection window. ” + server.url “http://yourwebsite.com” + server.headerimage “http://yourwebsite.com/serverimage.jpg” + server.identity “server1” + rcon.port 28016 + rcon.password letmein + rcon. web 1

    5 🙂 goto start

    Rust create own servers PC Steam best servers

    Finally, we can run the Rust client and instead of selecting a server from the existing ones, we must press F1 and go to the client console. If we use the default port 28015, we write this command to connect to the server: client.connect localhost: 28015. Once the server is up and running, we can choose to assign ourselves ownership. This is done with the ownerid command. We will need our 17-digit SteamID number (we can get it by logging in and running the user command on the console). When we have it, we enter the command as follows: ownerid 12345678901234567 AdminName.

    If we want other users to be able to connect to our server, we will have to configure a “port forwarding” using the one we used in the previous list. We recommend using this Steam Server Guide if we are not familiar with these types of settings, as it is quite a complex process for the average user.

    Rust create own servers PC Steam best servers

    What are the best Rust servers

    Next, we leave you a Top with some of the best servers that we can find in Rust to discover a new face of the Facepunk Studios title:

  • Explosive PvP – With basic teleportation mods and explosions everywhere. Link: client.connect 185.249.196.252:26000
  • The Broken Republic – A community for all types of Rust players with various mods that give a lot of play and expand the options available. Link: client.connect 104.192.227.44
  • ZERO ZONE 5: it has different zones and in each of them we can find different mods available. Link: client.connect 5.rustzerozone.ru:28555
  • Battle.es: Gigantic 3500km map in which groups of 5 are allowed but Griffing is prohibited. Link: client.connect 91.121.221.66:28015
  • TERRA Rusticus TGN 1: server with mods in which we can find teleportation, easy creafteo and many surprises. Link: client.connect 142.44.142.14:29096.
  • Rust create own servers PC Steam best servers

    About author

    Chris Watson is a gaming expert and writer. He has loved video games since childhood and has been writing about them for over 15 years. Chris has worked for major gaming magazines where he reviewed new games and wrote strategy guides. He started his own gaming website to share insider tips and in-depth commentary about his favorite games. When he's not gaming or writing, Chris enjoys travel and hiking. His passion is helping other gamers master new games.

    Leave a Reply

    Your email address will not be published. Required fields are marked *