How to Add Workshop Maps to Your Counter-Strike 2 Server
You can load maps from the Steam Workshop on your server.
Find workshop map ID
Open Steam Workshop
Open the Steam Workshop for CS2 and find the desired map.Copy map ID
You can find the map ID in the URL of the Workshop page. Copy the number after?id=.Example
In the URL
https://steamcommunity.com/sharedfiles/filedetails/?id=3070288532, the map ID is3070288532.
Load a single workshop map
Load a single workshop map via the RCON console:
host_workshop_map 3070288532host_workshop_map 3070288532The server will automatically download the map and switch to it.
Load a workshop collection
You can also load an entire collection of maps:
Create collection
Create a Steam Workshop Collection and add the desired maps. The collection must be public.Copy collection ID
Copy the collection ID from the URL.Set startup parameters
In the dashboard under Settings, enter the following in Additional Startup Parameters:+host_workshop_collection COLLECTION_ID+host_workshop_collection COLLECTION_IDRestart the server
Restart your server. The maps will be downloaded automatically.
Note
You can display all available workshop maps on the server with the console command ds_workshop_listmaps.
Warning
Collections are limited to a maximum of 100 maps. If there are more than 100 maps, the entire collection will fail to load.