Skip to content

HTTP Module (Coming Soon)

The HTTP Module will allow your FiveM server to act as an API provider for external services and applications. With this module, you will be able to define custom HTTP routes, send and receive data in JSON format, and build powerful integrations between your server and external tools such as web dashboards, authentication services, or logging systems.

Planned features include:

  • Middleware support – insert custom logic before requests hit your route handlers (e.g., request validation, logging, or rate limiting).
  • Authentication system – restrict access to endpoints with API keys, tokens, or session-based authentication.
  • Token-based access control – issue and validate tokens for secure communication with trusted services.

(Coming Soon)