What Is qs-server?
The qs-server provides a unified HTTP API for managing your FiveM FXServer setup. It is a core add-on that powers several advanced features in Quasar Admin Menu.
qs-server
is located in the [dlcs]
folder included with qs-adminmenu
.
Requirements
Supported Platforms: Windows & Linux
Node.js: Not required — all dependencies are precompiled
Ports: Make sure the chosen HTTP port is open and not in use
Configuration
Usage
Use a process manager like pm2
, systemd
, or screen
to keep the service running in the background.
HTTP Endpoints
/stats
GET
→ Returns current CPU & RAM stats (JSON)
/logs
GET
→ Retrieves and clears buffered log lines (JSON)
/configs/:resource
GET
→ Lists all config.lua
files for a resource
QS FiveM API (Beta)
The Admin Menu includes a lightweight API for remote moderation control. Initial support is limited but will be expanded progressively in future updates.
Last updated