Project Kura

The server core
for FiveM, rebuilt

A from the ground up framework for GTA 5 Enhanced. Performance, security, and stability without compromise.

by Walteria.net

KuraDB

High performance asynchronous PostgreSQL wrapper with a typesafe Lua ORM. Connection pooling, migrations, and query optimization built in. Your game thread never waits.

State Replication

A reactive server-authoritative state layer that automatically synchronizes game data between server and clients using diff-based replication, eliminating manual event syncing.

Web Panel

A responsive admin panel for managing player data, server configuration, and real-time analytics. Everything in one place.

Anticheat

Advanced cheat detection running at the core level. No third-party plugins, no compatibility issues. Protection that ships with the framework.

Ground-up Architecture

Not a fork. Not a wrapper. A complete framework built from scratch for maximum performance and full control over every layer.

Database

Query with confidence

KuraDB gives you a Lua ORM that feels modern. Autocomplete, connection pooling, built-in migrations, and queries that never touch the game thread.

  • Async, never blocks gameplay
  • Full autocomplete and validation
  • Automatic connection pooling
  • Schema migrations included
player.lua
schema.lua

Setup

Running in minutes

Kura ships as a txAdmin recipe. Paste the URL, follow the wizard, and your server is ready.

Get Started
01

Open txAdmin

Start the server setup wizard. Select "Remote URL Template" as deployment type.

02

Paste the recipe URL

https://raw.githubusercontent.com/projectkura/txAdminRecipe/main/kura.yaml
03

Deploy

Follow the wizard. Kura configures everything automatically.