Deploying Rust through the Linode Marketplace
Traducciones al EspañolEstamos traduciendo nuestros guías y tutoriales al Español. Es posible que usted esté viendo una traducción generada automáticamente. Estamos trabajando con traductores profesionales para verificar las traducciones de nuestro sitio web. Este proyecto es un trabajo en curso.
Rust is a multiplayer game where you play as a survivor that must work with or against other players to ensure your own survival. Players are able to steal, lie, cheat, or trick each other. You can build a shelter, hunt animals for food, craft weapons, craft armor, and much more.
Hosting your own Rust server allows you to customize settings and curate the number of players in the world.
Deploying the Rust Marketplace App
The Linode Marketplace allows you to easily deploy software on a Linode using the Linode Cloud Manager.
Log in to the Cloud Manager and select the Marketplace link from the left navigation menu. This displays the Linode Compute Create page with the Marketplace tab pre-selected.
Under the Select App section, select the app you would like to deploy.
Fill out all required Options for the selected app as well as any desired Advanced Options (which are optional). See the Configuration Options section for details.
Complete the rest of the form as discussed within the Getting Started > Create a Linode.
Click the Create Linode button. Once the Linode has provisioned and has fully powered on, wait for the software installation to complete. If the Linode is powered off or restarted before this time, the software installation will likely fail. To determine if the installation has completed, open the Linode’s Lish console and wait for the system login prompt to appear.
Follow the instructions within the Getting Started After Deployment section.
Software installation should complete within 5-15 minutes after the Linode has finished provisioning.
Configuration Options
Rust Options
You can configure your Rust App by providing values for the following fields:
Field | Description |
---|---|
RCON Password | The password for your remote console, which allows you to issue commands on the Rust server Required. |
Server Hostname | The name of your Rust server. Advanced Options |
Server Description | Your server’s description. Use \n to create a new line. Advanced Options |
Maximum Players | The maximum number of players allowed on a server at one time. Default is 50, minimum is 10, maximum is 100. Advanced Options |
World | Sets the type of map to generate. Options are Procedural Map, Barren, Hapis Island, Savas Island. Advanced Options. |
World Size | The size of the world map. Default is 3000, minimum is 1000, maximum is 8000. Advanced Options |
Seed | A random numeric seed used by the world generation algorithm to create a unique world. The maximum value is 4,294,967,295. Advanced Options |
Global Chat Enabled | Enables global chat. Chat messages will be broadcast to all players. Advanced Options |
PvE Enabled | Allow player vs. environment combat. Advanced Options |
General Options
For advice on filling out the remaining options on the Create a Linode form, see Getting Started > Create a Linode. That said, some options may be limited or recommended based on this Marketplace App:
- Supported distributions: Debian 9
- Recommended minimum plan: 8GB Dedicated CPU or Shared Compute Instance
Getting Started after Deployment
Ensure that you have installed Rust to your computer before getting started with this section. You can install Rust from Steam’s Web Store.
After the Rust Marketplace App has finished deploying to your Linode, you will be able to access your Rust server by copying your Linode’s IPv4 address and entering it in to the Rust game installed on your computer. To find your Linode’s IPv4 address:
Click on the Linodes link in the sidebar. You will see a list of all your Linodes.
Find the Linode you just created when deploying your app and select it.
Navigate to the Networking tab.
Under the IPv4 heading, you will find your IPv4 address listed under the Address column.
Copy the IPv4 address. Open Rust, and then open the developer’s console by pressing
f1
.In the console, type
connect 192.0.2.155:28015
and replace 192.0.2.155 with your Linode’s IP address. Be sure append the port28015
to the end of the IP address. Press enter when you are done typing.You will be logged into the server, and the game will load.
Software Included
The Rust Marketplace App will install the following required software on your Linode:
Software | Description |
---|---|
Rust Server | Game server. |
LinuxGSM | A command line tool for the deployment and management of Linux game servers. |
UFW | Firewall utility. Ports 28015 and 28016 will allow outgoing and incoming traffic. |
Fail2ban | Fail2Ban is an intrusion prevention software framework that protects computer servers from brute-force attacks. |
NoteCurrently, Linode does not manage software and systems updates for Marketplace Apps. It is up to the user to perform routine maintenance on software deployed in this fashion.
More Information
You may wish to consult the following resources for additional information on this topic. While these are provided in the hope that they will be useful, please note that we cannot vouch for the accuracy or timeliness of externally hosted materials.
This page was originally published on