Running qs-server

The qs-server module enables the powerful Editor Plugin, allowing you to modify config.lua files of any resource directly — no need to manually access the server’s file system.


Launch Instructions

1
  • Windows: Look for qs-server.exe

  • Linux: Use the qs-server binary

2

Run the executable depending on your operating system:

  • Windows Simply double-click qs-server.exe, or launch via PowerShell:

    .\qs-server.exe
  • Linux Make the binary executable and then run it:

    chmod +x qs-server
    ./qs-server

Last updated