FiveRP — open FiveM server: registration, login, and character passport

Automatically translated by AI · Show original

REDL

REDL.IO
Releasing FiveRP — a roleplay base for FiveM, written live on a running server by the REDL AI agent, on camera. The code is open, installs with a single command, and anyone is free to take it.



loading.png

Loading screen: progress driven by real game streaming events

What's already working​


  • Two-step registration: account first, then identity — first and last name are assigned once and printed on your passport
  • Login restores your character, data pulled from the database
  • Loading screen with real progress, not just a spinner
  • Passwords hashed with scrypt, unique salt per password; registration, login, and spawn are handled server-side only — the client can only request them
  • No ESX, no QBCore: custom resources fiverp-auth, fiverp-characters, fiverp-loadscreen. Only standard Cfx resources and oxmysql as external dependencies — the installer downloads them

signin.png

Joining the city
register.png

Account creation
identity.png

Passport issuance — the name the city will know you by

Installation​


You'll need a clean Ubuntu 22.04 or 24.04 and a free license key from keymaster.fivem.net:

Code:
git clone https://git-1.redl.app/RedlHosting/redl-fivem-rp.git
cd redl-fivem-rp
sudo sh install.sh --licence cfxk_ваш_ключ

The installer will set up FXServer at the required build, MariaDB with the schema, oxmysql and the resources, configure autostart, and wait for the server to register with Cfx. After that — connect your-ip:30120.

There are flags for running a second server on the same machine: --name, --port, --db-name, --dir. Full list: sh install.sh --help.

Get it​



MIT license — take it, modify it, sell servers built on it. Credit is appreciated but not required.

The project used to live on GitHub. The company account there is currently under moderation review — anti-spam triggered, appeal submitted. In the meantime we're distributing from our own git: it runs on our server and isn't going anywhere.

Next on the roadmap: chat, HUD, inventory, money, jobs, vehicles. Built the same way — on camera, straight into the open.

Download: https://git-1.redl.app/RedlHosting/redl-fivem-rp/archive/main.zip
 
Back
Top