Articles on: Rust Guides

Setting Up a Custom Server Icon/Logo for Your Rust Server

Create a Custom Server Icon for Your Rust Server


Enhance your Rust server's visual appeal by setting up a custom server icon. This icon appears in the in-game server browser, server details, and on the Rust+ app when paired with the server. Follow this guide to create and implement a custom server icon that sets your server apart.

Adding a Custom Server Icon


To assign a custom icon to your Rust server, use the following Convar in your startup configuration:

+server.logoimage <url>


Replace <url> with a direct URL link to your .png or .jpg file, such as https://example.com/example/image.png

Designing Your Server Icon


When creating a custom server icon, consider the following preferences:

The recommended image size is 256x256 pixels.
Rust always displays icons in a circular shape, which means the image corners will be cropped. Ensure your logo or other design elements fit within the circle and are centered.
Use an image editing tool like Photoshop to create your custom icon.

You may find this (unofficial) .PSD template helpful that was provided within the Facepunch Wiki.

Implementing Your Custom Server Icon


Design your custom server icon, following the preferences mentioned above.
Upload the image to an image hosting service, like Imgur, to generate a direct URL.
Copy the image URL and replace <url> in the +server.logoimage <url> Convar with the copied URL.
Add the modified Convar to your server's startup configuration.
Restart your Rust server for the changes to take effect.

Here is an examples for visual representation



ProjectNova.gg Server Banner Logo Visual

Conclusion


By setting up a custom server icon, you can give your Rust server a unique and professional look. With this easy-to-follow guide, you'll quickly create and implement a custom icon that will help your server stand out and create a lasting impression on your players.

Updated on: 10/04/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!