Powerful logging for your FiveM server

Log everything you need, set up in minutes, and search through your FiveM logs instantly.

FortisLogs log detail

Easy, fast, powerful

Everything you need to get great insights

Mobile friendly

Access and view your logs on any device, wherever you are, with a smooth and fully optimized experience.

FortisLogs mobile preview

Performance

Experience ultra-fast log search that delivers results within a second, paired with a highly optimized FiveM script designed to use minimal server resources.

Made for teams

Built for teams of any size — invite staff members and manage access with flexible, role-based permissions.

Simple Lua script

A lightweight Lua script that’s easy to install and ready to go in just a few lines of code.

server.lua
local logsTable = {
    ["steamid"] = steamId,
    ["discordid"] = discordId,
    ["playername"] = GetPlayerName(PlayerId()),
    ["item"] = item,
    ["action"] = "Dropped item",
}

exports["fortislogs"]:addLog("inventory", logsTable)

Batteries included

All the essentials included out of the box

No complicated setup or missing pieces — everything you need is included and ready to use right away.

Fast searching

Search through your logs within seconds. Whether you have 100.000, 500.000, or over a million logs, searching through them will remain blazing fast.

Team members

Invite all your staff members and assign roles to control exactly what they can access. Limit log visibility per role, or grant permissions to manage logs.

Charts

Build custom charts directly from your logs and unlock powerful visual insights into your data.

Get visual insights

Create custom charts

Easily create new charts and add them to your dashboard. Customize the data exactly how you want using our advanced query builder: filter, calculate, and display the metrics that matter most to you.

Query builder.
Our advanced query builder lets you filter and customize your data, so you can focus on exactly what matters. Quickly create precise charts with just a few clicks!
Timeframe.
Easily view your data over any period: day, week, month, or custom range to spot trends at a glance.
Different type of charts.
Visualize your data your way with line, area, or bar charts. Pick the style that makes your insights clear.
Charts in FortisLogs

What are you waiting for?

Get started and unlock instant insights from your logs, without dealing with slow or outdated logging solutions.

Pricing

Choose a plan that fits your server's needs

No matter the size of your server, our plans scale with your needs and give you access to powerful logging.

Solo

Great for small/starting servers or hobby developers.

€ 15 /month

Buy plan
  • 10 log types
  • 30 days log retention
  • No team members
  • No custom charts
  • Early access to new features

Team

Recommended

Great for servers with lots of players and value powerful insights.

€ 30 /month

Buy plan
  • 50 log types
  • 180 days log retention
  • 30 team members
  • Custom charts
  • Early access to new features

Business

Great for professional servers without any limits.

€ 50 /month

Buy plan
  • Unlimited log types
  • 365 days log retention
  • Unlimited team members
  • Custom charts
  • Early access to new features

Frequently asked questions

Start by creating an account and selecting the plan that best fits your server’s needs. Then install our Lua script and begin creating log types (such as inventory logs, car dealer logs, money logs, player join/leave logs, etc.) in FortisLogs. After that, simply copy the code snippets and paste them into your scripts to start logging.

Logs can be sent from all FiveM scripts, both client-side and server-side.