---
title: Adding a Server Header Image to Your Rust Server
description: Adding a Server Header Image to your Rust Server
source: "https://nodecraft.com/support/games/rust/adding-a-server-header-image-to-your-rust-server"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMjAwMHg1NTAvNjhhMDFhYTlkMi9ydXN0LWxhbmRpbmctYmFubmVyLTEtMi0xLnBuZy9tLyJ9LHsibmFtZSI6ImdhbWVfbG9nbyIsImltYWdlX3VybCI6Imh0dHBzOi8vY21zLWEubm9kZWNyYWZ0LmNvbS9mLzEzMzkzMi8zNzV4MTUwLzZiZjZlNTUxYzIvbG9nby5wbmcvbS8ifSx7Im5hbWUiOiJjdGFfdGV4dCIsInRleHQiOiJDcmVhdGUgeW91ciBvd24gc2VydmVyISJ9LHsibmFtZSI6InRleHQiLCJ0ZXh0IjoiQWRkaW5nIGEgU2VydmVyIEhlYWRlciBJbWFnZSB0byBZb3VyIFJ1c3QgU2VydmVyIn1d&s=982fee1f388c67ff0519ac2a6b364546acc8dce25d41d1c05c5b46f89944bd79"
published: "2020-06-24T01:55:53.943Z"
updated: "2021-01-20T16:42:00.000Z"
---

# Adding a Server Header Image to Your Rust Server

Adding a Server Header Image to your Rust Server

A "header image" is the artwork that will appear in your server description when a potential player clicks on your server in the Rust in-game listings. You can use the image to attract new players, and to "Brand" your server, setting it apart from others.

If you don't specify your own image, the game will supply some generic default images when your server is viewed in the listings. Such as the following image:

![The default image for a rust server without a specified server image](https://s3-assets.nodecraft.com/attachments/SK0NxfwnTYKAZRPO0sZj_Rust_server_description_sample_pic.png)

## Preparing Your Image

First off, you will need the image you want to use to represent your server. The image needs to be sized to either 512x256 or 1024x512. It also needs to be in either `.png` or `.jpg` format.

> Note: using a custom image will end up reducing the quality of it, unfortunately.

To provide an example of this, here's the image we will be using:
![The raw image for Rust server header in NodePanel](https://s3-assets.nodecraft.com/attachments/8Q3idkXQEG0WFz4AfSRQ_Rust%20Header%20Image%20512x256.png)

Here's what it looks like in the server listings in 1024x512 format:
![The Rust header image at 1024x512 hosted with Nodecraft](https://s3-assets.nodecraft.com/attachments/kulOftNTB6tYO7beg3Ts_1024x512.png)

This is what it looks like in 512x256 format:
![The Rust server header image 512x256 with NodePanel](https://s3-assets.nodecraft.com/attachments/hRaITZHTXzmy6in5rBPw_512x256.png)

## Where to Host the Image

The image you want to use needs to be hosted on a file sharing site, where it can be accessed by a URL. Some good and easy to use sites are Dropbox or Imgur, which can be setup for free.

Sites that don't provide a URL, or that require logins, will probably not work correctly.

## Add the Image URL to Your Server

Here at Nodecraft, we've added a way to set this server header image directly on our control panel. Simply click on the "Game Settings" section of the control panel, and on the "Basic Settings" tab is a field for entering the URL.
![Screenshot 2021-01-09 150643](https://s3-assets.nodecraft.com/attachments/iTbvpx3uQWm0Sw7tPAyv_Screenshot%202021-01-09%20150643.png)

If the URL provided from Dropbox ends in `dl=0`, change it to `dl=1`. That allows the image to be downloaded automatically.
![A view of the url for a server header image, with the dl= set to 1](https://s3-assets.nodecraft.com/attachments/saGHt2KhR6O1k1FLWzvt_Rust_server_image_url_dl1.png)

Save the changes by clicking the blue **Save** button at the bottom of the File Manager window.

Restart the server and your Rust server will now have your artwork shown whenever players view your server in the listings!

## `server.cfg` Config File

If you're curious where this setting is stored, it's placed into the `server.cfg` config file. This is normally located in `server/(server name)/cfg`. At Nodecraft, that path is set to `server/default/cfg`, unless it is renamed. It's normal for this config file to be empty following a fresh server installation.

When this setting is added automatically by the Nodecraft control panel, it will appear as the line:

```
server.headerimage "(URL to image)"
```

Below is a screenshot showing the `server.cfg` file, and the `server.headerimage` setting on the last line of the config file.
![A view of the server cfg file for a rust server, showing the server.headerimage setting.](https://s3-assets.nodecraft.com/attachments/KMR0z9VTGSLDkU9tT8ir_Rust_server_image_servercfg.png)

## Troubleshooting

If after setting the image, all you see is a a white box with a big blurry red question mark, this means something is wrong with the setting, the URL, or the image. The red question mark is a default image that the game will use instead.

Some causes of why the image URL might not be usable are:

- The Image is the wrong size
- The dropbox image URL ends in `dl=0`, and must be changed to `dl=1` to allow automatic download
- The file sharing site used does not provide a correct URL, or requires some form of login, that the game cannot automatically perform
