CS2 Server Commands

Commands in this category can be used to change server and host settings like IP addresses, query settings, etc. They're useful in private servers, dedicated servers and for use as rcon commands.

cyclevar

CS2 Only

Command

cyclevar

<Convar name><Start value><End value><Step value>

Cycles through a series of values for a specified console variable (convar) to quickly test or change settings.

Command Details

debugoverlay_cycle_domain

CS2 Only

Command

debugoverlay_cycle_domain

Toggles the debug overlay to help visualize engine and game components during development and debugging.

Command Details

disable_dynamic_prop_loading

CS2 Only

Command

disable_dynamic_prop_loading

<0 / 1>

Blocks dynamic props from loading when a map starts if set to 1, helping improve performance on the server.

Command Details

disconnect

CS2 and CSGO

Command

disconnect

Disconnect from your current game and return to the home screen, including offline games and matches with bots or scenarios.

Command Details

ds_workshop_changelevel

CS2 Only

Command

ds_workshop_changelevel

<Map Name>

Switch the server's current level to a specified workshop map by name.

Command Details

ds_workshop_listmaps

CS2 Only

Command

ds_workshop_listmaps

Lists all workshop maps currently available on the server.

Command Details

engine_low_latency_sleep_after_client_tick

CS2 Only

Command

engine_low_latency_sleep_after_client_tick

<0 / 1>

Changes when the game sleeps during low latency mode by adjusting the timing relative to the client's simulation when `r_low_latency` is on.

Command Details

ent_animgraph_setvar

CS2 Only

Command

ent_animgraph_setvar

<Entity ID><Variable Name><Value>

Sets a specific variable in the animgraph of the given entity to change its animation behavior dynamically.

Command Details

ent_call

CS2 Only

Command

ent_call

<Function Name><Entity ID>

Calls a named function on a specific game entity, allowing you to debug or alter its behavior directly from the server console.

Command Details

ent_find

CS2 Only

Command

ent_find

<Substring>

Search for and list all in-game entities with classnames or targetnames containing the specified text. Useful for developers and server admins to debug or manage game entities.

Command Details