2 min readUpdated Aug 5, 2026

How To Install Steam Workshop Mods On Your Quake Live Server

Since Quake Live doesn't support FastDL, you are required to use the Steam Workshop for downloading custom content. The benefit of this is your server and players will always have the same content.

Note

Steam Workshop items are downloaded when the server starts, so changes apply after saving and restarting your server.

The easiest way to install workshop mods is directly through the panel. This adds the mod to workshop.txt for you and will prompt you to enable MinQLX if it isn't installed yet, but you'll still need to set qlx_workshopReferences so clients know to download it.

  1. 1
    Log in to Bropanel and select your Quake Live server.
  2. 2
    In the sidebar, go to Mods and open the Browse tab.
  3. 3
    Search for the mod you want and click Install.
  4. 4
    In the sidebar, go to Files, select the baseq3 folder, and open server.cfg.
  5. 5
    Add the line set qlx_workshopReferences 701783942 to the bottom of the file (replace the ID with your own; separate multiple IDs with commas). This forces clients to download the workshop mods.
  6. 6
    Restart your server.

Manually Installing Workshop Mods

As an alternative, you can add workshop mods by editing your server files. For this example, we will be adding this killstreak sound mod to our server: Workshop Mod

  1. 1
    Log in to Bropanel and select your Quake Live server.
  2. 2
    Make sure MinQLX is installed on your server using this guide
  3. 3
    In the sidebar, go to Files.
  4. 4
    Select the baseq3 folder.
  5. 5
    Open the workshop.txt file and add your workshop IDs to the bottom of the file. This downloads the mods to the server itself.
  6. 6
    Open server.cfg and add the line set qlx_workshopReferences 701783942 to the bottom of the file (replace the ID with your own). This forces the client to download the workshop mods.
  7. 7
    Restart your server.

If you want to add multiple workshop mods, you MUST add all the IDs to the workshop.txt file (one ID each line) and to the server.cfg qlx_workshopReferences line (comma separated).