How to Set a Server Icon and Thumbnail for Your Unturned Server
A custom icon and thumbnail help your server stand out in the server browser. You add the image by hosting it publicly and pasting the direct URL into Config.json.
Set the server icon and thumbnail
- Log in to your Game Control Panel.
- Stop the server.
- Click Configuration Files, then open
Config.jsonusing the Text Editor. - Locate the
IconandThumbnailfields in the file. - In a new browser tab, go to https://imgur.com/upload and drag your icon image onto the page.
- Once uploaded, hover over the image and click the copy button to get the image URL.
- Format the URL as a direct image link:
- If the image is a PNG, append
.png:https://i.imgur.com/yZbb9Z5.png - For other formats, append the correct extension.
- Add
i.beforeimgurif it is not already there:https://i.imgur.com/yZbb9Z5.png
- If the image is a PNG, append
- Paste the direct image URL next to the
IconorThumbnailfield inConfig.json. - Click Save.
- Restart the server to apply the change.
Troubleshooting
- Icon not showing: confirm the URL points directly to the image file (ending in
.png,.jpg, etc.) and not to the Imgur gallery page. - Changes not visible: ensure the server was fully restarted after saving.