Skip to main content

FiveM: Customise server details

Introduction

Are you looking to customise your server to display custom information in the server list? This can be done easily! In this guide you will learn how to set a range of different customisations that are available to make your server stand out in the server list!

How to add COLORED text to your FiveM Server name

Feel like you understand better when you see things in action? We’ve got you! Dive into our video that breaks it all down for you. Whether you're in a rush or just prefer to soak up information in the most engaging way possible!

Access options for the configuration

There are multiple ways available to access your server.cfg configuration file for your FiveM gameserver. Editing this file is needed in order to allow you to set customisations.

Via Webinterface

The most user-friendly method is by heading over to the Settings section on your gameserver's webinterface and searching for the appropriate settings there, as seen below:

image

Custom Server Name

Color Codes

There are a range of colors that you can add to your server name. These can be specified through the use of a prefix when wanting to change color. The list of colours that are available can be viewed in the table below.

info

In order to use colours in your server name, you must have a valid FiveM Patreon tier which has the benefit. If you do but it still doesn't work, ensure that you have set a custom license key, more info can be found on our guide.

Now you can change your server's name, through one of the three methods described in the accessing configuration section. Here is an example of using colors and the outcome they produce:

sv_hostname "^2ZAP-Hosting ^0| ^4Official Community Server ^0- ^1Events coming ^8soon^1!"

image

CodeColorHex Code
^0White#F0F0F0
^1Red#F44336
^2Green#4CAF50
^3Yellow#FFEB3B
^4Blue#42A5F5
^5Light Blue#03A9F4
^6Purple#9C27B0
^7White#F0F0F0
^8Orange#FF5722
^9Grey#9E9E9E

Emojis

FiveM also allows you to place emojis directly into your server name.

Simply place any emojis you wish into the sv_hostname parameter within your server configuration and it will work. You do not need a FiveM Patreon tier for this.

Here is an example of adding emojis via your gameserver's webinterface:

image

Likewise, you can add this directly to your server.cfg file via FTP or the Configs section on your gameserver's webinterface.

Setting Project Details

Server Description

Setting a server description is useful for providing a short and to the point overview of your server.You can easily set a small project server description for your FiveM gameserver, which will display besides your server name on the server list. Here is an example of setting a project name and the outcome it produces:

sets sv_projectDesc "Join our Discord to stay updated on latest events! discord.gg/zaphosting"

image

Server Tags

Setting server tags can be beneficial to narrowing down what your server is about, and allow potential players to view your server when filtering out servers based on their likings. Once you set tags, these will be visible on your server's server list page and will also be used to filter your server. Here is an example of setting project tags and the outcome it produces:

sets tags "zap, zap-hosting, official, community, zap-community, zap-community-server"

image

Other Misc. Details

You can also change a few miscellaneous server details to your liking.

Gametype

Setting the gametype parameter changes what is displayed on your server's server list page. This does not change the gamemode on the server itself. You can change the gametype through your gameserver's webinterface, or by setting a tag:

sets gametype "Freeroam"

Language

Finally, you can change the language of your server which is displayed on your server's server list page. We have a guide for setting localisation. This can be done through your gameserver's webinterface, or by setting a tag:

sets locale "en-GB"

You can get a list of all locale tags by viewing this resource or anything similar.

You have successfully customised your FiveM gameserver!