Skip to Content
GuidesCustom Ranks

Installing Custom Ranks

Flute is not limited to standard ranks, you can quite use your own uploaded ranks.

Uploading Icons

Preparing Images

  1. Create icons for each rank in any image format (WebP or SVG recommended)
  2. Name files according to rank numbers in the database
  3. Optimize size — recommended up to 10KB per file

Placing Files

  1. Go to the public/assets/img/ranks/ folder
  2. Create a folder with the name of your rank set
  3. Upload all prepared icons
  4. Make sure file names match the ranks
⚠️

The file name must exactly match the rank name from the server database. For example, if the rank is called “1”, the file should be named “1.webp”.

File Structure

Create the following folder structure:

public/ assets/ img/ ranks/ your_ranks_name/ 0.webp 1.webp 2.webp ... 18.webp

After uploading ranks, the system will automatically add them to the admin panel.

Using Ranks

To use the uploaded ranks, simply select them from the list when modifying or adding a specific server.

⚠️

To modify a server you need to have admin.servers or admin.boss permissions.

Server settings

⚠️

If your ranks don’t appear in the list, try clearing the Flute cache in the general settings.