Real-time logs, project management, bug tracking — everything you need to manage your server, in one place.




A complete platform to manage, analyze, and organize everything happening on your servers.
Full-text search with advanced filters. Find any log in seconds.
Visualize player activity as an interactive graph. Identify patterns.
Real-time ingestion and display. See logs appear instantly.
Complete data isolation per organization. API keys with granular permissions.
Discord, Slack or custom notifications. Get alerted in real-time.
Simple integration. Lua SDK for FiveM, Minecraft, Gmod support and more.
Integrate Insight into your server with a few lines of code.
Sign up and create a project for your server. Get your API key.
Copy a few lines of Lua into your FiveM server. That's it.
Your logs appear in real-time. Search, filter, analyze.
-- Insight Integration
local Insight = exports['insight']:GetAPI()
-- Log player connection
AddEventHandler('playerConnecting', function(name, _, deferrals)
Insight:Log({
level = "info",
message = "Player connecting: " .. name,
player = { identifier = GetPlayerIdentifiers(source)[1] }
})
end)
-- Log commands
RegisterCommand('job', function(source, args)
Insight:Log({
level = "info",
message = "Job command executed",
player = { identifier = GetPlayerIdentifiers(source)[1] },
context = { job = args[1] }
})
end)No more juggling between multiple tools. With built-in Kanban boards and bug tracking, manage your entire development workflow in the same place as your logs.
Create boards, add columns, drag & drop your cards.
Report bugs, assign them, track their priority and status.
Convert a bug to a Kanban task. Status syncs automatically.
Connect your server's database and instantly access economic statistics. Rankings, wealth distribution, averages — it's all there.
MySQL, MariaDB, PostgreSQL. Map your tables and columns in a few clicks.
1-click configuration for ESX Legacy, QBCore, vRP. Automatic JSON support.
Wealth distribution, averages, top/bottom players, all in real-time.
Start for free, scale as you need. No commitment.
To discover and test the platform.
For small communities.
For growing communities.
For large organizations.