This is a heavily modified version of the Mythic Framework for Sandbox RP. It used to have a custom component-based system - but now its using a fully custom exports system written from the bottom up with major improvements to make the framework run better, with all UIs built in React. This codebase is released with full permissions from the original Mythic Framework authors, Alzar & Dr. Nick.
For questions, support, or community discussion, join my Discord server:
Ensure the following packages are installed:
| Package | Download Link |
|---|---|
| Node.js | Download Here |
| MariaDB | Download Here (v12.0.2) |
| HeidiSQL | Download Here (can be installed via MariaDB) |
| Git for Windows | Download Here |
| Bun | Download Here |
-
Download the Source Code
Clone or download the repository from GitHub. -
Extract Files
Extract thesandbox-fivemfolder and open it. -
Download FiveM Artifact
Download the latest FiveM Windows Artifact: Download Here. -
Set Up Artifact Folder
- Create a new
artifactfolder in the root directory. - Move the downloaded artifact files into the
artifactfolder.
- Create a new
-
Configure Database
- Update
database.cfgwith the correct HeidiSQL information.
- Update
-
Add CFX Key
Add yourcfxkey to thesv_licenseKeyfield in the configuration.
- Open HeidiSQL.
- Import the
database.sqlfile.
-
First-Time Setup
- Launch the server using
./artifact/FXServer.exe. - Follow the prompts to create a txAdmin username/password and link your FiveM account.
- Launch the server using
-
Project Setup
- Link the project to an existing project.
- Set the file paths for the
.cfgfiles.
-
Enable OneSync
- In txAdmin, enable
OneSyncfor proper server functionality. - Restart the server.
- In txAdmin, enable
-
Errors
- If you encounter any errors after completing the setup steps:
- Restart the server.
- Verify all configurations and file paths.
- If you encounter any errors after completing the setup steps:
-
Assign Roles
Edit the./config/permissions.cfgfile to assign roles such asmanagement,dev,admin, oroperations. -
Grant Global Admin
To grantmanagementpermissions to all players, setdanger_everyone_is_adminto1in./config/core.ptr.cfg.
Warning: This is highly discouraged for production environments as it poses significant security risks. -
Access Admin Tools
Use/adminor/staffto access the admin tool.
- Discord Logging
Logging works only inproductionmode. To enable logs on a development server, set the environment toprodincore.ptr.cfg.
If you enjoy this project and would like to support its continued development, any contribution is greatly appreciated! Your support helps keep this project alive and allows me to spend more time on it, as I've already invested countless hours into making this the best framework possible.

