How to Configure a Custom Domain for your Rust Server

A custom domain is a unique name that can be used to identify your server, rather than using an IP address. Although Rust doesn't officially support the use of DNS service records (SRV records), you can still configure a custom domain for your Rust server with a custom "A Record".


Configuring a Custom Domain for your Rust Server

To configure a custom domain for your Rust server, you must create an A Record in your domain's advanced DNS settings.

Note: For the purpose of this article, we will be using NameCheap to set up a custom domain, but the steps should be similar for any domain provider.
  1. Log in to your control panel and take note of your server's IP address.
  2. Log in to your NameCheap Account Panel, or the equivalent dashboard.
  3. Click Manage next to your desired domain.
  4. Click the Advanced DNS tab.
  5. Click Add New Record.
  6. Select A Record as the type.
  7. Enter your desired subdomain in the host field (Use an @ symbol for no subdomain).
  8. In the value field, enter your server IP without the port.
  9. Click Save All Changes.
     

You should now be able to connect to your server using your new domain followed by your server's port. In this example, we can connect using the address us.dontgrief.me:15100.

Some domain providers take a while to populate DNS settings. Generally speaking, you should not need to wait longer than 12 hours for your new settings to populate.

To learn more about Rust server hosting, you can browse our library of Knowledgebase articles found here.

If you require any further assistance, please contact our support at: https://shockbyte.com/billing/submitticket.php

Mitchell Smith

Managing Director @ Shockbyte

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How to Ban or Unban a Player on Your Rust Server

The ability to ban is built into every Rust server out of the box, preventing unwanted players...

Rust Admin Commands List

Here is a list of all commands for Rust. Note: Some commands listed here may only work with an...

How to Add a Custom Map to Your Rust Server

If you want to use custom maps on your Rust server, you'll need to use the RustEdit Oxide...

How to Set a Server Name for Your Rust Server

When connecting to your server in Rust or viewing the server in the Steam server list, all...

How to Use Rust Oxides Permission System

This guide is designed to help you understand Oxide's permission system. It will cover the basics...