Skip to main content
Use this tool to query whether a console is currently enabled for game streaming and to manage this state.

wdgamestream startlistening

Starts listening for direct connect streaming connections on the devkit. wdgamestream startlistening [version=<version>] [config=<config>]
For best compatibility, it recommended to not set version or config

wdgamestream stoplistening

Stops listening for direct connect streaming connections on the devkit. wdgamestream stoplistening

wdgamestream status

Queries the streaming status of the devkit. wdgamestream status [/B] [/S]

wdgamestream listconfigs

List the streaming base configurations supported. Provides a way to list out which streaming configuration options are available from the devkit. wdgamestream listconfigs

wdgamestream enableremoteconnect

Enable remote connect for the specified user. wdgamestream enableremoteconnect accountEmail=xxxx@y.com

wdgamestream disableremoteconnect

Disables remote connect for the specified user. wdgamestream disableremoteconnect accountEmail=xxxx@y.com

wdgamestream remoteconnectstatus

Queries the remote connect status for the specified user. wdgamestream remoteconnectstatus accountEmail=xxxx@y.com

wdgamestream setconfigoverride

Sets one or more setting override of the base stream configuration. The base stream configuration for direct connect is specified by the config parameter of the startlistening command. The base stream configuration for remote connect is determined by XBOX services. Setting overrides are applied on startlistening for direct connect and on new stream connections for remote connect. Overrides do not persist between reboots and need to be reset after reboot if desired. wdgamestream setconfigoverride [maxBitrate=<value>] [minBitrate=<value>] [maxResolution=<value>] [minResolution=<value>] [allowDirectCapture=<true | false>]

wdgamestream clearconfigoverride

Clears one or more setting override(s) that were set with the setconfigoverride command. wdgamestream clearconfigoverride [/A] [maxBitrate] [minBitrate] [maxResolution] [minResolution] [allowDirectCapture]

wdgamestream dumpconfigoverride

Writes all setting overrides that have been set from the setconfigoverride command to the devkit. wdgamestream dumpconfigoverride

See also

Manage game streaming (xbgamestream.exe) Devkit Command-line tools XTF transport errors
Last modified on August 20, 2026