A powerful developer toolkit for FiveM, built with React and Lua.
Note: This is an internal tool used by the S1nScripts team. We've decided to share it publicly, but no support will be provided. The code is provided as-is.
Execute Lua code on client or server.
Execute JavaScript code.
Execute TypeScript code.
Execute code in the NUI context (local & remote).
Execute code on server or on other players.
Profile your server performance and view results in-game.
View, monitor, and kill threads executed by the S1n Toolkit.
Full TypeScript definitions included for client and server realms.
- FiveM Server
- Download the latest release
- Extract it to your
resourcesfolder - Add to your
server.cfg:add_ace resource.s1n_toolkit command.sets allow add_ace resource.s1n_toolkit command.add_ace allow add_ace resource.s1n_toolkit command.add_principal allow add_ace resource.s1n_toolkit command.remove_principal allow add_ace resource.s1n_toolkit command.stop allow add_ace resource.s1n_toolkit command allow ensure s1n_toolkit
Enable debug prints by setting Config.debugMode to true in config.lua:
Config.debugMode = true;This project is provided as-is without warranty. Use at your own risk.







